Go to the source code of this file.
Classes | |
struct | Eigen::SplineTraits< SplineType, DerivativeOrder > |
struct | Eigen::SplineTraits< Spline< Scalar_, Dim_, Degree_ >, _DerivativeOrder > |
Compile-time attributes of the Spline class for fixed degree. More... | |
struct | Eigen::SplineTraits< Spline< Scalar_, Dim_, Degree_ >, Dynamic > |
Compile-time attributes of the Spline class for Dynamic degree. More... | |
Namespaces | |
Eigen | |
: TensorContractionSycl.h, provides various tensor contraction kernel for SYCL backend | |
Typedefs | |
typedef Spline< double, 2 > | Eigen::Spline2d |
2D double B-spline with dynamic degree. More... | |
typedef Spline< float, 2 > | Eigen::Spline2f |
2D float B-spline with dynamic degree. More... | |
typedef Spline< double, 3 > | Eigen::Spline3d |
3D double B-spline with dynamic degree. More... | |
typedef Spline< float, 3 > | Eigen::Spline3f |
3D float B-spline with dynamic degree. More... | |