Skip to content

Commit b91368e

Browse files
committed
doc: correct ext ref
1 parent ed7e71d commit b91368e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/controller/nonlinmpc.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ This method is really intricate and I'm not proud of it. That's because of 3 ele
566566
567567
- These functions are used inside the nonlinear optimization, so they must be type-stable
568568
and as efficient as possible. All the function outputs and derivatives are cached and
569-
updated in-place if required to use the efficient [`value_and_jacobian!`](@extref DifferentiationInterface value_and_jacobian!)`.
569+
updated in-place if required to use the efficient [`value_and_jacobian!`](@extref DifferentiationInterface DifferentiationInterface.value_and_jacobian!)`.
570570
- The `JuMP` NLP syntax forces splatting for the decision variable, which implies use
571571
of `Vararg{T,N}` (see the [performance tip][@extref Julia Be-aware-of-when-Julia-avoids-specializing]
572572
) and memoization to avoid redundant computations. This is already complex, but it's even

0 commit comments

Comments
 (0)