swh:1:snp:a72e953ecd624a7df6e6196bbdd05851996c5e40
Raw File
Tip revision: 43c7f849a9fa2c1b28a7e2013372ca4b55bee88e authored by Jameson Nash on 03 February 2016, 07:16:10 UTC
utilities for linking sys.dll with MSVC(C) link.exe
Tip revision: 43c7f84
sparse.jl
# This file is a part of Julia. License is MIT: http://julialang.org/license

include("sparsedir/sparse.jl")
include("sparsedir/sparsevector.jl")
if Base.USE_GPL_LIBS
    include("sparsedir/umfpack.jl")
    include("sparsedir/cholmod.jl")
    include("sparsedir/spqr.jl")
end
back to top