We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 513c6c9 commit 3e0c024Copy full SHA for 3e0c024
test/SparseMatrixCSR.jl
@@ -15,6 +15,8 @@
15
CSC = sparse(I, J, V, maxrows,maxcols)
16
CSR = sparsecsr(SparseMatrixCSR{Bi},I, J, V,maxrows,maxcols)
17
18
+ display(CSR)
19
+
20
@test CSC == CSR
21
22
@test convert(SparseMatrixCSR{Bi}, CSR) === CSR
0 commit comments