![]() |
Eigen-unsupported
3.4.90 (git rev 67eeba6e720c5745abc77ae6c92ce0a44aa7b7ae)
|
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 |