libmoldeo (Moldeo 1.0 Core)  1.0
libmoldeo es el conjunto de objetos y funciones, que permiten ejecutar las operaciones básicas de la plataforma Moldeo, y que compone su núcleo.
 Todo Clases Namespaces Archivos Funciones Variables 'typedefs' Enumeraciones Valores de enumeraciones Amigas 'defines' Grupos Páginas
moDMatrix< Real > Lista de los miembros

Lista completa de los miembros de moDMatrix< Real >, incluyendo todos los heredados:

Allocate(bool bSetToZero)moDMatrix< Real >protected
CompareArrays(const moDMatrix &rkM) const moDMatrix< Real >protected
Deallocate()moDMatrix< Real >protected
Finish()moAbstractvirtual
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()moAbstractvirtual
Initialized()moAbstract
m_aafEntrymoDMatrix< Real >protected
m_afDatamoDMatrix< Real >protected
m_bInitializedmoAbstract
m_iColsmoDMatrix< Real >protected
m_iQuantitymoDMatrix< Real >protected
m_iRowsmoDMatrix< Real >protected
moAbstract()moAbstract
MODebugmoAbstractstatic
MODebug2moAbstractstatic
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()moAbstractvirtual
~moDMatrix()moDMatrix< Real >