LTL  2.0.x
Classes
Linear Least Squares Fitting

Classes

class  ltl::PolynomFit< TPAR, TDAT, ORDER, EXT, NDIM >
 Class to fit a NPAR polynome to an NDIM ltl::MArray. More...
 
class  ltl::PolynomFit< TPAR, TDAT, ORDER, EXT, 1 >
 Specialisation for NDIM == 1. More...
 
class  ltl::PolynomFit< TPAR, TDAT, ORDER, false, 2 >
 Specialisation for NDIM == 2 and restrict mixed terms to sum( exponents ) <= ORDER. More...
 
class  ltl::PolynomFit< TPAR, TDAT, ORDER, true, 2 >
 Specialisation for NDIM == 2 and any mixed terms. More...
 

Detailed Description

Still missing ... see ltl::PolynomFit