$search
Column vector. More...
#include <newmat.h>
Public Member Functions | |
ColumnVector (const ColumnVector &gm) | |
ColumnVector (ArrayLengthSpecifier n) | |
ColumnVector () | |
void | MiniCleanUp () |
Real * | nric () const |
void | operator+= (Real f) |
void | operator+= (const Matrix &M) |
void | operator-= (Real f) |
void | operator-= (const Matrix &M) |
void | operator= (const ColumnVector &m) |
void | operator= (Real f) |
void | ReSize (const GeneralMatrix &A) |
void | ReSize (int m, int n) |
void | ReSize (int m) |
void | swap (ColumnVector &gm) |
~ColumnVector () | |
Real | element (int) const |
Real & | element (int) |
Real | operator() (int) const |
Real & | operator() (int) |
void | operator= (const BaseMatrix &) |
GeneralMatrix * | Transpose (TransposedMatrix *, MatrixType) |
| |
GeneralMatrix * | Image () const |
void | cleanup () |
ColumnVector (const BaseMatrix &) | |
void | resize (const GeneralMatrix &A) |
void | resize (int, int) |
void | resize (int) |
void | resize_keep (int, int) |
void | resize_keep (int) |
MatrixType | type () const |
Column vector.
Definition at line 1008 of file newmat.h.
ColumnVector::ColumnVector | ( | ArrayLengthSpecifier | n | ) | [inline] |
ColumnVector::ColumnVector | ( | const BaseMatrix & | M | ) |
Definition at line 118 of file newmat4.cpp.
ColumnVector::ColumnVector | ( | const ColumnVector & | gm | ) | [inline] |
void ColumnVector::cleanup | ( | ) | [virtual] |
Reimplemented from GeneralMatrix.
Definition at line 1125 of file newmat4.cpp.
Real ColumnVector::element | ( | int | m | ) | const |
Definition at line 785 of file newmat6.cpp.
Real & ColumnVector::element | ( | int | m | ) |
Definition at line 778 of file newmat6.cpp.
GeneralMatrix * ColumnVector::Image | ( | ) | const [private, virtual] |
Reimplemented from Matrix.
Definition at line 1040 of file newmat4.cpp.
void ColumnVector::MiniCleanUp | ( | ) | [inline, virtual] |
Reimplemented from GeneralMatrix.
Real ColumnVector::operator() | ( | int | m | ) | const |
Definition at line 194 of file newmat6.cpp.
Real & ColumnVector::operator() | ( | int | m | ) |
Definition at line 82 of file newmat6.cpp.
void ColumnVector::operator+= | ( | Real | f | ) | [inline] |
void ColumnVector::operator+= | ( | const Matrix & | M | ) | [inline] |
void ColumnVector::operator-= | ( | Real | f | ) | [inline] |
void ColumnVector::operator-= | ( | const Matrix & | M | ) | [inline] |
void ColumnVector::operator= | ( | const ColumnVector & | m | ) | [inline] |
void ColumnVector::operator= | ( | Real | f | ) | [inline] |
void ColumnVector::operator= | ( | const BaseMatrix & | X | ) |
Reimplemented from Matrix.
Definition at line 382 of file newmat6.cpp.
void ColumnVector::ReSize | ( | const GeneralMatrix & | A | ) | [inline, virtual] |
void ColumnVector::resize | ( | const GeneralMatrix & | A | ) | [virtual] |
Reimplemented from Matrix.
Definition at line 357 of file newmat4.cpp.
void ColumnVector::ReSize | ( | int | m, | |
int | n | |||
) | [inline, virtual] |
void ColumnVector::resize | ( | int | nr, | |
int | nc | |||
) | [virtual] |
Reimplemented from Matrix.
Definition at line 328 of file newmat4.cpp.
void ColumnVector::resize | ( | int | nr | ) |
Definition at line 318 of file newmat4.cpp.
void ColumnVector::resize_keep | ( | int | nr, | |
int | nc | |||
) | [virtual] |
Reimplemented from Matrix.
Definition at line 604 of file newmat4.cpp.
void ColumnVector::resize_keep | ( | int | nr | ) |
Definition at line 586 of file newmat4.cpp.
void ColumnVector::swap | ( | ColumnVector & | gm | ) | [inline] |
GeneralMatrix * ColumnVector::Transpose | ( | TransposedMatrix * | , | |
MatrixType | mt | |||
) | [virtual] |
Reimplemented from GeneralMatrix.
Definition at line 64 of file newmat5.cpp.
MatrixType ColumnVector::type | ( | ) | const [virtual] |
Reimplemented from Matrix.
Definition at line 660 of file newmat4.cpp.