MOOS 0.2375
|
#include <newmat.h>
Public Member Functions | |
RowVector () | |
~RowVector () | |
RowVector (ArrayLengthSpecifier n) | |
RowVector (const BaseMatrix &) | |
RowVector (const RowVector &gm) | |
void | operator= (const BaseMatrix &) |
void | operator= (Real f) |
void | operator= (const RowVector &m) |
Real & | operator() (int) |
Real & | element (int) |
Real | operator() (int) const |
Real | element (int) const |
MatrixType | Type () const |
void | GetCol (MatrixRowCol &) |
void | GetCol (MatrixColX &) |
void | NextCol (MatrixRowCol &) |
void | NextCol (MatrixColX &) |
void | RestoreCol (MatrixRowCol &) |
void | RestoreCol (MatrixColX &c) |
GeneralMatrix * | Transpose (TransposedMatrix *, MatrixType) |
void | ReSize (int) |
void | ReSize (int, int) |
void | ReSize (const GeneralMatrix &A) |
Real * | nric () const |
void | CleanUp () |
NEWMAT::RowVector::RowVector | ( | ArrayLengthSpecifier | n | ) | [inline] |
NEWMAT::RowVector::RowVector | ( | const BaseMatrix & | M | ) |
Definition at line 74 of file newmat4.cpp.
NEWMAT::RowVector::RowVector | ( | const RowVector & | gm | ) | [inline] |
void NEWMAT::RowVector::CleanUp | ( | ) | [virtual] |
Reimplemented from NEWMAT::GeneralMatrix.
Definition at line 829 of file newmat4.cpp.
Real & NEWMAT::RowVector::element | ( | int | n | ) |
Definition at line 1009 of file newmat6.cpp.
Real NEWMAT::RowVector::element | ( | int | n | ) | const |
Definition at line 1016 of file newmat6.cpp.
void NEWMAT::RowVector::GetCol | ( | MatrixRowCol & | mrc | ) | [virtual] |
Reimplemented from NEWMAT::Matrix.
Definition at line 525 of file newmat3.cpp.
void NEWMAT::RowVector::GetCol | ( | MatrixColX & | mrc | ) | [virtual] |
Reimplemented from NEWMAT::Matrix.
Definition at line 536 of file newmat3.cpp.
void NEWMAT::RowVector::NextCol | ( | MatrixRowCol & | mrc | ) | [virtual] |
Reimplemented from NEWMAT::Matrix.
Definition at line 545 of file newmat3.cpp.
void NEWMAT::RowVector::NextCol | ( | MatrixColX & | mrc | ) | [virtual] |
Reimplemented from NEWMAT::Matrix.
Definition at line 548 of file newmat3.cpp.
Real & NEWMAT::RowVector::operator() | ( | int | n | ) |
Definition at line 85 of file newmat6.cpp.
Real NEWMAT::RowVector::operator() | ( | int | n | ) | const |
Definition at line 197 of file newmat6.cpp.
void NEWMAT::RowVector::operator= | ( | const BaseMatrix & | X | ) |
Reimplemented from NEWMAT::Matrix.
Definition at line 521 of file newmat6.cpp.
void NEWMAT::RowVector::operator= | ( | const RowVector & | m | ) | [inline] |
void NEWMAT::RowVector::operator= | ( | Real | f | ) | [inline] |
Reimplemented from NEWMAT::Matrix.
void NEWMAT::RowVector::ReSize | ( | const GeneralMatrix & | A | ) | [virtual] |
Reimplemented from NEWMAT::Matrix.
Definition at line 276 of file newmat4.cpp.
void NEWMAT::RowVector::ReSize | ( | int | nc | ) |
Definition at line 243 of file newmat4.cpp.
void NEWMAT::RowVector::ReSize | ( | int | nr, |
int | nc | ||
) | [virtual] |
Reimplemented from NEWMAT::Matrix.
Definition at line 249 of file newmat4.cpp.
void NEWMAT::RowVector::RestoreCol | ( | MatrixColX & | c | ) | [virtual] |
Reimplemented from NEWMAT::Matrix.
Definition at line 560 of file newmat3.cpp.
void NEWMAT::RowVector::RestoreCol | ( | MatrixRowCol & | ) | [inline, virtual] |
Reimplemented from NEWMAT::Matrix.
GeneralMatrix * NEWMAT::RowVector::Transpose | ( | TransposedMatrix * | , |
MatrixType | mt | ||
) | [virtual] |
Reimplemented from NEWMAT::GeneralMatrix.
Definition at line 68 of file newmat5.cpp.
MatrixType NEWMAT::RowVector::Type | ( | ) | const [virtual] |
Reimplemented from NEWMAT::Matrix.
Definition at line 390 of file newmat4.cpp.