Skip to content

Commit c37e3d8

Browse files
committed
doc: change name function
1 parent fa445c7 commit c37e3d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/src/internals/predictive_control.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The prediction methodology of this module is mainly based on Maciejowski textboo
1212
## Controller Construction
1313

1414
```@docs
15-
ModelPredictiveControl.init_ΔUtoU
15+
ModelPredictiveControl.init_ZtoU
1616
ModelPredictiveControl.init_predmat
1717
ModelPredictiveControl.init_defectmat
1818
ModelPredictiveControl.relaxU

src/controller/construct.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -844,7 +844,7 @@ Augment manipulated inputs constraints with slack variable ϵ for softening.
844844
Denoting the input increments augmented with the slack variable
845845
``\mathbf{ΔŨ} = [\begin{smallmatrix} \mathbf{ΔU} \\ ϵ \end{smallmatrix}]``, it returns the
846846
augmented conversion matrix ``\mathbf{S̃}``, similar to the one described at
847-
[`init_ΔUtoU`](@ref). It also returns the ``\mathbf{A}`` matrices for the inequality
847+
[`init_ZtoU`](@ref). It also returns the ``\mathbf{A}`` matrices for the inequality
848848
constraints:
849849
```math
850850
\begin{bmatrix}

0 commit comments

Comments
 (0)