Searched defs:jac (Results 1 – 4 of 4) sorted by relevance
73 MatrixXd jac(15,3); in test_forward() local94 MatrixXd jac(15,3); in test_central() local
67 inline AutoDiffVector(const ValueType& values, const JacobianType& jac) in AutoDiffVector()
80 JacobianType& jac = *_jac; in operator() local
64 int df(const InputType& _x, JacobianType &jac) const in df()