Row vector. More...
#include <Vector.h>
RowVector::RowVector | ( | ) | [inline] |
RowVector::~RowVector | ( | ) | [inline] |
RowVector::RowVector | ( | ArrayLengthSpecifier | n | ) | [inline] |
RowVector::RowVector | ( | const BaseMatrix & | M | ) |
Definition at line 776 of file NewMatExhaustive.cpp.
RowVector::RowVector | ( | const RowVector & | gm | ) | [inline] |
void RowVector::cleanup | ( | ) | [virtual] |
Reimplemented from GeneralMatrix.
Definition at line 1790 of file NewMatExhaustive.cpp.
Real & RowVector::element | ( | int | n | ) |
Definition at line 3386 of file NewMatExhaustive.cpp.
Real RowVector::element | ( | int | n | ) | const |
Definition at line 3393 of file NewMatExhaustive.cpp.
void RowVector::GetCol | ( | MatrixRowCol & | mrc | ) | [virtual] |
Reimplemented from Matrix.
Definition at line 6147 of file NewMatExhaustive.cpp.
void RowVector::GetCol | ( | MatrixColX & | mrc | ) | [virtual] |
Reimplemented from Matrix.
Definition at line 6159 of file NewMatExhaustive.cpp.
GeneralMatrix * RowVector::Image | ( | ) | const [private, virtual] |
Reimplemented from Matrix.
Definition at line 1701 of file NewMatExhaustive.cpp.
void RowVector::MiniCleanUp | ( | ) | [inline, virtual] |
Reimplemented from GeneralMatrix.
void RowVector::NextCol | ( | MatrixRowCol & | mrc | ) | [virtual] |
Reimplemented from Matrix.
Definition at line 6168 of file NewMatExhaustive.cpp.
void RowVector::NextCol | ( | MatrixColX & | mrc | ) | [virtual] |
Reimplemented from Matrix.
Definition at line 6171 of file NewMatExhaustive.cpp.
Real* RowVector::nric | ( | ) | const [inline] |
Real & RowVector::operator() | ( | int | n | ) |
Definition at line 2683 of file NewMatExhaustive.cpp.
Real RowVector::operator() | ( | int | n | ) | const |
Definition at line 2795 of file NewMatExhaustive.cpp.
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 2967 of file NewMatExhaustive.cpp.
void RowVector::operator= | ( | Real | f | ) | [inline] |
void RowVector::resize | ( | int | nc | ) |
Definition at line 983 of file NewMatExhaustive.cpp.
void RowVector::ReSize | ( | int | m | ) | [inline] |
void RowVector::resize | ( | int | nr, |
int | nc | ||
) | [virtual] |
Reimplemented from Matrix.
Definition at line 989 of file NewMatExhaustive.cpp.
void RowVector::ReSize | ( | int | m, |
int | n | ||
) | [inline, virtual] |
void RowVector::resize | ( | const GeneralMatrix & | A | ) | [virtual] |
Reimplemented from Matrix.
Definition at line 1028 of file NewMatExhaustive.cpp.
void RowVector::ReSize | ( | const GeneralMatrix & | A | ) | [inline, virtual] |
void RowVector::resize_keep | ( | int | nc | ) |
Definition at line 1228 of file NewMatExhaustive.cpp.
void RowVector::resize_keep | ( | int | nr, |
int | nc | ||
) | [virtual] |
Reimplemented from Matrix.
Definition at line 1246 of file NewMatExhaustive.cpp.
void RowVector::RestoreCol | ( | MatrixRowCol & | ) | [inline, virtual] |
void RowVector::RestoreCol | ( | MatrixColX & | c | ) | [virtual] |
Reimplemented from Matrix.
Definition at line 6183 of file NewMatExhaustive.cpp.
void RowVector::swap | ( | RowVector & | gm | ) | [inline] |
GeneralMatrix * RowVector::Transpose | ( | TransposedMatrix * | , |
MatrixType | mt | ||
) | [virtual] |
Reimplemented from GeneralMatrix.
Definition at line 2120 of file NewMatExhaustive.cpp.
MatrixType RowVector::type | ( | ) | const [virtual] |
Reimplemented from Matrix.
Definition at line 1327 of file NewMatExhaustive.cpp.