OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DerivativeType
(Results
1 - 3
of
3
) sorted by null
/external/eigen/unsupported/Eigen/src/AutoDiff/
AutoDiffJacobian.h
41
typedef Matrix<Scalar,InputsAtCompileTime,1>
DerivativeType
;
42
typedef AutoDiffScalar<
DerivativeType
> ActiveScalar;
67
ax[i].derivatives() =
DerivativeType
::Unit(this->inputs(),i);
/external/eigen/unsupported/Eigen/src/Splines/
SplineFwd.h
42
typedef Array<Scalar,Dimension,Dynamic,ColMajor,Dimension,NumOfDerivativesAtCompileTime>
DerivativeType
;
70
typedef Array<_Scalar,_Dim,Dynamic,ColMajor,_Dim,NumOfDerivativesAtCompileTime>
DerivativeType
;
Spline.h
105
typename SplineTraits<Spline>::
DerivativeType
114
typename SplineTraits<Spline,DerivativeOrder>::
DerivativeType
276
template <typename SplineType, typename
DerivativeType
>
277
void derivativesImpl(const SplineType& spline, typename SplineType::Scalar u, DenseIndex order,
DerivativeType
& der)
281
enum { DerivativeOrder =
DerivativeType
::ColsAtCompileTime };
311
typename SplineTraits< Spline<_Scalar, _Dim, _Degree> >::
DerivativeType
314
typename SplineTraits< Spline >::
DerivativeType
res;
321
typename SplineTraits< Spline<_Scalar, _Dim, _Degree>, DerivativeOrder >::
DerivativeType
324
typename SplineTraits< Spline, DerivativeOrder >::
DerivativeType
res;
338
template <typename SplineType, typename
DerivativeType
>
[
all
...]
Completed in 3218 milliseconds