Home
last modified time | relevance | path

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

/external/ceres-solver/internal/ceres/
Dlow_rank_inverse_hessian.cc77 int max_num_corrections, in LowRankInverseHessian() argument
80 max_num_corrections_(max_num_corrections), in LowRankInverseHessian()
83 delta_x_history_(num_parameters, max_num_corrections), in LowRankInverseHessian()
84 delta_gradient_history_(num_parameters, max_num_corrections), in LowRankInverseHessian()
85 delta_x_dot_delta_gradient_(max_num_corrections) { in LowRankInverseHessian()
Dlow_rank_inverse_hessian.h74 int max_num_corrections,