Skip to content

Commit 702cf60

Browse files
authored
Fix note admonition
1 parent 93db65d commit 702cf60

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docs/src/tutorials/linear.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,10 @@ LinearSolve.jl specifically tests with the following cases:
8484

8585
!!! note
8686

87-
88-
Choosing the most specific matrix structure that matches your specific system will give you the most performance.
89-
Thus if your matrix is symmetric, specifically building with `Symmetric(A)` will be faster than simply using `A`,
90-
and will generally lead to better automatic linear solver choices. Note that you can also choose the type for `b`,
91-
but generally a dense vector will be the fastest here and many solvers will not support a sparse `b`.
87+
Choosing the most specific matrix structure that matches your specific system will give you the most performance.
88+
Thus if your matrix is symmetric, specifically building with `Symmetric(A)` will be faster than simply using `A`,
89+
and will generally lead to better automatic linear solver choices. Note that you can also choose the type for `b`,
90+
but generally a dense vector will be the fastest here and many solvers will not support a sparse `b`.
9291

9392
## Using Matrix-Free Operators via SciMLOperators.jl
9493

0 commit comments

Comments
 (0)