#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 | |
Eigen | |
Namespace containing all symbols from the Eigen library. | |
Functions | |
template<typename SplineType , typename DerivativeType > | |
void | Eigen::derivativesImpl (const SplineType &spline, typename SplineType::Scalar u, DenseIndex order, DerivativeType &der) |