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

/external/eigen/unsupported/Eigen/src/AutoDiff/
H A DAutoDiffScalar.h80 and initializes the \a nbDer derivatives such that it corresponds to the \a derNumber -th variable */
81 AutoDiffScalar(const Scalar& value, int nbDer, int derNumber) argument
84 m_derivatives.coeffRef(derNumber) = Scalar(1);

Completed in 105 milliseconds