File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -887,9 +887,7 @@ A fast sparse LU-factorization which specializes on sparsity patterns with “le
887
887
!!! note
888
888
889
889
By default, the SparseArrays.jl are implemented for efficiency by caching the
890
- symbolic factorization.
891
-
892
- If the sparsity pattern of `A` may change between solves, set `reuse_symbolic=false`.
890
+ symbolic factorization. If the sparsity pattern of `A` may change between solves, set `reuse_symbolic=false`.
893
891
If the pattern is assumed or known to be constant, set `reuse_symbolic=true` to avoid
894
892
unnecessary recomputation. To further reduce computational overhead, you can disable
895
893
pattern checks entirely by setting `check_pattern = false`. Note that this may error
You can’t perform that action at this time.
0 commit comments