Documentation | Build Status | Code Coverage |
---|---|---|
SuperLU.jl is Julia interface to SuperLU
julia> ]add SuperLU
julia> using SuperLU, SparseArrays
julia> A = sparse([1.0 2.0; 3.0 4.0])
julia> lu = splu(A)
SuperLU.jl is released under MIT License.
Documentation | Build Status | Code Coverage |
---|---|---|
SuperLU.jl is Julia interface to SuperLU
julia> ]add SuperLU
julia> using SuperLU, SparseArrays
julia> A = sparse([1.0 2.0; 3.0 4.0])
julia> lu = splu(A)
SuperLU.jl is released under MIT License.