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 c6b5fe7 commit a065551Copy full SHA for a065551
test/adjoint.jl
@@ -4,8 +4,8 @@ using FiniteDiff, RecursiveFactorization
4
using LazyArrays: BroadcastArray
5
6
n = 4
7
-A = rand(n, n)
8
-b1 = rand(n)
+A = rand(n, n);
+b1 = rand(n);
9
10
function f(A, b1; alg = LUFactorization())
11
prob = LinearProblem(A, b1)
0 commit comments