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 "moMathDVector.h"
Go to the source code of this file.
Classes | |
class | moDMatrix< Real > |
class | moDBandedMatrix< Real > |
Typedefs | |
typedef moDMatrix< MOfloat > | moDMatrixf |
typedef moDMatrix< MOdouble > | moDMatrixd |
typedef moDBandedMatrix< MOfloat > | moDBandedMatrixf |
typedef moDBandedMatrix< MOdouble > | moDBandedMatrixd |
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 moDBandedMatrix<MOdouble> moDBandedMatrixd |
Definition at line 218 of file moMathDMatrix.h.
typedef moDBandedMatrix<MOfloat> moDBandedMatrixf |
Definition at line 209 of file moMathDMatrix.h.
typedef moDMatrix<MOdouble> moDMatrixd |
Definition at line 157 of file moMathDMatrix.h.
typedef moDMatrix<MOfloat> moDMatrixf |
Definition at line 150 of file moMathDMatrix.h.
Definition at line 474 of file moMathDMatrix.cpp.
moDVector<Real> operator* | ( | const moDVector< Real > & | rkV, |
const moDMatrix< Real > & | rkM | ||
) |
Definition at line 611 of file moMathDMatrix.cpp.
template class LIBMOLDEO_API moDBandedMatrix< MOdouble > |
Definition at line 214 of file moMathDMatrix.h.
template class LIBMOLDEO_API moDBandedMatrix< MOfloat > |
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.