Allocate(bool bSetToZero) | moDMatrix< Real > | protected |
CompareArrays(const moDMatrix &rkM) const | moDMatrix< Real > | protected |
Deallocate() | moDMatrix< Real > | protected |
Finish() | moAbstract | virtual |
GetColumn(int iCol) const | moDMatrix< Real > | |
GetColumnMajor(Real *afCMajor) const | moDMatrix< Real > | |
GetColumns() const | moDMatrix< Real > | |
GetInverse(moDMatrix< Real > &rkInverse) const | moDMatrix< Real > | |
GetQuantity() const | moDMatrix< Real > | |
GetRow(int iRow) const | moDMatrix< Real > | |
GetRows() const | moDMatrix< Real > | |
GetSize(int &riRows, int &riCols) const | moDMatrix< Real > | |
Init() | moAbstract | virtual |
Initialized() | moAbstract | |
m_aafEntry | moDMatrix< Real > | protected |
m_afData | moDMatrix< Real > | protected |
m_bInitialized | moAbstract | |
m_iCols | moDMatrix< Real > | protected |
m_iQuantity | moDMatrix< Real > | protected |
m_iRows | moDMatrix< Real > | protected |
moAbstract() | moAbstract | |
MODebug | moAbstract | static |
MODebug2 | moAbstract | static |
moDMatrix(int iRows=0, int iCols=0) | moDMatrix< Real > | |
moDMatrix(int iRows, int iCols, const Real *afData) | moDMatrix< Real > | |
moDMatrix(int iRows, int iCols, const Real **aafEntry) | moDMatrix< Real > | |
moDMatrix(const moDMatrix &rkM) | moDMatrix< Real > | |
operator const Real *() const | moDMatrix< Real > | |
operator Real *() | moDMatrix< Real > | |
operator!=(const moDMatrix &rkM) const | moDMatrix< Real > | |
operator()(int iRow, int iCol) const | moDMatrix< Real > | |
operator()(int iRow, int iCol) | moDMatrix< Real > | |
operator*(const moDMatrix &rkM) const | moDMatrix< Real > | |
operator*(Real fScalar) const | moDMatrix< Real > | |
operator*(const moDVector< Real > &rkV) const | moDMatrix< Real > | |
operator*=(Real fScalar) | moDMatrix< Real > | |
operator+(const moDMatrix &rkM) const | moDMatrix< Real > | |
operator+=(const moDMatrix &rkM) | moDMatrix< Real > | |
operator-(const moDMatrix &rkM) const | moDMatrix< Real > | |
operator-() const | moDMatrix< Real > | |
operator-=(const moDMatrix &rkM) | moDMatrix< Real > | |
operator/(Real fScalar) const | moDMatrix< Real > | |
operator/=(Real fScalar) | moDMatrix< Real > | |
operator<(const moDMatrix &rkM) const | moDMatrix< Real > | |
operator<=(const moDMatrix &rkM) const | moDMatrix< Real > | |
operator=(const moDMatrix &rkM) | moDMatrix< Real > | |
operator==(const moDMatrix &rkM) const | moDMatrix< Real > | |
operator>(const moDMatrix &rkM) const | moDMatrix< Real > | |
operator>=(const moDMatrix &rkM) const | moDMatrix< Real > | |
operator[](int iRow) const | moDMatrix< Real > | |
operator[](int iRow) | moDMatrix< Real > | |
QForm(const moDVector< Real > &rkU, const moDVector< Real > &rkV) const | moDMatrix< Real > | |
SetColumn(int iCol, const moDVector< Real > &rkV) | moDMatrix< Real > | |
SetMatrix(int iRows, int iCols, const Real *afEntry) | moDMatrix< Real > | |
SetMatrix(int iRows, int iCols, const Real **aafMatrix) | moDMatrix< Real > | |
SetRow(int iRow, const moDVector< Real > &rkV) | moDMatrix< Real > | |
SetSize(int iRows, int iCols) | moDMatrix< Real > | |
SwapRows(int iRow0, int iRow1) | moDMatrix< Real > | |
TimesTranspose(const moDMatrix &rkM) const | moDMatrix< Real > | |
Transpose() const | moDMatrix< Real > | |
TransposeTimes(const moDMatrix &rkM) const | moDMatrix< Real > | |
~moAbstract() | moAbstract | virtual |
~moDMatrix() | moDMatrix< Real > | |