LSSTApplications  20.0.0
LSSTDataManagementBasePackage
Namespaces | Functions
polyMapUtils.cc File Reference
#include "astshim/detail/polyMapUtils.h"
#include "astshim/ChebyMap.h"
#include "astshim/PolyMap.h"

Go to the source code of this file.

Namespaces

 ast
 AST wrapper classes and functions.
 
 ast::detail
 

Functions

template<class AstMapT , class MapT >
AstMapT * ast::detail::polyTranImpl (MapT const &mapping, bool forward, double acc, double maxacc, int maxorder, std::vector< double > const &lbnd, std::vector< double > const &ubnd)
 Call astPolyTran to set (or replace) one direction of a polynomial transform with a fit based on the other direction. More...
 
template AstChebyMap * ast::detail::polyTranImpl< AstChebyMap > (ChebyMap const &, bool, double, double, int, std::vector< double > const &, std::vector< double > const &)
 
template AstPolyMap * ast::detail::polyTranImpl< AstPolyMap > (PolyMap const &, bool, double, double, int, std::vector< double > const &, std::vector< double > const &)