Home
last modified time | relevance | path

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

/external/eigen/unsupported/Eigen/src/AutoDiff/
DAutoDiffScalar.h60 class AutoDiffScalar
77 AutoDiffScalar() {} in AutoDiffScalar() function
81 AutoDiffScalar(const Scalar& value, int nbDer, int derNumber) in AutoDiffScalar() function
89 /*explicit*/ AutoDiffScalar(const Real& value) in AutoDiffScalar() function
97 AutoDiffScalar(const Scalar& value, const DerType& der) in AutoDiffScalar() function
102 AutoDiffScalar(const AutoDiffScalar<OtherDerType>& other) in AutoDiffScalar() function
106 friend std::ostream & operator << (std::ostream & s, const AutoDiffScalar& a)
111 AutoDiffScalar(const AutoDiffScalar& other) in AutoDiffScalar() function
116 inline AutoDiffScalar& operator=(const AutoDiffScalar<OtherDerType>& other)
123 inline AutoDiffScalar& operator=(const AutoDiffScalar& other)
[all …]
DAutoDiffVector.h38 typedef AutoDiffScalar<Matrix<BaseScalar,JacobianType::RowsAtCompileTime,1> > ActiveScalar;
40 typedef AutoDiffScalar<typename JacobianType::ColXpr> CoeffType;
DAutoDiffJacobian.h42 typedef AutoDiffScalar<DerivativeType> ActiveScalar;
/external/eigen/unsupported/Eigen/
DAutoDiff19 * templated scalar type wrapper AutoDiffScalar.
32 #include "src/AutoDiff/AutoDiffScalar.h"
/external/eigen/unsupported/test/
Dautodiff.cpp135 typedef AutoDiffScalar<Vector2f> AD; in test_autodiff_scalar()
146 typedef AutoDiffScalar<Vector2f> AD; in test_autodiff_vector()