![]() |
Eigen-unsupported
3.2.10
|
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 | |
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, DerivativeMemoryLayout, _Dim, NumOfDerivativesAtCompileTime > | DerivativeType |
The data type used to store the spline's derivative values. | |
anonymous enum |