You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# F_lu is automatically cleaned up when garbage collected
470
457
```
471
458
472
459
### Direct Solve Syntax
@@ -484,8 +471,6 @@ x = transpose(b) / A # solve x*A = transpose(b)
484
471
x =transpose(b) /transpose(A) # solve x*transpose(A) = transpose(b)
485
472
```
486
473
487
-
Note: Factorizations are automatically cleaned up when garbage collected. Cleanup is synchronized across MPI ranks when the next factorization is created.
0 commit comments