#include <CRowVector.h>
Inherits MArray< Complex >.
typedef Complex(* ComplexRowVector::cmapper)(const Complex &) |
typedef double(* ComplexRowVector::dmapper)(const Complex &) |
ComplexRowVector::ComplexRowVector | ( | void | ) | [inline] |
ComplexRowVector::ComplexRowVector | ( | octave_idx_type | n | ) | [inline, explicit] |
ComplexRowVector::ComplexRowVector | ( | const dim_vector & | dv | ) | [inline, explicit] |
ComplexRowVector::ComplexRowVector | ( | octave_idx_type | n, | |
const Complex & | val | |||
) | [inline] |
ComplexRowVector::ComplexRowVector | ( | const ComplexRowVector & | a | ) | [inline] |
F77_RET_T const Complex const octave_idx_type const Complex const octave_idx_type Complex & ComplexRowVector::ComplexRowVector | ( | const RowVector & | a | ) | [explicit] |
ComplexRowVector ComplexRowVector::append | ( | const ComplexRowVector & | a | ) | const |
ComplexRowVector ComplexRowVector::append | ( | const RowVector & | a | ) | const |
ComplexRowVector ComplexRowVector::extract | ( | octave_idx_type | c1, | |
octave_idx_type | c2 | |||
) | const |
ComplexRowVector ComplexRowVector::extract_n | ( | octave_idx_type | c1, | |
octave_idx_type | n | |||
) | const |
ComplexRowVector & ComplexRowVector::fill | ( | const Complex & | val, | |
octave_idx_type | c1, | |||
octave_idx_type | c2 | |||
) |
ComplexRowVector & ComplexRowVector::fill | ( | double | val, | |
octave_idx_type | c1, | |||
octave_idx_type | c2 | |||
) |
ComplexRowVector & ComplexRowVector::fill | ( | const Complex & | val | ) |
Reimplemented from Array< Complex >.
ComplexRowVector & ComplexRowVector::fill | ( | double | val | ) |
ComplexColumnVector ComplexRowVector::hermitian | ( | void | ) | const |
ComplexRowVector & ComplexRowVector::insert | ( | const ComplexRowVector & | a, | |
octave_idx_type | c | |||
) |
ComplexRowVector & ComplexRowVector::insert | ( | const RowVector & | a, | |
octave_idx_type | c | |||
) |
ComplexRowVector ComplexRowVector::map | ( | cmapper | fcn | ) | const |
Complex ComplexRowVector::max | ( | void | ) | const |
Complex ComplexRowVector::min | ( | void | ) | const |
bool ComplexRowVector::operator!= | ( | const ComplexRowVector & | a | ) | const |
ComplexRowVector & ComplexRowVector::operator+= | ( | const RowVector & | a | ) |
ComplexRowVector & ComplexRowVector::operator-= | ( | const RowVector & | a | ) |
ComplexRowVector& ComplexRowVector::operator= | ( | const ComplexRowVector & | a | ) | [inline] |
bool ComplexRowVector::operator== | ( | const ComplexRowVector & | a | ) | const |
ComplexColumnVector ComplexRowVector::transpose | ( | void | ) | const |
Reimplemented from MArray< Complex >.
friend class ComplexColumnVector [friend] |
ComplexRowVector conj | ( | const ComplexRowVector & | a | ) | [friend] |
ComplexRowVector operator* | ( | const RowVector & | a, | |
const ComplexMatrix & | b | |||
) | [friend] |
ComplexRowVector operator* | ( | const ComplexRowVector & | a, | |
const ComplexMatrix & | b | |||
) | [friend] |
std::ostream& operator<< | ( | std::ostream & | os, | |
const ComplexRowVector & | a | |||
) | [friend] |
std::istream& operator>> | ( | std::istream & | is, | |
ComplexRowVector & | a | |||
) | [friend] |