Skip to content

Commit

Permalink
revert back set has pivot perturbation
Browse files Browse the repository at this point in the history
Signed-off-by: Tony Xiang <[email protected]>
  • Loading branch information
TonyXiang8787 committed Jan 17, 2025
1 parent 8a2b30b commit 71ab9c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ template <class Tensor, class RHSVector, class XVector> class SparseLUSolver {
}

void reset_matrix_cache() {
// has_pivot_perturbation_ is already false
has_pivot_perturbation_ = false;
matrix_norm_ = 0.0;
original_matrix_.reset();
}
Expand Down

0 comments on commit 71ab9c4

Please sign in to comment.