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 b7710bf commit 4420d4eCopy full SHA for 4420d4e
test/func.jl
@@ -133,7 +133,7 @@ end
133
@test size(op1) == (NK, NK)
134
@test has_adjoint(op1)
135
@test has_mul(op1)
136
- @test !has_mul!(op1)
+ @test has_mul!(op1)
137
@test has_ldiv(op1)
138
@test !has_ldiv!(op1)
139
@@ -248,7 +248,7 @@ end
248
@test size(op1) == (N, N)
249
250
251
252
253
254
@@ -405,4 +405,4 @@ end
405
@test res ≈ a1 * A * v1 + b1 * w1
406
@test res + res2 ≈ (a1 * A * v1 + b1 * w1) + (a2 * A * v2 + b2 * w2)
407
end
408
-end
+end
0 commit comments