Skip to content

Commit

Permalink
Lint changes from Jim Roseborough.
Browse files Browse the repository at this point in the history
Change-Id: I4b1e9ac6c1c74e96f51e57e0cbeaa3d3d649f770
  • Loading branch information
sandwichmaker committed Apr 6, 2015
1 parent d95f919 commit e78a97a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion internal/ceres/schur_eliminator_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e78a97a

Please sign in to comment.