#include "SplineFwd.h"
Go to the source code of this file.
Classes | |
class | Eigen::Spline< _Scalar, _Dim, _Degree > |
A class representing multi-dimensional spline curves. More... | |
Namespaces | |
namespace | Eigen |
Functions | |
template<typename SplineType , typename DerivativeType > | |
void | Eigen::basisFunctionDerivativesImpl (const SplineType &spline, typename SplineType::Scalar u, DenseIndex order, DerivativeType &N_) |
template<typename SplineType , typename DerivativeType > | |
void | Eigen::derivativesImpl (const SplineType &spline, typename SplineType::Scalar u, DenseIndex order, DerivativeType &der) |