Home
last modified time | relevance | path

Searched refs:DerivativeType (Results 1 – 3 of 3) sorted by relevance

/external/eigen/unsupported/Eigen/src/Splines/
DSpline.h126 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 …]
DSplineFwd.h44 …r,Dimension,Dynamic,DerivativeMemoryLayout,Dimension,NumOfDerivativesAtCompileTime> DerivativeType;
77 …ray<_Scalar,_Dim,Dynamic,DerivativeMemoryLayout,_Dim,NumOfDerivativesAtCompileTime> DerivativeType;
/external/eigen/unsupported/Eigen/src/AutoDiff/
DAutoDiffJacobian.h47 typedef Matrix<Scalar, InputsAtCompileTime, 1> DerivativeType; typedef
48 typedef AutoDiffScalar<DerivativeType> ActiveScalar;
90 ax[i].derivatives() = DerivativeType::Unit(x.rows(),i); in operator()