LSST Applications g1653933729+a8ce1bb630,g1a997c3884+a8ce1bb630,g28da252d5a+d15de4ab0d,g2bbee38e9b+97aa061eef,g2bc492864f+97aa061eef,g2cdde0e794+3ad5f2bb52,g3156d2b45e+07302053f8,g347aa1857d+97aa061eef,g35bb328faa+a8ce1bb630,g3a166c0a6a+97aa061eef,g3e281a1b8c+693a468c5f,g4005a62e65+17cd334064,g414038480c+56e3b84a79,g41af890bb2+1c23cd8dc6,g4e1a3235cc+346d8468f1,g6249c6f860+0f10df03c7,g80478fca09+469ce5f220,g82479be7b0+90e3dadc5b,g858d7b2824+e7f795e3fb,g9125e01d80+a8ce1bb630,g923454667a+e7f795e3fb,ga5288a1d22+d13454dda5,gae0086650b+a8ce1bb630,gb58c049af0+d64f4d3760,gc28159a63d+97aa061eef,gcf0d15dbbd+874ca8ec09,gd6b7c0dfd1+d9d51876e5,gda3e153d99+e7f795e3fb,gda6a2b7d83+874ca8ec09,gdaeeff99f8+1711a396fd,gdd5a9049c5+40baf9de4f,ge2409df99d+634e70b004,ge33fd446bb+e7f795e3fb,ge79ae78c31+97aa061eef,gf0baf85859+5daf287408,gf5289d68f6+f8c5105d69,gfa443fc69c+1babd4a8ba,gfda6b12a05+3bcad770a9,w.2024.41
LSST Data Management Base Package
Loading...
Searching...
No Matches
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.
 

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)
 

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) {}
std::vector< double > const lbnd
lower bound of domain (one element per axis)
Definition ChebyMap.h:46
std::vector< double > const ubnd
upper bound of domain (one element per axis)
Definition ChebyMap.h:47

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: