Column vector. More...
#include <Vector.h>
Public Member Functions | |
void | cleanup () |
ColumnVector () | |
ColumnVector (ArrayLengthSpecifier n) | |
ColumnVector (const BaseMatrix &) | |
ColumnVector (const ColumnVector &gm) | |
Real & | element (int) |
Real | element (int) const |
void | MiniCleanUp () |
Real * | nric () const |
Real & | operator() (int) |
Real | operator() (int) const |
void | operator+= (const Matrix &M) |
void | operator+= (Real f) |
void | operator-= (const Matrix &M) |
void | operator-= (Real f) |
void | operator= (const BaseMatrix &) |
void | operator= (Real f) |
void | operator= (const ColumnVector &m) |
void | resize (int) |
void | ReSize (int m) |
void | resize (int, int) |
void | ReSize (int m, int n) |
void | resize (const GeneralMatrix &A) |
void | ReSize (const GeneralMatrix &A) |
void | resize_keep (int) |
void | resize_keep (int, int) |
void | swap (ColumnVector &gm) |
GeneralMatrix * | Transpose (TransposedMatrix *, MatrixType) |
MatrixType | type () const |
~ColumnVector () | |
Private Member Functions | |
GeneralMatrix * | Image () const |
ColumnVector::ColumnVector | ( | ) | [inline] |
ColumnVector::~ColumnVector | ( | ) | [inline] |
ColumnVector::ColumnVector | ( | ArrayLengthSpecifier | n | ) | [inline] |
ColumnVector::ColumnVector | ( | const BaseMatrix & | M | ) |
Definition at line 786 of file NewMatExhaustive.cpp.
ColumnVector::ColumnVector | ( | const ColumnVector & | gm | ) | [inline] |
void ColumnVector::cleanup | ( | ) | [virtual] |
Reimplemented from GeneralMatrix.
Definition at line 1793 of file NewMatExhaustive.cpp.
Real & ColumnVector::element | ( | int | m | ) |
Definition at line 3372 of file NewMatExhaustive.cpp.
Real ColumnVector::element | ( | int | m | ) | const |
Definition at line 3379 of file NewMatExhaustive.cpp.
GeneralMatrix * ColumnVector::Image | ( | ) | const [private, virtual] |
Reimplemented from Matrix.
Definition at line 1708 of file NewMatExhaustive.cpp.
void ColumnVector::MiniCleanUp | ( | ) | [inline, virtual] |
Reimplemented from GeneralMatrix.
Real* ColumnVector::nric | ( | ) | const [inline] |
Real & ColumnVector::operator() | ( | int | m | ) |
Definition at line 2676 of file NewMatExhaustive.cpp.
Real ColumnVector::operator() | ( | int | m | ) | const |
Definition at line 2788 of file NewMatExhaustive.cpp.
void ColumnVector::operator+= | ( | const Matrix & | M | ) | [inline] |
void ColumnVector::operator+= | ( | Real | f | ) | [inline] |
void ColumnVector::operator-= | ( | const Matrix & | M | ) | [inline] |
void ColumnVector::operator-= | ( | Real | f | ) | [inline] |
void ColumnVector::operator= | ( | const BaseMatrix & | X | ) |
Reimplemented from Matrix.
Definition at line 2976 of file NewMatExhaustive.cpp.
void ColumnVector::operator= | ( | Real | f | ) | [inline] |
void ColumnVector::operator= | ( | const ColumnVector & | m | ) | [inline] |
void ColumnVector::resize | ( | int | nr | ) |
Definition at line 986 of file NewMatExhaustive.cpp.
void ColumnVector::ReSize | ( | int | m | ) | [inline] |
void ColumnVector::resize | ( | int | nr, |
int | nc | ||
) | [virtual] |
Reimplemented from Matrix.
Definition at line 996 of file NewMatExhaustive.cpp.
void ColumnVector::ReSize | ( | int | m, |
int | n | ||
) | [inline, virtual] |
void ColumnVector::resize | ( | const GeneralMatrix & | A | ) | [virtual] |
Reimplemented from Matrix.
Definition at line 1025 of file NewMatExhaustive.cpp.
void ColumnVector::ReSize | ( | const GeneralMatrix & | A | ) | [inline, virtual] |
void ColumnVector::resize_keep | ( | int | nr | ) |
Definition at line 1254 of file NewMatExhaustive.cpp.
void ColumnVector::resize_keep | ( | int | nr, |
int | nc | ||
) | [virtual] |
Reimplemented from Matrix.
Definition at line 1272 of file NewMatExhaustive.cpp.
void ColumnVector::swap | ( | ColumnVector & | gm | ) | [inline] |
GeneralMatrix * ColumnVector::Transpose | ( | TransposedMatrix * | , |
MatrixType | mt | ||
) | [virtual] |
Reimplemented from GeneralMatrix.
Definition at line 2112 of file NewMatExhaustive.cpp.
MatrixType ColumnVector::type | ( | ) | const [virtual] |
Reimplemented from Matrix.
Definition at line 1328 of file NewMatExhaustive.cpp.