This is the complete list of members for FuncApprox, including all inherited members.
| FuncApprox() | FuncApprox | |
| getLeastSquare(Fct &f) | FuncApprox | |
| run() | FuncApprox | |
| setBezier(size_t n, size_t nc, const Vect< real_t > &b, Vect< real_t > &p) | FuncApprox | |
| setBezierSurface(size_t m, size_t n, size_t npu, size_t npw, const Vect< real_t > &b, Vect< real_t > &p) | FuncApprox | |
| setBSpline(size_t n, size_t c, size_t np, const Vect< real_t > &b, Vect< real_t > &p) | FuncApprox | |
| setBSplineSurface(size_t m, size_t n, size_t c, size_t d, size_t npu, size_t npw, const Vect< real_t > &b, Vect< real_t > &p) | FuncApprox | |
| setLagrange(int n, const Vect< real_t > &x, const Vect< real_t > &y, Fct &f) | FuncApprox | |
| setLeastSquare(const vector< Fct * > &f, const Vect< real_t > &x, const Vect< real_t > &y, Vect< real_t > &a) | FuncApprox | |
| setLeastSquare(DMatrix< real_t > &B, const Vect< real_t > &y, Vect< real_t > &a) | FuncApprox | |
| setLeastSquare(const Vect< real_t > &x, const Vect< real_t > &y, size_t N, Vect< real_t > &a) | FuncApprox | |
| setLeastSquare(const Vect< real_t > &x, const Vect< real_t > &y, real_t &a0, real_t &a1) | FuncApprox | |
| setNurbs(size_t n, size_t c, size_t np, const Vect< real_t > &b, const Vect< real_t > &h, Vect< real_t > &p) | FuncApprox | |
| setNurbsSurface(size_t m, size_t n, size_t c, size_t d, size_t npu, size_t npw, const Vect< real_t > &b, Vect< real_t > &p) | FuncApprox | |
| ~FuncApprox() | FuncApprox |