Closed Roger-luo closed 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
automatically convert values to COO value type, this makes things more convenient, e.g