mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-30 09:00:37 +08:00
Remove UTF-8 chars
Change-Id: I1e98dd7441d2de05e0b3b0937e496103177631f8
This commit is contained in:
committed by
Sameer Agarwal
parent
9350e57a45
commit
21d40daa00
@@ -87,7 +87,7 @@ class CERES_EXPORT GradientProblemSolver {
|
||||
// method, please see:
|
||||
//
|
||||
// Nocedal, J. (1980). "Updating Quasi-Newton Matrices with
|
||||
// Limited Storage". Mathematics of Computation 35 (151): 773–782.
|
||||
// Limited Storage". Mathematics of Computation 35 (151): 773-782.
|
||||
int max_lbfgs_rank = 20;
|
||||
|
||||
// As part of the (L)BFGS update step (BFGS) / right-multiply step (L-BFGS),
|
||||
|
||||
Reference in New Issue
Block a user