$search
Row vector. More...
#include <newmat.h>
Row vector.
Definition at line 953 of file newmat.h.
RowVector::RowVector | ( | ArrayLengthSpecifier | n | ) | [inline] |
RowVector::RowVector | ( | const BaseMatrix & | M | ) |
Definition at line 108 of file newmat4.cpp.
void RowVector::cleanup | ( | ) | [virtual] |
Reimplemented from GeneralMatrix.
Definition at line 1122 of file newmat4.cpp.
Real RowVector::element | ( | int | n | ) | const |
Definition at line 799 of file newmat6.cpp.
Real & RowVector::element | ( | int | n | ) |
Definition at line 792 of file newmat6.cpp.
void RowVector::GetCol | ( | MatrixColX & | mrc | ) | [virtual] |
Reimplemented from Matrix.
Definition at line 542 of file newmat3.cpp.
void RowVector::GetCol | ( | MatrixRowCol & | mrc | ) | [virtual] |
Reimplemented from Matrix.
Definition at line 530 of file newmat3.cpp.
GeneralMatrix * RowVector::Image | ( | ) | const [private, virtual] |
Reimplemented from Matrix.
Definition at line 1033 of file newmat4.cpp.
void RowVector::MiniCleanUp | ( | ) | [inline, virtual] |
Reimplemented from GeneralMatrix.
void RowVector::NextCol | ( | MatrixColX & | mrc | ) | [virtual] |
Reimplemented from Matrix.
Definition at line 554 of file newmat3.cpp.
void RowVector::NextCol | ( | MatrixRowCol & | mrc | ) | [virtual] |
Reimplemented from Matrix.
Definition at line 551 of file newmat3.cpp.
Real RowVector::operator() | ( | int | n | ) | const |
Definition at line 201 of file newmat6.cpp.
Real & RowVector::operator() | ( | int | n | ) |
Definition at line 89 of file newmat6.cpp.
void RowVector::operator+= | ( | Real | f | ) | [inline] |
void RowVector::operator+= | ( | const Matrix & | M | ) | [inline] |
void RowVector::operator-= | ( | Real | f | ) | [inline] |
void RowVector::operator-= | ( | const Matrix & | M | ) | [inline] |
void RowVector::operator= | ( | Real | f | ) | [inline] |
void RowVector::operator= | ( | const BaseMatrix & | X | ) |
Reimplemented from Matrix.
Definition at line 373 of file newmat6.cpp.
void RowVector::ReSize | ( | const GeneralMatrix & | A | ) | [inline, virtual] |
void RowVector::resize | ( | const GeneralMatrix & | A | ) | [virtual] |
Reimplemented from Matrix.
Definition at line 360 of file newmat4.cpp.
void RowVector::ReSize | ( | int | m, | |
int | n | |||
) | [inline, virtual] |
void RowVector::resize | ( | int | nr, | |
int | nc | |||
) | [virtual] |
Reimplemented from Matrix.
Definition at line 321 of file newmat4.cpp.
void RowVector::resize | ( | int | nc | ) |
Definition at line 315 of file newmat4.cpp.
void RowVector::resize_keep | ( | int | nr, | |
int | nc | |||
) | [virtual] |
Reimplemented from Matrix.
Definition at line 578 of file newmat4.cpp.
void RowVector::resize_keep | ( | int | nc | ) |
Definition at line 560 of file newmat4.cpp.
void RowVector::RestoreCol | ( | MatrixColX & | c | ) | [virtual] |
Reimplemented from Matrix.
Definition at line 566 of file newmat3.cpp.
void RowVector::RestoreCol | ( | MatrixRowCol & | ) | [inline, virtual] |
GeneralMatrix * RowVector::Transpose | ( | TransposedMatrix * | , | |
MatrixType | mt | |||
) | [virtual] |
Reimplemented from GeneralMatrix.
Definition at line 72 of file newmat5.cpp.
MatrixType RowVector::type | ( | ) | const [virtual] |
Reimplemented from Matrix.
Definition at line 659 of file newmat4.cpp.