Skip to content

Commit c0247ea

Browse files
Update src/factorization.jl
1 parent 00d31f6 commit c0247ea

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/factorization.jl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -861,9 +861,7 @@ patterns with “more structure”.
861861
!!! note
862862
863863
By default, the SparseArrays.jl are implemented for efficiency by caching the
864-
symbolic factorization.
865-
866-
If the sparsity pattern of `A` may change between solves, set `reuse_symbolic=false`.
864+
symbolic factorization. If the sparsity pattern of `A` may change between solves, set `reuse_symbolic=false`.
867865
If the pattern is assumed or known to be constant, set `reuse_symbolic=true` to avoid
868866
unnecessary recomputation. To further reduce computational overhead, you can disable
869867
pattern checks entirely by setting `check_pattern = false`. Note that this may error

0 commit comments

Comments
 (0)