|
TR-mbed 1.0
|
#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 |
| 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) |