Skip to content

Commit

Permalink
test sparse-to-dense conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
alyst committed May 6, 2023
1 parent b32fed7 commit a2b6e6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_BLAS.jl
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ end
n = rand(50:150)
spA = transform_to_class(sprand(T, n, n, 0.5) + convert(real(T), sqrt(n))*I)
A = Array(spA)
@test spA == A
B = Bdim == 2 ? rand(T, n, n) : rand(T, n)
α = rand()

Expand Down

0 comments on commit a2b6e6b

Please sign in to comment.