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