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 f9f6fbf commit 2663bbbCopy full SHA for 2663bbb
test/adjoint.jl
@@ -46,7 +46,7 @@ db12 = ForwardDiff.gradient(x -> f(eltype(x).(A), x), copy(b1))
46
47
# Test complex numbers
48
A = rand(n, n) + 1im*rand(n, n);
49
-b1 = rand(n) + 1im*rand(n, n);
+b1 = rand(n) + 1im*rand(n);
50
51
function f3(A, b1, b2; alg = KrylovJL_GMRES())
52
prob = LinearProblem(A, b1)
0 commit comments