Skip to content

Commit 17c1f71

Browse files
committed
doc: cleanup
1 parent b71a2f0 commit 17c1f71

1 file changed

Lines changed: 7 additions & 9 deletions

File tree

src/controller/transcription.jl

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1442,18 +1442,16 @@ are computed by:
14421442
\end{aligned}
14431443
```
14441444
for ``j = 0, 1, ... , H_p-1``, and knowing that the ``\mathbf{k}_o(k+j)`` vectors are
1445-
extracted from the decision variable `Z̃`. The vectors ``\mathbf{x_0}(k+j)`` are the
1446-
deterministic state for time ``k+j``, also extracted from `Z̃`. The disturbed input
1447-
``\mathbf{û_0}(k+j)`` is defined in [`f̂_input!`](@ref). The defects for the stochastic
1448-
states ``\mathbf{s_s}`` are computed as in the [`TrapezoidalCollocation`](@ref) method, and
1449-
the ones for the continuity constraint of the deterministic state trajectories are given by:
1445+
extracted from the decision variable `Z̃`. The ``\mathbf{x_0}`` vectors are the
1446+
deterministic state extracted from `Z̃`. The disturbed input ``\mathbf{û_0}(k+j)`` is defined
1447+
in [`f̂_input!`](@ref). The defects for the stochastic states ``\mathbf{s_s}`` are computed
1448+
as in the [`TrapezoidalCollocation`](@ref) method, and the ones for the continuity
1449+
constraint of the deterministic state trajectories are given by:
14501450
```math
14511451
\mathbf{s_c}(k+j+1) = λ_o \mathbf{x_0}(k+j) + \mathbf{C_o k}(k+j) - \mathbf{x_0}(k+j+1)
14521452
```
1453-
for ``j = 0, 1, ... , H_p-1``.
1454-
1455-
The differentiation matrix ``\mathbf{M_o}`` and the continuity matrix ``\mathbf{C_o}`` and
1456-
coefficient ``λ_o`` are introduced in [`init_orthocolloc`](@ref) documentation.
1453+
for ``j = 0, 1, ... , H_p-1``. The differentiation matrix ``\mathbf{M_o}``, the continuity
1454+
matrix ``\mathbf{C_o}`` and the coefficient ``λ_o`` are introduced in [`init_orthocolloc`](@ref).
14571455
"""
14581456
function con_nonlinprogeq!(
14591457
geq, X̂0, Û0, K̇,

0 commit comments

Comments
 (0)