#include <Basis.h>
Classes | |
class | ComponentDerivativeFunctor |
class | DerivativeFunctor |
class | DerivativeFunctorBase |
Base class for functors below that calculate derivative weights. More... | |
class | EvaluationFunctor |
class | ManifoldEvaluationFunctor |
class | VectorComponentFunctor |
class | VectorDerivativeFunctor |
class | VectorEvaluationFunctor |
Static Public Member Functions | |
static Matrix | WeightMatrix (size_t N, const Vector &X) |
static Matrix | WeightMatrix (size_t N, const Vector &X, double a, double b) |
Calculate weights for all x in vector X, with interval [a,b]. More... | |
CRTP Base class for function bases
|
inlinestatic |
|
inlinestatic |
Calculate weights for all x in vector X, with interval [a,b].
N | The number of basis functions. |
X | The vector for which to compute the weights. |
a | The lower bound for the interval range. |
b | The upper bound for the interval range. |