Skip to content

Commit

Permalink
temp delete factors
Browse files Browse the repository at this point in the history
  • Loading branch information
pghysels committed Jun 28, 2024
1 parent b2c9603 commit 0494b3e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/sparse/fronts/FrontalMatrixDense.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ namespace strumpack {
(VectorPool<scalar_t>& workspace) {
workspace.restore(CBstorage_);
F22_.clear();

F11_.clear();
F12_.clear();
F21_.clear();
}

template<typename scalar_t,typename integer_t> scalar_t*
Expand Down

0 comments on commit 0494b3e

Please sign in to comment.