, including all inherited members.
AddColumn(TVectorN< T > &column) | TMatrixMN< T > | |
AddRow(TVectorN< T > &row) | TMatrixMN< T > | |
fCurrentColumnDimension | TMatrixMN< T > | [private] |
fCurrentRowDimension | TMatrixMN< T > | [private] |
fData | TMatrixMN< T > | [private] |
GetColumn(const uint32 colNum, TVectorN< T > &v) const | TMatrixMN< T > | |
GetColumnCount() const | TMatrixMN< T > | [inline] |
GetColumnDimension(void) const | TMatrixMN< T > | [inline] |
GetRow(const uint32 rowNum, TVectorN< T > &v) const | TMatrixMN< T > | |
GetRowCount() const | TMatrixMN< T > | [inline] |
GetRowDimension(void) const | TMatrixMN< T > | [inline] |
MoveColumnToTheEnd(int32 columnIndex) | TMatrixMN< T > | |
MoveLineToTheEnd(int32 rowIndex) | TMatrixMN< T > | |
Multiply(const TMatrixMN< T > &m, const TMatrixMN< T > &n) | TMatrixMN< T > | |
MultiplyColumns(const TVectorN< T > &v) | TMatrixMN< T > | |
MultiplyRows(const TVectorN< T > &v) | TMatrixMN< T > | |
MultiplyVector(const TMatrixMN< T > &m, const TVectorN< T > &v, TVectorN< T > &result) | TMatrixMN< T > | [static] |
MultiplyVector(const TVectorN< T > &v, const TMatrixMN< T > &m, TVectorN< T > &result) | TMatrixMN< T > | [static] |
operator delete(void *block) | TMCObject | |
operator delete(void *, void *) | TMCObject | [inline] |
operator delete[](void *block) | TMCObject | |
operator new(MCSize byteCount) | TMCObject | |
operator new(MCSize, void *__Pointer) | TMCObject | [inline] |
operator new[](MCSize byteCount) | TMCObject | |
operator()(const uint32 row, const uint32 col) const | TMatrixMN< T > | [inline] |
operator()(const uint32 row, const uint32 col) | TMatrixMN< T > | [inline] |
operator*=(const T scalar) | TMatrixMN< T > | |
operator=(const TMatrixMN &m) | TMatrixMN< T > | |
TMCObject::operator=(const TMCObject &) | TMCObject | [inline] |
operator[](const uint32 i) const | TMatrixMN< T > | [inline] |
operator[](const uint32 i) | TMatrixMN< T > | [inline] |
ReleaseStorage(void) | TMatrixMN< T > | |
RemoveColumn(int32 colToDelete) | TMatrixMN< T > | |
RemoveLine(int32 lineToDelete) | TMatrixMN< T > | |
SetColumn(const uint32 colNum, const TVectorN< T > &v) | TMatrixMN< T > | |
SetDiagonal(const TVectorN< T > &v) | TMatrixMN< T > | |
SetDimension(const int32 rowDimension, const int32 columnDimension) | TMatrixMN< T > | |
SetRow(const uint32 rowNum, const TVectorN< T > &v) | TMatrixMN< T > | |
SetToTranspose(void) | TMatrixMN< T > | |
SetToTransposeOf(const TMatrixMN< T > &m) | TMatrixMN< T > | |
SetValuesToIdentity(void) | TMatrixMN< T > | |
SetValuesToZero(void) | TMatrixMN< T > | |
SwapColumns(int32 c1, int32 c2) | TMatrixMN< T > | |
SwapLines(int32 l1, int32 l2) | TMatrixMN< T > | |
TMatrixMN(void) | TMatrixMN< T > | |
TMatrixMN(const uint32 rows, const uint32 columns) | TMatrixMN< T > | |
TMatrixMN(const TMatrixMN &m) | TMatrixMN< T > | |
~TMatrixMN(void) | TMatrixMN< T > | |