Skip to content

Commit

Permalink
[CUSOLVER] Interface sparse Cholesky and QR factorizations (#2121)
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison authored Oct 30, 2023
1 parent 0804c97 commit 689f5b6
Show file tree
Hide file tree
Showing 5 changed files with 482 additions and 83 deletions.
1 change: 1 addition & 0 deletions lib/cusolver/CUSOLVER.jl
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ include("libcusolverRF.jl")
include("error.jl")
include("base.jl")
include("sparse.jl")
include("sparse_factorizations.jl")
include("dense.jl")
include("dense_generic.jl")
include("multigpu.jl")
Expand Down
Loading

0 comments on commit 689f5b6

Please sign in to comment.