Skip to content

Commit a767c2a

Browse files
Readding removed tests by mistake
1 parent 8481ecc commit a767c2a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

test/SparseMatrixCSR.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ function test_csr(Bi,Tv,Ti)
7878
@test y z
7979
@test CSR*x CSC*x
8080

81+
mul!(y,CSR,x,1,2)
82+
mul!(z,CSC,x,1,2)
83+
@test y z
84+
8185
LinearAlgebra.fillstored!(CSR,3.33)
8286
LinearAlgebra.fillstored!(CSC,3.33)
8387
mul!(y,CSR,x)

0 commit comments

Comments
 (0)