mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-30 09:00:37 +08:00
2b16b0080b
CompressedRowSparseMatrix can store the row and column block structure but the AppendRows and DeleteRows methods did not pay attention to them. This meant that it was possible to get to a CompressedRowSparseMatrix whose block structure did not match the contents of the matrix. This change fixes this problem. Change-Id: I1b3c807fc03d8c049ee20511e2bc62806d211b81