Skip to content

Commit 9597fe3

Browse files
author
SciML Bot
committed
Apply JuliaFormatter to fix code formatting
- Applied JuliaFormatter with SciML style guide - Formatted 1 files 🤖 Generated by OrgMaintenanceScripts.jl
1 parent 10168b1 commit 9597fe3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/factorization.jl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -861,8 +861,8 @@ patterns with “more structure”.
861861
!!! note
862862
863863
By default, the SparseArrays.jl are implemented for efficiency by caching the
864-
symbolic factorization. If the sparsity pattern of `A` may change between solves, set `reuse_symbolic=false`.
865-
If the pattern is assumed or known to be constant, set `reuse_symbolic=true` to avoid
864+
symbolic factorization. If the sparsity pattern of `A` may change between solves, set `reuse_symbolic=false`.
865+
If the pattern is assumed or known to be constant, set `reuse_symbolic=true` to avoid
866866
unnecessary recomputation. To further reduce computational overhead, you can disable
867867
pattern checks entirely by setting `check_pattern = false`. Note that this may error
868868
if the sparsity pattern does change unexpectedly.
@@ -887,8 +887,8 @@ A fast sparse LU-factorization which specializes on sparsity patterns with “le
887887
!!! note
888888
889889
By default, the SparseArrays.jl are implemented for efficiency by caching the
890-
symbolic factorization. If the sparsity pattern of `A` may change between solves, set `reuse_symbolic=false`.
891-
If the pattern is assumed or known to be constant, set `reuse_symbolic=true` to avoid
890+
symbolic factorization. If the sparsity pattern of `A` may change between solves, set `reuse_symbolic=false`.
891+
If the pattern is assumed or known to be constant, set `reuse_symbolic=true` to avoid
892892
unnecessary recomputation. To further reduce computational overhead, you can disable
893893
pattern checks entirely by setting `check_pattern = false`. Note that this may error
894894
if the sparsity pattern does change unexpectedly.

0 commit comments

Comments
 (0)