You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/comparisons/math/linear_solvers.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ The most complete one is [LinearSolve.jl](https://github.com/SciML/LinearSolve.j
12
12
13
13
Specific solvers providing their own API's include [Paradiso.jl](https://github.com/JuliaSparse/Pardiso.jl), [MKL.jl](https://github.com/JuliaLinearAlgebra/MKL.jl), [BandedMatrices.jl](https://github.com/JuliaLinearAlgebra/BandedMatrices.jl), and more.
14
14
15
-
See https://discourse.julialang.org/t/solving-sparse-linear-systems-fast/83071/9
15
+
See <https://discourse.julialang.org/t/solving-sparse-linear-systems-fast/83071/9>
16
16
for a relevant discussion on the options for solving numerical linear equations.
0 commit comments