File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -82,10 +82,10 @@ LinearSolve.jl specifically tests with the following cases:
8282
8383!!! note
8484
85- Choosing the most specific matrix structure that matches your specific system will give you the most performance.
86- Thus if your matrix is symmetric, specifically building with ` Symmetric(A) ` will be faster than simply using ` A ` ,
87- and will generally lead to better automatic linear solver choices. Note that you can also choose the type for ` b ` ,
88- but generally a dense vector will be the fastest here and many solvers will not support a sparse ` b ` .
85+ Choosing the most specific matrix structure that matches your specific system will give you the most performance.
86+ Thus if your matrix is symmetric, specifically building with ` Symmetric(A) ` will be faster than simply using ` A ` ,
87+ and will generally lead to better automatic linear solver choices. Note that you can also choose the type for ` b ` ,
88+ but generally a dense vector will be the fastest here and many solvers will not support a sparse ` b ` .
8989
9090## Using Matrix-Free Operators
9191
You can’t perform that action at this time.
0 commit comments