Specialisation for NDIM == 2 and restrict mixed terms to sum( exponents ) <= ORDER.
More...
|
static FVector< TPAR, NPAR > | eval (const MArray< TDAT, 2 > &data, const MArray< TDAT, 2 > &error2) |
|
static void | fill (const FVector< TPAR, NPAR > &x, MArray< TDAT, 2 > &data) |
|
static string | toString (const FVector< TPAR, NPAR > &b) |
|
static MArray< TDAT, 2 > | fit (const MArray< TDAT, 2 > &data, const MArray< TDAT, 2 > &error2) |
|
static MArray< TDAT, 2 > | fit (const MArray< TDAT, 2 > &data, const MArray< TDAT, 2 > &error2, string &comment) |
|
template<class TPAR, class TDAT, int ORDER>
class ltl::PolynomFit< TPAR, TDAT, ORDER, false, 2 >
Specialisation for NDIM == 2 and restrict mixed terms to sum( exponents ) <= ORDER.