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.cpp File Reference
#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)
 

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.