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
moMathPolynomial.h File Reference
#include "moMath.h"

Go to the source code of this file.

Classes

class  moPolynomial1< Real >
 

Typedefs

typedef moPolynomial1< MOfloatmoPolynomial1f
 
typedef moPolynomial1< MOdoublemoPolynomial1d
 

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 Documentation

Definition at line 133 of file moMathPolynomial.h.

Definition at line 132 of file moMathPolynomial.h.

Function Documentation

template<class Real >
moPolynomial1<Real> operator* ( Real  fScalar,
const moPolynomial1< Real > &  rkPoly 
)

Definition at line 112 of file moMathPolynomial.h.

Variable Documentation

Definition at line 127 of file moMathPolynomial.h.

template class LIBMOLDEO_API moPolynomial1< MOfloat >

Definition at line 126 of file moMathPolynomial.h.