Class to fit a NPAR polynome to an NDIM ltl::MArray.
More...
template<class TPAR, class TDAT, int ORDER, bool EXT, int NDIM>
class ltl::PolynomFit< TPAR, TDAT, ORDER, EXT, NDIM >
Class to fit a NPAR polynome to an NDIM ltl::MArray.
Template parameter list:
- TPAR type of fit result (polynome parameters)
- TDAT type of input MArrays values
- ORDER highest exponent in polynome
- EXT: true = do any mixed terms for multi dim false = restrict mixed terms to sum( exponents ) <= ORDER
- NDIM dimensions of input MArrays