We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f58584 commit ddbcc12Copy full SHA for ddbcc12
test/p_sparse_matrix_tests.jl
@@ -63,6 +63,7 @@ function p_sparse_matrix_tests(distribute)
63
_A = similar(A)
64
_A = similar(A,eltype(A),axes(A))
65
#_A = similar(typeof(A),axes(A)) # This should work, but fails down the line in SparseArrays.jl
66
+ copy!(_A,A)
67
68
LinearAlgebra.fillstored!(A,1.0)
69
fill!(x,3.0)
0 commit comments