| LSSTApplications
    20.0.0
    LSSTDataManagementBasePackage | 
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.  More... | |
| 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... | |
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.
 1.8.18
 1.8.18