mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-30 09:00:37 +08:00
Lint changes from Jim Roseborough.
Change-Id: I4b1e9ac6c1c74e96f51e57e0cbeaa3d3d649f770
This commit is contained in:
@@ -271,7 +271,9 @@ Eliminate(const BlockSparseMatrix* A,
|
||||
// Solve call over and over again.
|
||||
typename EigenTypes<kEBlockSize, kEBlockSize>::Matrix
|
||||
inverse_ete(e_block_size, e_block_size);
|
||||
InvertUpperTriangularUsingCholesky(e_block_size, ete.data(), inverse_ete.data());
|
||||
InvertUpperTriangularUsingCholesky(e_block_size,
|
||||
ete.data(),
|
||||
inverse_ete.data());
|
||||
|
||||
// For the current chunk compute and update the rhs of the reduced
|
||||
// linear system.
|
||||
|
||||
Reference in New Issue
Block a user