Searched refs:DerType (Results 1 - 1 of 1) sorted by relevance

/external/eigen/unsupported/Eigen/src/AutoDiff/
H A DAutoDiffScalar.h69 typedef typename internal::remove_all<_DerType>::type DerType; typedef in class:Eigen::AutoDiffScalar
70 typedef typename internal::traits<DerType>::Scalar Scalar;
82 : m_value(value), m_derivatives(DerType::Zero(nbDer))
97 AutoDiffScalar(const Scalar& value, const DerType& der)
136 inline const DerType& derivatives() const { return m_derivatives; }
137 inline DerType& derivatives() { return m_derivatives; }
160 inline const AutoDiffScalar<DerType&> operator+(const Scalar& other) const
162 return AutoDiffScalar<DerType&>(m_value + other, m_derivatives);
165 friend inline const AutoDiffScalar<DerType&> operator+(const Scalar& a, const AutoDiffScalar& b)
167 return AutoDiffScalar<DerType
382 typedef typename remove_all<_DerType>::type DerType; typedef in struct:Eigen::internal::auto_diff_special_op
[all...]

Completed in 63 milliseconds