QuantumBFS / LuxurySparse.jl

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

convert value in COO construct #50

Closed Roger-luo closed 4 years ago

Roger-luo commented 4 years ago

automatically convert values to COO value type, this makes things more convenient, e.g

S = SparseMatrixCOO{ComplexF64}(undef, 10, 10)
S[1, 1] = 1.0 #  should work, but currently errors