Searched refs:BasisDerivativeType (Results 1 – 2 of 2) sorted by relevance
/external/eigen/unsupported/Eigen/src/Splines/ |
D | Spline.h | 55 typedef typename SplineTraits<Spline>::BasisDerivativeType BasisDerivativeType; typedef 170 typename SplineTraits<Spline>::BasisDerivativeType 179 typename SplineTraits<Spline,DerivativeOrder>::BasisDerivativeType 217 static BasisDerivativeType BasisFunctionDerivatives( 320 …typedef typename SplineTraits<SplineType,DerivativeOrder>::BasisDerivativeType BasisDerivativeType; in derivativesImpl() typedef 321 typedef typename BasisDerivativeType::ConstRowXpr BasisDerivativeRowXpr; in derivativesImpl() 331 …const BasisDerivativeType basis_func_ders = spline.template basisFunctionDerivatives<DerivativeOrd… in derivativesImpl() 480 typename SplineTraits< Spline<_Scalar, _Dim, _Degree> >::BasisDerivativeType 483 typename SplineTraits<Spline<_Scalar, _Dim, _Degree> >::BasisDerivativeType der; in basisFunctionDerivatives() 490 typename SplineTraits< Spline<_Scalar, _Dim, _Degree>, DerivativeOrder >::BasisDerivativeType [all …]
|
D | SplineFwd.h | 41 …lar,Dynamic,Dynamic,RowMajor,NumOfDerivativesAtCompileTime,OrderAtCompileTime> BasisDerivativeType; 74 …lar,Dynamic,Dynamic,RowMajor,NumOfDerivativesAtCompileTime,OrderAtCompileTime> BasisDerivativeType;
|