mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-29 16:40:38 +08:00
ClangFormat changes
Change-Id: I88c9e38b0450aed26c60e1dd54964ab6571e3eef
This commit is contained in:
@@ -179,7 +179,8 @@ void DenseSchurComplementSolver::InitStorage(
|
||||
// BlockRandomAccessDenseMatrix. The linear system is solved using
|
||||
// Eigen's Cholesky factorization.
|
||||
LinearSolver::Summary DenseSchurComplementSolver::SolveReducedLinearSystem(
|
||||
const LinearSolver::PerSolveOptions& /*per_solve_options*/, double* solution) {
|
||||
const LinearSolver::PerSolveOptions& /*per_solve_options*/,
|
||||
double* solution) {
|
||||
LinearSolver::Summary summary;
|
||||
summary.num_iterations = 0;
|
||||
summary.termination_type = LinearSolverTerminationType::SUCCESS;
|
||||
|
||||
Reference in New Issue
Block a user