OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ActiveScalar
(Results
1 - 2
of
2
) sorted by null
/external/eigen/unsupported/Eigen/src/AutoDiff/
AutoDiffJacobian.h
42
typedef AutoDiffScalar<DerivativeType>
ActiveScalar
;
45
typedef Matrix<
ActiveScalar
, InputsAtCompileTime, 1> ActiveInput;
46
typedef Matrix<
ActiveScalar
, ValuesAtCompileTime, 1> ActiveValue;
59
ActiveInput ax = x.template cast<
ActiveScalar
>();
AutoDiffVector.h
38
typedef AutoDiffScalar<Matrix<BaseScalar,JacobianType::RowsAtCompileTime,1> >
ActiveScalar
;
39
typedef
ActiveScalar
Scalar;
Completed in 441 milliseconds