mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-29 08:34:37 +08:00
Improve the performance of DenseQRSolver
1. Reduce amount of reallocations. Change-Id: I91b17c781ae94ed12014d647f0162cfce4f6ed7b
This commit is contained in:
@@ -57,6 +57,7 @@ class DenseSparseMatrix : public SparseMatrix {
|
||||
#endif
|
||||
|
||||
DenseSparseMatrix(int num_rows, int num_cols);
|
||||
DenseSparseMatrix(int num_rows, int num_cols, bool reserve_diagonal);
|
||||
|
||||
virtual ~DenseSparseMatrix() {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user