Home
last modified time | relevance | path

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

/external/eigen/unsupported/Eigen/src/AutoDiff/
DAutoDiffScalar.h76 typedef typename internal::remove_all<_DerType>::type DerType; typedef
77 typedef typename internal::traits<DerType>::Scalar Scalar;
89 : m_value(value), m_derivatives(DerType::Zero(nbDer)) in AutoDiffScalar()
104 AutoDiffScalar(const Scalar& value, const DerType& der) in AutoDiffScalar()
113 && internal::is_convertible<OtherDerType,DerType>::value , void*>::type = 0
157 inline const DerType& derivatives() const { return m_derivatives; } in derivatives()
158 inline DerType& derivatives() { return m_derivatives; } in derivatives()
181 inline const AutoDiffScalar<DerType&> operator+(const Scalar& other) const
183 return AutoDiffScalar<DerType&>(m_value + other, m_derivatives);
186 friend inline const AutoDiffScalar<DerType&> operator+(const Scalar& a, const AutoDiffScalar& b)
[all …]