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

  /external/eigen/unsupported/Eigen/src/AutoDiff/
AutoDiffJacobian.h 48 typedef AutoDiffScalar<DerivativeType> ActiveScalar;
50 typedef Matrix<ActiveScalar, InputsAtCompileTime, 1> ActiveInput;
51 typedef Matrix<ActiveScalar, ValuesAtCompileTime, 1> ActiveValue;
82 ActiveInput ax = x.template cast<ActiveScalar>();
AutoDiffVector.h 38 typedef AutoDiffScalar<Matrix<BaseScalar,JacobianType::RowsAtCompileTime,1> > ActiveScalar;
39 typedef ActiveScalar Scalar;

Completed in 174 milliseconds