Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://www.apo.nmsu.edu/Telescopes/TCC/html/classtcc_1_1_chebyshev_polynomial.html
Дата изменения: Tue Sep 15 02:25:38 2015 Дата индексирования: Sun Apr 10 04:46:35 2016 Кодировка: Поисковые слова: п п п п п п п п п п п п р п р п р п р п р п р п |
lsst.tcc
1.2.2-3-g89ecb63
|
#include <cheby.h>
Public Member Functions | |
ChebyshevPolynomial (std::vector< double > params, double minX=-1, double maxX=1) | |
ChebyshevPolynomial () | |
double | getMinX () const |
double | getMaxX () const |
unsigned int | getOrder () const |
double | operator() (double x) const |
std::string | __repr__ () const |
Public Attributes | |
std::vector< double > | params |
1-dimensional weighted sum of Chebyshev polynomials of the first kind.
f(x) = c0 T0(x') + c1 T1(x') + c2 T2(x') + ... = c0 + c1 T1(x') + c2 T2(x') + ... where:
If the independent variable is outside the range [minX, maxX] then evaluation returns nan.
|
inlineexplicit |
|
inlineexplicit |
std::string tcc::ChebyshevPolynomial::__repr__ | ( | ) | const |
|
inline |
|
inline |
|
inline |
|
inline |