lsst.astshim g50ff169b8f+2eb0e556e8
|
The domain over which a Chebyshev polynomial is defined; returned by ChebyMap.getDomain. More...
#include <ChebyMap.h>
Public Member Functions | |
ChebyDomain (std::vector< double > const &lbnd, std::vector< double > const &ubnd) | |
Construct a ChebyDomain. | |
Public Attributes | |
std::vector< double > const | lbnd |
lower bound of domain (one element per axis) | |
std::vector< double > const | ubnd |
upper bound of domain (one element per axis) | |
The domain over which a Chebyshev polynomial is defined; returned by ChebyMap.getDomain.
Definition at line 37 of file ChebyMap.h.
|
inline |
Construct a ChebyDomain.
[in] | lbnd | Lower bounds of domain (one element per axis) |
[in] | ubnd | Upper bounds of domain (one element per axis) |
Definition at line 45 of file ChebyMap.h.
std::vector<double> const ast::ChebyDomain::lbnd |
lower bound of domain (one element per axis)
Definition at line 46 of file ChebyMap.h.
std::vector<double> const ast::ChebyDomain::ubnd |
upper bound of domain (one element per axis)
Definition at line 47 of file ChebyMap.h.