![]() |
Eigen-unsupported
3.2.5
|
Compile-time attributes of the Spline class for fixed degree.
The traits class inherits all attributes from the SplineTraits of Dynamic degree.
Inherits SplineTraits< SplineType, DerivativeOrder >.
Public Types | |
| enum | { OrderAtCompileTime } |
| enum | { NumOfDerivativesAtCompileTime } |
|
typedef Array< _Scalar, Dynamic, Dynamic, RowMajor, NumOfDerivativesAtCompileTime, OrderAtCompileTime > | BasisDerivativeType |
| The data type used to store the values of the basis function derivatives. | |
|
typedef Array< _Scalar, _Dim, Dynamic, ColMajor, _Dim, NumOfDerivativesAtCompileTime > | DerivativeType |
| The data type used to store the spline's derivative values. | |
| anonymous enum |