Searched refs:ActiveScalar (Results 1 – 3 of 3) sorted by relevance
/external/eigen/unsupported/Eigen/src/AutoDiff/ |
D | AutoDiffJacobian.h | 48 typedef AutoDiffScalar<DerivativeType> ActiveScalar; typedef 50 typedef Matrix<ActiveScalar, InputsAtCompileTime, 1> ActiveInput; 51 typedef Matrix<ActiveScalar, ValuesAtCompileTime, 1> ActiveValue; 82 ActiveInput ax = x.template cast<ActiveScalar>(); in operator()
|
D | AutoDiffVector.h | 38 typedef AutoDiffScalar<Matrix<BaseScalar,JacobianType::RowsAtCompileTime,1> > ActiveScalar; typedef 39 typedef ActiveScalar Scalar;
|
/external/eigen/unsupported/Eigen/ |
D | AdolcForward | 100 typedef adtl::adouble ActiveScalar; 118 typedef Matrix<ActiveScalar, InputType::SizeAtCompileTime, 1> ActiveInput; 119 typedef Matrix<ActiveScalar, ValueType::SizeAtCompileTime, 1> ActiveValue; 132 ActiveInput ax = x.template cast<ActiveScalar>();
|