File tree Expand file tree Collapse file tree 1 file changed +19
-18
lines changed
Expand file tree Collapse file tree 1 file changed +19
-18
lines changed Original file line number Diff line number Diff line change @@ -60,24 +60,25 @@ sol.u
6060
6161Similarly structure matrix types, like banded matrices, can be provided using special matrix
6262types. While any ` AbstractMatrix ` type should be compatible via the general Julia interfaces,
63- LinearSolve.jl specifically tests with the following cases:
64-
65- * [ LinearAlgebra.jl] ( https://docs.julialang.org/en/v1/stdlib/LinearAlgebra/ )
66- * Symmetric
67- * Hermitian
68- * UpperTriangular
69- * UnitUpperTriangular
70- * LowerTriangular
71- * UnitLowerTriangular
72- * SymTridiagonal
73- * Tridiagonal
74- * Bidiagonal
75- * Diagonal
76- * [ BandedMatrices.jl] ( https://github.com/JuliaLinearAlgebra/BandedMatrices.jl ) ` BandedMatrix `
77- * [ BlockDiagonals.jl] ( https://github.com/JuliaArrays/BlockDiagonals.jl ) ` BlockDiagonal `
78- * [ CUDA.jl] ( https://cuda.juliagpu.org/stable/ ) (CUDA GPU-based dense and sparse matrices) ` CuArray ` (` GPUArray ` )
79- * [ FastAlmostBandedMatrices.jl] ( https://github.com/SciML/FastAlmostBandedMatrices.jl ) ` FastAlmostBandedMatrix `
80- * [ Metal.jl] ( https://metal.juliagpu.org/stable/ ) (Apple M-series GPU-based dense matrices) ` MetalArray `
63+ LinearSolve.jl specifically tests with the following cases:
64+
65+ - [ LinearAlgebra.jl] ( https://docs.julialang.org/en/v1/stdlib/LinearAlgebra/ )
66+
67+ + Symmetric
68+ + Hermitian
69+ + UpperTriangular
70+ + UnitUpperTriangular
71+ + LowerTriangular
72+ + UnitLowerTriangular
73+ + SymTridiagonal
74+ + Tridiagonal
75+ + Bidiagonal
76+ + Diagonal
77+ - [ BandedMatrices.jl] ( https://github.com/JuliaLinearAlgebra/BandedMatrices.jl ) ` BandedMatrix `
78+ - [ BlockDiagonals.jl] ( https://github.com/JuliaArrays/BlockDiagonals.jl ) ` BlockDiagonal `
79+ - [ CUDA.jl] ( https://cuda.juliagpu.org/stable/ ) (CUDA GPU-based dense and sparse matrices) ` CuArray ` (` GPUArray ` )
80+ - [ FastAlmostBandedMatrices.jl] ( https://github.com/SciML/FastAlmostBandedMatrices.jl ) ` FastAlmostBandedMatrix `
81+ - [ Metal.jl] ( https://metal.juliagpu.org/stable/ ) (Apple M-series GPU-based dense matrices) ` MetalArray `
8182
8283!!! note
8384
You can’t perform that action at this time.
0 commit comments