#include <dRowVector.h>
Inherits MArray< double >.
typedef Complex(* RowVector::cmapper)(const Complex &) |
typedef double(* RowVector::dmapper)(double) |
RowVector::RowVector | ( | void | ) | [inline] |
RowVector::RowVector | ( | octave_idx_type | n | ) | [inline, explicit] |
RowVector::RowVector | ( | const dim_vector & | dv | ) | [inline, explicit] |
RowVector::RowVector | ( | octave_idx_type | n, | |
double | val | |||
) | [inline] |
RowVector RowVector::extract | ( | octave_idx_type | c1, | |
octave_idx_type | c2 | |||
) | const |
RowVector RowVector::extract_n | ( | octave_idx_type | c1, | |
octave_idx_type | n | |||
) | const |
RowVector & RowVector::fill | ( | double | val, | |
octave_idx_type | c1, | |||
octave_idx_type | c2 | |||
) |
RowVector & RowVector::insert | ( | const RowVector & | a, | |
octave_idx_type | c | |||
) |
ComplexRowVector RowVector::map | ( | cmapper | fcn | ) | const |
double RowVector::max | ( | void | ) | const |
double RowVector::min | ( | void | ) | const |
F77_RET_T const double const octave_idx_type const double const octave_idx_type double &bool RowVector::operator== | ( | const RowVector & | a | ) | const |
ColumnVector RowVector::transpose | ( | void | ) | const |
Reimplemented from MArray< double >.
OCTAVE_API RowVector imag | ( | const ComplexRowVector & | a | ) | [friend] |
OCTAVE_API std::ostream& operator<< | ( | std::ostream & | os, | |
const RowVector & | a | |||
) | [friend] |
OCTAVE_API std::istream& operator>> | ( | std::istream & | is, | |
RowVector & | a | |||
) | [friend] |
OCTAVE_API RowVector real | ( | const ComplexRowVector & | a | ) | [friend] |