lsst.astshim g545b398f03+0a940c1c1f
Public Member Functions | Public Attributes | List of all members
ast::ChebyDomain Class Reference

#include <ChebyMap.h>

Public Member Functions

 ChebyDomain (std::vector< double > const &lbnd, std::vector< double > const &ubnd)
 

Public Attributes

std::vector< double > const lbnd
 lower bound of domain (one element per axis) More...
 
std::vector< double > const ubnd
 upper bound of domain (one element per axis) More...
 

Detailed Description

The domain over which a Chebyshev polynomial is defined; returned by ChebyMap.getDomain.

Constructor & Destructor Documentation

◆ ChebyDomain()

ast::ChebyDomain::ChebyDomain ( std::vector< double > const &  lbnd,
std::vector< double > const &  ubnd 
)
inline

Construct a ChebyDomain

Parameters
[in]lbndLower bounds of domain (one element per axis)
[in]ubndUpper bounds of domain (one element per axis)

Member Data Documentation

◆ lbnd

std::vector<double> const ast::ChebyDomain::lbnd

lower bound of domain (one element per axis)

◆ ubnd

std::vector<double> const ast::ChebyDomain::ubnd

upper bound of domain (one element per axis)


The documentation for this class was generated from the following file: