libmoldeo (Moldeo 1.0 Core)
1.0
libmoldeo is the group of objects and functions that executes the basic operations of Moldeo 1.0 Platform.
|
#include <moMathDMatrix.h>
Public Member Functions | |
moDBandedMatrix (int iSize, int iLBands, int iUBands) | |
moDBandedMatrix (const moDBandedMatrix &rkM) | |
~moDBandedMatrix () | |
moDBandedMatrix & | operator= (const moDBandedMatrix &rkM) |
int | GetSize () const |
int | GetLBands () const |
int | GetUBands () const |
Real * | GetDBand () |
const Real * | GetDBand () const |
int | GetLBandMax (int i) const |
Real * | GetLBand (int i) |
const Real * | GetLBand (int i) const |
int | GetUBandMax (int i) const |
Real * | GetUBand (int i) |
const Real * | GetUBand (int i) const |
Real & | operator() (int iRow, int iCol) |
Real | operator() (int iRow, int iCol) const |
void | SetZero () |
void | SetIdentity () |
Public Member Functions inherited from moAbstract | |
moAbstract () | |
virtual | ~moAbstract () |
virtual MOboolean | Init () |
Inicializa el objeto. More... | |
virtual MOboolean | Finish () |
Finaliza el objeto, libera recursos. More... | |
MOboolean | Initialized () |
Pregunta si está inicializado. More... | |
Additional Inherited Members | |
Public Attributes inherited from moAbstract | |
MOboolean | m_bInitialized |
Valor de inicialización More... | |
Static Public Attributes inherited from moAbstract | |
static moDebug * | MODebug2 = new moDebug() |
Clase de impresión de errores para depuración More... | |
static moTextHeap * | MODebug = new moTextHeap() |
Lista de textos. More... | |
Definition at line 162 of file moMathDMatrix.h.
moDBandedMatrix< Real >::moDBandedMatrix | ( | int | iSize, |
int | iLBands, | ||
int | iUBands | ||
) |
Definition at line 747 of file moMathDMatrix.cpp.
moDBandedMatrix< Real >::moDBandedMatrix | ( | const moDBandedMatrix< Real > & | rkM | ) |
Definition at line 759 of file moMathDMatrix.cpp.
moDBandedMatrix< Real >::~moDBandedMatrix | ( | ) |
Definition at line 768 of file moMathDMatrix.cpp.
Real * moDBandedMatrix< Real >::GetDBand | ( | ) |
Definition at line 820 of file moMathDMatrix.cpp.
const Real * moDBandedMatrix< Real >::GetDBand | ( | ) | const |
Definition at line 826 of file moMathDMatrix.cpp.
Real * moDBandedMatrix< Real >::GetLBand | ( | int | i | ) |
Definition at line 839 of file moMathDMatrix.cpp.
const Real * moDBandedMatrix< Real >::GetLBand | ( | int | i | ) | const |
Definition at line 850 of file moMathDMatrix.cpp.
int moDBandedMatrix< Real >::GetLBandMax | ( | int | i | ) | const |
Definition at line 832 of file moMathDMatrix.cpp.
int moDBandedMatrix< Real >::GetLBands | ( | ) | const |
Definition at line 808 of file moMathDMatrix.cpp.
int moDBandedMatrix< Real >::GetSize | ( | ) | const |
Definition at line 802 of file moMathDMatrix.cpp.
Real * moDBandedMatrix< Real >::GetUBand | ( | int | i | ) |
Definition at line 868 of file moMathDMatrix.cpp.
const Real * moDBandedMatrix< Real >::GetUBand | ( | int | i | ) | const |
Definition at line 879 of file moMathDMatrix.cpp.
int moDBandedMatrix< Real >::GetUBandMax | ( | int | i | ) | const |
Definition at line 861 of file moMathDMatrix.cpp.
int moDBandedMatrix< Real >::GetUBands | ( | ) | const |
Definition at line 814 of file moMathDMatrix.cpp.
Real & moDBandedMatrix< Real >::operator() | ( | int | iRow, |
int | iCol | ||
) |
Definition at line 890 of file moMathDMatrix.cpp.
Real moDBandedMatrix< Real >::operator() | ( | int | iRow, |
int | iCol | ||
) | const |
Definition at line 920 of file moMathDMatrix.cpp.
moDBandedMatrix< Real > & moDBandedMatrix< Real >::operator= | ( | const moDBandedMatrix< Real > & | rkM | ) |
Definition at line 774 of file moMathDMatrix.cpp.
void moDBandedMatrix< Real >::SetIdentity | ( | ) |
Definition at line 968 of file moMathDMatrix.cpp.
void moDBandedMatrix< Real >::SetZero | ( | ) |
Definition at line 949 of file moMathDMatrix.cpp.