Home
last modified time | relevance | path

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

/external/eigen/unsupported/Eigen/src/AutoDiff/
DAutoDiffScalar.h82 : m_value(value), m_derivatives(DerType::Zero(nbDer)) in AutoDiffScalar()
84 m_derivatives.coeffRef(derNumber) = Scalar(1); in AutoDiffScalar()
92 if(m_derivatives.size()>0) in AutoDiffScalar()
93 m_derivatives.setZero(); in AutoDiffScalar()
98 : m_value(value), m_derivatives(der) in AutoDiffScalar()
103 : m_value(other.value()), m_derivatives(other.derivatives()) in AutoDiffScalar()
112 : m_value(other.value()), m_derivatives(other.derivatives()) in AutoDiffScalar()
119 m_derivatives = other.derivatives();
126 m_derivatives = other.derivatives();
136 inline const DerType& derivatives() const { return m_derivatives; } in derivatives()
[all …]