Searched refs:DerivativeType (Results 1 – 3 of 3) sorted by relevance
/external/eigen/unsupported/Eigen/src/Splines/ |
D | Spline.h | 126 typename SplineTraits<Spline>::DerivativeType 135 typename SplineTraits<Spline,DerivativeOrder>::DerivativeType 224 template <typename DerivativeType> 230 DerivativeType& N_); 312 template <typename SplineType, typename DerivativeType> 313 …mpl(const SplineType& spline, typename SplineType::Scalar u, DenseIndex order, DerivativeType& der) in derivativesImpl() 317 enum { DerivativeOrder = DerivativeType::ColsAtCompileTime }; in derivativesImpl() 343 typename SplineTraits< Spline<_Scalar, _Dim, _Degree> >::DerivativeType 346 typename SplineTraits< Spline >::DerivativeType res; in derivatives() 353 typename SplineTraits< Spline<_Scalar, _Dim, _Degree>, DerivativeOrder >::DerivativeType [all …]
|
D | SplineFwd.h | 44 …r,Dimension,Dynamic,DerivativeMemoryLayout,Dimension,NumOfDerivativesAtCompileTime> DerivativeType; 77 …ray<_Scalar,_Dim,Dynamic,DerivativeMemoryLayout,_Dim,NumOfDerivativesAtCompileTime> DerivativeType;
|
/external/eigen/unsupported/Eigen/src/AutoDiff/ |
D | AutoDiffJacobian.h | 47 typedef Matrix<Scalar, InputsAtCompileTime, 1> DerivativeType; typedef 48 typedef AutoDiffScalar<DerivativeType> ActiveScalar; 90 ax[i].derivatives() = DerivativeType::Unit(x.rows(),i); in operator()
|