|
MOOS 0.2375
|
#include <newmat.h>


Public Member Functions | |
| ColumnVector () | |
| ~ColumnVector () | |
| ColumnVector (ArrayLengthSpecifier n) | |
| ColumnVector (const BaseMatrix &) | |
| ColumnVector (const ColumnVector &gm) | |
| void | operator= (const BaseMatrix &) |
| void | operator= (Real f) |
| void | operator= (const ColumnVector &m) |
| Real & | operator() (int) |
| Real & | element (int) |
| Real | operator() (int) const |
| Real | element (int) const |
| MatrixType | Type () const |
| GeneralMatrix * | Transpose (TransposedMatrix *, MatrixType) |
| void | ReSize (int) |
| void | ReSize (int, int) |
| void | ReSize (const GeneralMatrix &A) |
| Real * | nric () const |
| void | CleanUp () |
| NEWMAT::ColumnVector::ColumnVector | ( | ArrayLengthSpecifier | n | ) | [inline] |
| NEWMAT::ColumnVector::ColumnVector | ( | const BaseMatrix & | M | ) |
Definition at line 83 of file newmat4.cpp.
| NEWMAT::ColumnVector::ColumnVector | ( | const ColumnVector & | gm | ) | [inline] |
| void NEWMAT::ColumnVector::CleanUp | ( | ) | [virtual] |
Reimplemented from NEWMAT::GeneralMatrix.
Definition at line 832 of file newmat4.cpp.
| Real & NEWMAT::ColumnVector::element | ( | int | m | ) |
Definition at line 995 of file newmat6.cpp.
| Real NEWMAT::ColumnVector::element | ( | int | m | ) | const |
Definition at line 1002 of file newmat6.cpp.
| Real & NEWMAT::ColumnVector::operator() | ( | int | m | ) |
Definition at line 78 of file newmat6.cpp.
| Real NEWMAT::ColumnVector::operator() | ( | int | m | ) | const |
Definition at line 190 of file newmat6.cpp.
| void NEWMAT::ColumnVector::operator= | ( | Real | f | ) | [inline] |
Reimplemented from NEWMAT::Matrix.
| void NEWMAT::ColumnVector::operator= | ( | const BaseMatrix & | X | ) |
Reimplemented from NEWMAT::Matrix.
Definition at line 530 of file newmat6.cpp.
| void NEWMAT::ColumnVector::operator= | ( | const ColumnVector & | m | ) | [inline] |
| void NEWMAT::ColumnVector::ReSize | ( | int | nr | ) |
Definition at line 246 of file newmat4.cpp.
| void NEWMAT::ColumnVector::ReSize | ( | int | nr, |
| int | nc | ||
| ) | [virtual] |
Reimplemented from NEWMAT::Matrix.
Definition at line 256 of file newmat4.cpp.
| void NEWMAT::ColumnVector::ReSize | ( | const GeneralMatrix & | A | ) | [virtual] |
Reimplemented from NEWMAT::Matrix.
Definition at line 273 of file newmat4.cpp.
| GeneralMatrix * NEWMAT::ColumnVector::Transpose | ( | TransposedMatrix * | , |
| MatrixType | mt | ||
| ) | [virtual] |
Reimplemented from NEWMAT::GeneralMatrix.
Definition at line 60 of file newmat5.cpp.
| MatrixType NEWMAT::ColumnVector::Type | ( | ) | const [virtual] |
Reimplemented from NEWMAT::Matrix.
Definition at line 391 of file newmat4.cpp.
1.7.4