Skip to content

Commit 501ea49

Browse files
Update docs/src/tutorials/linear.md
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent faf7b78 commit 501ea49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/src/tutorials/linear.md

+1
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ LinearSolve.jl specifically tests with the following cases:
8181
- [Metal.jl](https://metal.juliagpu.org/stable/) (Apple M-series GPU-based dense matrices) `MetalArray`
8282

8383
!!! note
84+
8485

8586
Choosing the most specific matrix structure that matches your specific system will give you the most performance.
8687
Thus if your matrix is symmetric, specifically building with `Symmetric(A)` will be faster than simply using `A`,

0 commit comments

Comments
 (0)