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 faf7b78 commit 501ea49Copy full SHA for 501ea49
docs/src/tutorials/linear.md
@@ -81,6 +81,7 @@ LinearSolve.jl specifically tests with the following cases:
81
- [Metal.jl](https://metal.juliagpu.org/stable/) (Apple M-series GPU-based dense matrices) `MetalArray`
82
83
!!! note
84
+
85
86
Choosing the most specific matrix structure that matches your specific system will give you the most performance.
87
Thus if your matrix is symmetric, specifically building with `Symmetric(A)` will be faster than simply using `A`,
0 commit comments