G+Smo
24.08.0
Geometry + Simulation Modules
|
This is the complete list of members for gsQuasiInterpolate< T >, including all inherited members.
computeControlPoints(const gsMatrix< T > &weights, const gsFunction< T > &fun, const gsMatrix< T > &xik) | gsQuasiInterpolate< T > | protectedstatic |
computeWeights(const gsMatrix< T > &points, const gsKnotVector< T > &knots, const int &pos, gsMatrix< T > &weights) | gsQuasiInterpolate< T > | protectedstatic |
derivProd(const std::vector< T > &zeros, const int &order, const T &x) | gsQuasiInterpolate< T > | protectedstatic |
distributePoints(T a, T b, int n, gsMatrix< T > &points) | gsQuasiInterpolate< T > | protectedstatic |
EvalBased(const gsBasis< T > &bb, const gsFunction< T > &fun, const bool specialCase, gsMatrix< T > &result) | gsQuasiInterpolate< T > | static |
greatestSubInterval(const gsKnotVector< T > &knots, const int &posStart, const int &posEnd) | gsQuasiInterpolate< T > | protectedstatic |
Schoenberg(const gsBasis< T > &b, const gsFunction< T > &fun, gsMatrix< T > &result) | gsQuasiInterpolate< T > | static |
Taylor(const gsBasis< T > &bb, const gsFunction< T > &fun, const int &r, gsMatrix< T > &result) | gsQuasiInterpolate< T > | static |