HomeSort by relevance Sort by last modified time
    Searched defs:jac (Results 1 - 2 of 2) sorted by null

  /external/ceres-solver/internal/ceres/
conditioned_cost_function_test.cc 72 jac[kTestCostFunctionSize * kTestCostFunctionSize], local
80 jac[i * 2] = i * i;
106 jacs[0] = jac;
115 double actual = jac[i * kTestCostFunctionSize + j];
  /external/eigen/unsupported/Eigen/src/AutoDiff/
AutoDiffJacobian.h 57 JacobianType& jac = *_jac; local
60 ActiveValue av(jac.rows());
63 for (Index j=0; j<jac.rows(); j++)
66 for (Index i=0; i<jac.cols(); i++)
71 for (Index i=0; i<jac.rows(); i++)
74 jac.row(i) = av[i].derivatives();

Completed in 6841 milliseconds