Home
last modified time | relevance | path

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

/external/ceres-solver/internal/ceres/
Dproblem_impl.cc716 scoped_ptr<CompressedRowSparseMatrix> tmp_jacobian; in Evaluate() local
718 tmp_jacobian.reset( in Evaluate()
746 tmp_jacobian.get()); in Evaluate()
759 tmp_jacobian->ToCRSMatrix(jacobian); in Evaluate()