![]() |
Eigen-unsupported
3.4.0
|
Compile-time attributes of the Spline class for fixed degree.
The traits class inherits all attributes from the SplineTraits of Dynamic degree.
Inherits Eigen::SplineTraits< SplineType, DerivativeOrder >.
Public Types | |
| enum | { OrderAtCompileTime } |
| enum | { NumOfDerivativesAtCompileTime } |
| enum | { DerivativeMemoryLayout } |
| 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 |
| anonymous enum |
| anonymous enum |