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.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
moDBandedMatrix< Real > Class Template Reference

#include <moMathDMatrix.h>

Inheritance diagram for moDBandedMatrix< Real >:
moAbstract

Public Member Functions

 moDBandedMatrix (int iSize, int iLBands, int iUBands)
 
 moDBandedMatrix (const moDBandedMatrix &rkM)
 
 ~moDBandedMatrix ()
 
moDBandedMatrixoperator= (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 moDebugMODebug2 = new moDebug()
 Clase de impresión de errores para depuración More...
 
static moTextHeapMODebug = new moTextHeap()
 Lista de textos. More...
 

Detailed Description

template<class Real>
class moDBandedMatrix< Real >

Definition at line 162 of file moMathDMatrix.h.

Constructor & Destructor Documentation

template<class Real >
moDBandedMatrix< Real >::moDBandedMatrix ( int  iSize,
int  iLBands,
int  iUBands 
)

Definition at line 747 of file moMathDMatrix.cpp.

template<class Real >
moDBandedMatrix< Real >::moDBandedMatrix ( const moDBandedMatrix< Real > &  rkM)

Definition at line 759 of file moMathDMatrix.cpp.

template<class Real >
moDBandedMatrix< Real >::~moDBandedMatrix ( )

Definition at line 768 of file moMathDMatrix.cpp.

Member Function Documentation

template<class Real >
Real * moDBandedMatrix< Real >::GetDBand ( )

Definition at line 820 of file moMathDMatrix.cpp.

template<class Real >
const Real * moDBandedMatrix< Real >::GetDBand ( ) const

Definition at line 826 of file moMathDMatrix.cpp.

template<class Real >
Real * moDBandedMatrix< Real >::GetLBand ( int  i)

Definition at line 839 of file moMathDMatrix.cpp.

template<class Real >
const Real * moDBandedMatrix< Real >::GetLBand ( int  i) const

Definition at line 850 of file moMathDMatrix.cpp.

template<class Real >
int moDBandedMatrix< Real >::GetLBandMax ( int  i) const

Definition at line 832 of file moMathDMatrix.cpp.

template<class Real >
int moDBandedMatrix< Real >::GetLBands ( ) const

Definition at line 808 of file moMathDMatrix.cpp.

template<class Real >
int moDBandedMatrix< Real >::GetSize ( ) const

Definition at line 802 of file moMathDMatrix.cpp.

template<class Real >
Real * moDBandedMatrix< Real >::GetUBand ( int  i)

Definition at line 868 of file moMathDMatrix.cpp.

template<class Real >
const Real * moDBandedMatrix< Real >::GetUBand ( int  i) const

Definition at line 879 of file moMathDMatrix.cpp.

template<class Real >
int moDBandedMatrix< Real >::GetUBandMax ( int  i) const

Definition at line 861 of file moMathDMatrix.cpp.

template<class Real >
int moDBandedMatrix< Real >::GetUBands ( ) const

Definition at line 814 of file moMathDMatrix.cpp.

template<class Real >
Real & moDBandedMatrix< Real >::operator() ( int  iRow,
int  iCol 
)

Definition at line 890 of file moMathDMatrix.cpp.

template<class Real >
Real moDBandedMatrix< Real >::operator() ( int  iRow,
int  iCol 
) const

Definition at line 920 of file moMathDMatrix.cpp.

template<class Real >
moDBandedMatrix< Real > & moDBandedMatrix< Real >::operator= ( const moDBandedMatrix< Real > &  rkM)

Definition at line 774 of file moMathDMatrix.cpp.

template<class Real >
void moDBandedMatrix< Real >::SetIdentity ( )

Definition at line 968 of file moMathDMatrix.cpp.

template<class Real >
void moDBandedMatrix< Real >::SetZero ( )

Definition at line 949 of file moMathDMatrix.cpp.


The documentation for this class was generated from the following files: