Home
last modified time | relevance | path

Searched refs:AutoDiffScalar (Results 1 – 7 of 7) sorted by relevance

/external/eigen/unsupported/Eigen/src/AutoDiff/
DAutoDiffScalar.h33 template<typename _DerType> class AutoDiffScalar; variable
36 inline AutoDiffScalar<NewDerType> MakeAutoDiffScalar(const typename NewDerType::Scalar& value, cons… in MakeAutoDiffScalar()
37 return AutoDiffScalar<NewDerType>(value,der); in MakeAutoDiffScalar()
67 class AutoDiffScalar
84 AutoDiffScalar() {} in AutoDiffScalar() function
88 AutoDiffScalar(const Scalar& value, int nbDer, int derNumber) in AutoDiffScalar() function
96 /*explicit*/ AutoDiffScalar(const Real& value) in AutoDiffScalar() function
104 AutoDiffScalar(const Scalar& value, const DerType& der) in AutoDiffScalar() function
109 AutoDiffScalar(const AutoDiffScalar<OtherDerType>& other
119 friend std::ostream & operator << (std::ostream & s, const AutoDiffScalar& a)
[all …]
DAutoDiffVector.h38 typedef AutoDiffScalar<Matrix<BaseScalar,JacobianType::RowsAtCompileTime,1> > ActiveScalar;
40 typedef AutoDiffScalar<typename JacobianType::ColXpr> CoeffType;
DAutoDiffJacobian.h48 typedef AutoDiffScalar<DerivativeType> ActiveScalar;
/external/eigen/unsupported/test/
Dautodiff.cpp219 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()
Dautodiff_scalar.cpp21 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()
/external/eigen/unsupported/Eigen/
DAutoDiff19 * templated scalar type wrapper AutoDiffScalar.
32 #include "src/AutoDiff/AutoDiffScalar.h"
/external/tensorflow/third_party/eigen3/
DLICENSE253 ./unsupported/Eigen/src/AutoDiff/AutoDiffScalar.h