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"
Go to the source code of this file.
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) |
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.