We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0247ea commit d977ad4Copy full SHA for d977ad4
1 file changed
src/factorization.jl
@@ -887,9 +887,7 @@ A fast sparse LU-factorization which specializes on sparsity patterns with “le
887
!!! note
888
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`.
+ symbolic factorization. If the sparsity pattern of `A` may change between solves, set `reuse_symbolic=false`.
893
If the pattern is assumed or known to be constant, set `reuse_symbolic=true` to avoid
894
unnecessary recomputation. To further reduce computational overhead, you can disable
895
pattern checks entirely by setting `check_pattern = false`. Note that this may error
0 commit comments