LSSTApplications  20.0.0
LSSTDataManagementBasePackage
Public Member Functions | Public Attributes | List of all members
ast::ChebyDomain Class Reference

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...
 

Detailed Description

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

Definition at line 37 of file ChebyMap.h.

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)

Definition at line 45 of file ChebyMap.h.

45 : lbnd(lbnd), ubnd(ubnd) {}

Member Data Documentation

◆ lbnd

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

lower bound of domain (one element per axis)

Definition at line 46 of file ChebyMap.h.

◆ ubnd

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

upper bound of domain (one element per axis)

Definition at line 47 of file ChebyMap.h.


The documentation for this class was generated from the following file:
ast::ChebyDomain::ubnd
std::vector< double > const ubnd
upper bound of domain (one element per axis)
Definition: ChebyMap.h:47
ast::ChebyDomain::lbnd
std::vector< double > const lbnd
lower bound of domain (one element per axis)
Definition: ChebyMap.h:46