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 "moMath.h"
Go to the source code of this file.
Classes | |
class | moPolynomial1< Real > |
Typedefs | |
typedef moPolynomial1< MOfloat > | moPolynomial1f |
typedef moPolynomial1< MOdouble > | moPolynomial1d |
Functions | |
template<class Real > | |
moPolynomial1< Real > | operator* (Real fScalar, const moPolynomial1< Real > &rkPoly) |
Variables | |
template class LIBMOLDEO_API | moPolynomial1< MOfloat > |
template class LIBMOLDEO_API | moPolynomial1< MOdouble > |
typedef moPolynomial1<MOdouble> moPolynomial1d |
Definition at line 133 of file moMathPolynomial.h.
typedef moPolynomial1<MOfloat> moPolynomial1f |
Definition at line 132 of file moMathPolynomial.h.
moPolynomial1<Real> operator* | ( | Real | fScalar, |
const moPolynomial1< Real > & | rkPoly | ||
) |
Definition at line 112 of file moMathPolynomial.h.
template class LIBMOLDEO_API moPolynomial1< MOdouble > |
Definition at line 127 of file moMathPolynomial.h.
template class LIBMOLDEO_API moPolynomial1< MOfloat > |
Definition at line 126 of file moMathPolynomial.h.