Home
last modified time | relevance | path

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

/external/ceres-solver/internal/ceres/
Ddogleg_strategy.h86 void ComputeCauchyPoint(SparseMatrix* jacobian);
Ddogleg_strategy.cc128 ComputeCauchyPoint(jacobian); in ComputeStep()
181 void DoglegStrategy::ComputeCauchyPoint(SparseMatrix* jacobian) { in ComputeCauchyPoint() function in ceres::internal::DoglegStrategy