Home
last modified time | relevance | path

Searched defs:jac (Results 1 – 4 of 4) sorted by relevance

/external/eigen/unsupported/test/
DNumericalDiff.cpp73 MatrixXd jac(15,3); in test_forward() local
94 MatrixXd jac(15,3); in test_central() local
/external/eigen/unsupported/Eigen/src/AutoDiff/
DAutoDiffVector.h67 inline AutoDiffVector(const ValueType& values, const JacobianType& jac) in AutoDiffVector()
DAutoDiffJacobian.h80 JacobianType& jac = *_jac; in operator() local
/external/eigen/unsupported/Eigen/src/NumericalDiff/
DNumericalDiff.h64 int df(const InputType& _x, JacobianType &jac) const in df()