| LSSTApplications
    20.0.0
    LSSTDataManagementBasePackage | 
 
 
 
Go to the documentation of this file.
   22 #ifndef ASTSHIM_QUADAPPROX_H 
   23 #define ASTSHIM_QUADAPPROX_H 
   73                         int nx = 3, 
int ny = 3);
 
  
double rms
The RMS residual between the fit and the Mapping, summed over all Mapping outputs.
QuadApprox(Mapping const &map, std::vector< double > const &lbnd, std::vector< double > const &ubnd, int nx=3, int ny=3)
Obtain a quadratic approximation to a 2D Mapping.
QuadApprox & operator=(QuadApprox const &)=default
An abstract base class for objects which transform one set of coordinates to another.
A quadratic approximation to a 2D Mapping.
QuadApprox(QuadApprox &&)=default
std::vector< double > fit
A vector of coefficients of the quadratic approximation to the specified transformation.
QuadApprox(QuadApprox const &)=default
AST wrapper classes and functions.
QuadApprox & operator=(QuadApprox &&)=default