From 0494b3e6f053c48db841a9989c83a0b24729b8ed Mon Sep 17 00:00:00 2001 From: Pieter Ghysels Date: Fri, 28 Jun 2024 14:41:09 -0700 Subject: [PATCH] temp delete factors --- src/sparse/fronts/FrontalMatrixDense.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/sparse/fronts/FrontalMatrixDense.cpp b/src/sparse/fronts/FrontalMatrixDense.cpp index c649f54a..9eb6dcb1 100644 --- a/src/sparse/fronts/FrontalMatrixDense.cpp +++ b/src/sparse/fronts/FrontalMatrixDense.cpp @@ -47,6 +47,10 @@ namespace strumpack { (VectorPool& workspace) { workspace.restore(CBstorage_); F22_.clear(); + + F11_.clear(); + F12_.clear(); + F21_.clear(); } template scalar_t*