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 e81bf35 commit 98eee46Copy full SHA for 98eee46
src/test.jl
@@ -17,7 +17,7 @@ So the test uses `getjacobian(f, x)` to calculate a reference Jacobian for
17
the `getjacobian` function will do fine in most cases. If input and output
18
of `f` are real scalar values, use `ForwardDiff.derivative`.
19
20
-If `getjacobian(f, x)` can't handle the type of `x` of `f(x)` because they
+If `getjacobian(f, x)` can't handle the type of `x` or `f(x)` because they
21
are not real-valued vectors, use the `rv_and_back` argument to pass a
22
function with the following behavior
23
0 commit comments