ChebyshevExpansion() | CoolProp::superancillary::ChebyshevExpansion< ArrayType > | inline |
ChebyshevExpansion(double xmin, double xmax, const ArrayType &coeff) | CoolProp::superancillary::ChebyshevExpansion< ArrayType > | inline |
ChebyshevExpansion(const ChebyshevExpansion &ex)=default | CoolProp::superancillary::ChebyshevExpansion< ArrayType > | |
coeff() const | CoolProp::superancillary::ChebyshevExpansion< ArrayType > | inline |
do_derivs(std::size_t Nderiv) const | CoolProp::superancillary::ChebyshevExpansion< ArrayType > | inline |
eval(const T &x) const | CoolProp::superancillary::ChebyshevExpansion< ArrayType > | inline |
eval_Eigen(const T &x, T &y) const | CoolProp::superancillary::ChebyshevExpansion< ArrayType > | inline |
eval_many(const T &x, T &y) const | CoolProp::superancillary::ChebyshevExpansion< ArrayType > | inline |
eval_manyC(const T x[], T y[], std::size_t N) const | CoolProp::superancillary::ChebyshevExpansion< ArrayType > | inline |
get_nodes_realworld() const | CoolProp::superancillary::ChebyshevExpansion< ArrayType > | inline |
operator=(ChebyshevExpansion &&ex)=default | CoolProp::superancillary::ChebyshevExpansion< ArrayType > | |
operator=(const ChebyshevExpansion &ex)=default | CoolProp::superancillary::ChebyshevExpansion< ArrayType > | |
solve_for_x(double y, double a, double b, unsigned int bits, std::size_t max_iter, double boundsytol) const | CoolProp::superancillary::ChebyshevExpansion< ArrayType > | inline |
solve_for_x_count(double y, double a, double b, unsigned int bits, std::size_t max_iter, double boundsytol) const | CoolProp::superancillary::ChebyshevExpansion< ArrayType > | inline |
solve_for_x_many(const T &y, double a, double b, unsigned int bits, std::size_t max_iter, double boundsytol, T &x, T &counts) const | CoolProp::superancillary::ChebyshevExpansion< ArrayType > | inline |
solve_for_x_manyC(const T y[], std::size_t N, double a, double b, unsigned int bits, std::size_t max_iter, double boundsytol, T x[], T counts[]) const | CoolProp::superancillary::ChebyshevExpansion< ArrayType > | inline |
xmax() const | CoolProp::superancillary::ChebyshevExpansion< ArrayType > | inline |
xmin() const | CoolProp::superancillary::ChebyshevExpansion< ArrayType > | inline |