Lint changes from Jim Roseborough.

Change-Id: I4b1e9ac6c1c74e96f51e57e0cbeaa3d3d649f770
This commit is contained in:
Sameer Agarwal
2015-04-06 09:16:41 -07:00
parent d95f9192dd
commit e78a97accb
+3 -1
View File
@@ -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.