This is the complete list of members for Chebychev, including all inherited members.
addEvalOp(ALinearOp *Op, const Eigen::VectorXd &inv, Eigen::VectorXd &outv) const override | Chebychev | virtual |
APolynomial() | APolynomial | |
APolynomial(const VectorDouble &coeffs) | APolynomial | |
APolynomial(const APolynomial &m) | APolynomial | |
AStringable() | AStringable | |
AStringable(const AStringable &r) | AStringable | |
Chebychev() | Chebychev | |
clone() const =0 | ICloneable | pure virtual |
createFromCoeffs(const VectorDouble &coeffs) | Chebychev | static |
display(const AStringFormat *strfmt=nullptr) const final | AStringable | virtual |
display(int level) const final | AStringable | virtual |
eval(double x) const override | Chebychev | virtual |
evalOp(MatrixSparse *S, const Eigen::VectorXd &x, Eigen::VectorXd &y) const override | Chebychev | virtual |
APolynomial::evalOp(MatrixSparse *Op, const VectorDouble &inv, VectorDouble &outv) const | APolynomial | inlinevirtual |
APolynomial::evalOp(MatrixSparse *Op, const Eigen::VectorXd &inv) const | APolynomial | |
evalOpTraining(MatrixSparse *Op, const Eigen::VectorXd &inv, std::vector< Eigen::VectorXd > &outv, Eigen::VectorXd &work) const | APolynomial | inlinevirtual |
fit(const std::function< double(double)> &f, double a=0., double b=1., double tol=EPSILON5) override | Chebychev | virtual |
fit2(AFunction *f, double a=0., double b=1., double tol=EPSILON5) | Chebychev | |
getA() const | Chebychev | inline |
getB() const | Chebychev | inline |
getCoeffs() const | APolynomial | inline |
getDegree() const | APolynomial | inline |
getNcMax() const | Chebychev | inline |
getNDisc() const | Chebychev | inline |
getVerbose() const | Chebychev | inline |
ICloneable() | ICloneable | inline |
init(int ncMax=10001, int nDisc=100, double a=0., double b=1., bool verbose=false) | Chebychev | |
APolynomial::init(const VectorDouble &coeffs) | APolynomial | |
operator=(const APolynomial &p) | APolynomial | |
AStringable::operator=(const AStringable &r) | AStringable | |
setA(double a) | Chebychev | inline |
setB(double b) | Chebychev | inline |
setCoeffs(const VectorDouble &coeffs) | Chebychev | inline |
setNcMax(int ncMax) | Chebychev | inline |
setNDisc(int nDisc) | Chebychev | inline |
setVerbose(bool verbose) | Chebychev | inline |
toString(const AStringFormat *strfmt=nullptr) const override | APolynomial | virtual |
~APolynomial() | APolynomial | virtual |
~AStringable() | AStringable | virtual |
~Chebychev() | Chebychev | virtual |
~ICloneable() | ICloneable | inlinevirtual |