Skip to content

Commit b6e9de7

Browse files
committed
doc: precision in linearize docstring
1 parent b5184d3 commit b6e9de7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/model/linearization.jl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,9 @@ Linearize `model` at the operating points `x`, `u`, `d` and return the [`LinMode
5151
5252
The arguments `x`, `u` and `d` are the linearization points for the state ``\mathbf{x}``,
5353
manipulated input ``\mathbf{u}`` and measured disturbance ``\mathbf{d}``, respectively (not
54-
necessarily an equilibrium, details in Extended Help). The Jacobians of ``\mathbf{f}`` and
55-
``\mathbf{h}`` functions are automatically computed with [`ForwardDiff`](@extref ForwardDiff).
54+
necessarily an equilibrium, details in Extended Help). By default, [`ForwardDiff`](@extref ForwardDiff)
55+
automatically computes the Jacobians of ``\mathbf{f}`` and ``\mathbf{h}`` functions. Modify
56+
the `jacobian` keyword argument at the construction of `model` to swap the backend.
5657
5758
!!! warning
5859
See Extended Help if you get an error like:

0 commit comments

Comments
 (0)