$treeview $search $mathjax
Eigen-unsupported
3.2.5
$projectbrief
|
$projectbrief
|
$searchbox |
Compile-time attributes of the Spline class for fixed degree. More...
Inherits Eigen::SplineTraits< Spline< _Scalar, _Dim, _Degree > >.
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. |
Compile-time attributes of the Spline class for fixed degree.
The traits class inherits all attributes from the SplineTraits of Dynamic degree.
anonymous enum |