HomeSort by relevance Sort by last modified time
    Searched refs:DerivativeType (Results 1 - 3 of 3) sorted by null

  /external/eigen/unsupported/Eigen/src/AutoDiff/
AutoDiffJacobian.h 47 typedef Matrix<Scalar, InputsAtCompileTime, 1> DerivativeType;
48 typedef AutoDiffScalar<DerivativeType> ActiveScalar;
90 ax[i].derivatives() = DerivativeType::Unit(x.rows(),i);
  /external/eigen/unsupported/Eigen/src/Splines/
SplineFwd.h 44 typedef Array<Scalar,Dimension,Dynamic,DerivativeMemoryLayout,Dimension,NumOfDerivativesAtCompileTime> DerivativeType;
77 typedef Array<_Scalar,_Dim,Dynamic,DerivativeMemoryLayout,_Dim,NumOfDerivativesAtCompileTime> DerivativeType;
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 void derivativesImpl(const SplineType& spline, typename SplineType::Scalar u, DenseIndex order, DerivativeType& der)
317 enum { DerivativeOrder = DerivativeType::ColsAtCompileTime };
343 typename SplineTraits< Spline<_Scalar, _Dim, _Degree> >::DerivativeType
346 typename SplineTraits< Spline >::DerivativeType res;
353 typename SplineTraits< Spline<_Scalar, _Dim, _Degree>, DerivativeOrder >::DerivativeType
    [all...]

Completed in 84 milliseconds