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
moMathDMatrix.h File Reference
#include "moMathDVector.h"

Go to the source code of this file.

Classes

class  moDMatrix< Real >
 
class  moDBandedMatrix< Real >
 

Typedefs

typedef moDMatrix< MOfloatmoDMatrixf
 
typedef moDMatrix< MOdoublemoDMatrixd
 
typedef moDBandedMatrix< MOfloatmoDBandedMatrixf
 
typedef moDBandedMatrix< MOdoublemoDBandedMatrixd
 

Functions

template<class Real >
moDMatrix< Real > operator* (Real fScalar, const moDMatrix< Real > &rkM)
 
template<class Real >
moDVector< Real > operator* (const moDVector< Real > &rkV, const moDMatrix< Real > &rkM)
 

Variables

template class LIBMOLDEO_API moDMatrix< MOfloat >
 
template class LIBMOLDEO_API moDMatrix< MOdouble >
 
template class LIBMOLDEO_API moDBandedMatrix< MOfloat >
 
template class LIBMOLDEO_API moDBandedMatrix< MOdouble >
 

Typedef Documentation

Definition at line 218 of file moMathDMatrix.h.

Definition at line 209 of file moMathDMatrix.h.

Definition at line 157 of file moMathDMatrix.h.

Definition at line 150 of file moMathDMatrix.h.

Function Documentation

template<class Real >
moDMatrix<Real> operator* ( Real  fScalar,
const moDMatrix< Real > &  rkM 
)

Definition at line 474 of file moMathDMatrix.cpp.

template<class Real >
moDVector<Real> operator* ( const moDVector< Real > &  rkV,
const moDMatrix< Real > &  rkM 
)

Definition at line 611 of file moMathDMatrix.cpp.

Variable Documentation

Definition at line 214 of file moMathDMatrix.h.

Definition at line 205 of file moMathDMatrix.h.

template class LIBMOLDEO_API moDMatrix< MOdouble >

Definition at line 154 of file moMathDMatrix.h.

template class LIBMOLDEO_API moDMatrix< MOfloat >

Definition at line 147 of file moMathDMatrix.h.