Searched refs:AutoDiffScalar (Results 1 – 7 of 7) sorted by relevance
33 template<typename _DerType> class AutoDiffScalar; variable36 inline AutoDiffScalar<NewDerType> MakeAutoDiffScalar(const typename NewDerType::Scalar& value, cons… in MakeAutoDiffScalar()37 return AutoDiffScalar<NewDerType>(value,der); in MakeAutoDiffScalar()67 class AutoDiffScalar84 AutoDiffScalar() {} in AutoDiffScalar() function88 AutoDiffScalar(const Scalar& value, int nbDer, int derNumber) in AutoDiffScalar() function96 /*explicit*/ AutoDiffScalar(const Real& value) in AutoDiffScalar() function104 AutoDiffScalar(const Scalar& value, const DerType& der) in AutoDiffScalar() function109 AutoDiffScalar(const AutoDiffScalar<OtherDerType>& other119 friend std::ostream & operator << (std::ostream & s, const AutoDiffScalar& a)[all …]
38 typedef AutoDiffScalar<Matrix<BaseScalar,JacobianType::RowsAtCompileTime,1> > ActiveScalar;40 typedef AutoDiffScalar<typename JacobianType::ColXpr> CoeffType;
48 typedef AutoDiffScalar<DerivativeType> ActiveScalar;
219 typedef AutoDiffScalar<Vector2f> AD; in test_autodiff_scalar()232 typedef AutoDiffScalar<Vector2f> AD; in test_autodiff_vector()259 typedef AutoDiffScalar<VectorXd> AD; in test_autodiff_hessian()261 typedef AutoDiffScalar<VectorAD> ADD; in test_autodiff_hessian()301 typedef Eigen::AutoDiffScalar<Eigen::Vector3d> AD; in bug_1222()311 typedef Eigen::AutoDiffScalar<Eigen::Vector3d> AD; in bug_1223()336 typedef AutoDiffScalar<Matrix2d> AD; in bug_1261()346 typedef AutoDiffScalar<Vector2d> AD; in bug_1264()
21 typedef AutoDiffScalar<Deriv1> AD; in check_atan2()45 typedef AutoDiffScalar<Deriv1> AD; in check_hyperbolic_functions()79 typedef Eigen::AutoDiffScalar<Deriv> AD; in check_limits_specialization()
19 * templated scalar type wrapper AutoDiffScalar.32 #include "src/AutoDiff/AutoDiffScalar.h"
253 ./unsupported/Eigen/src/AutoDiff/AutoDiffScalar.h