kyungminlee / SuperLU.jl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SuperLU

Documentation Build Status Code Coverage
STABLE DEV Build Status Build Status dev Code Coverage Code Coverage dev

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.

About

License:MIT License


Languages

Language:Julia 100.0%