QuantumBFS / LuxurySparse.jl

A luxury sparse matrix package for Julia
https://quantumbfs.github.io/LuxurySparse.jl/latest/
Other
33 stars 7 forks source link

fix coo with Cint #61

Closed Roger-luo closed 3 years ago

Roger-luo commented 3 years ago

e.g getindex and setindex! wasn't working on SparseMatrixCOO{Float32, Cint}, but Cint is the required index type for several sparse lib wrappers such as MKLSparse and CUSPARSE