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 c4ed28c commit ad2b2edCopy full SHA for ad2b2ed
src/controller/construct.jl
@@ -483,7 +483,7 @@ The ``\mathbf{S}`` and ``\mathbf{T}`` matrices are defined in the Extended Help
483
\mathbf{I} \\
484
\vdots \\
485
\mathbf{I} \end{bmatrix}
486
-```
+ ```
487
"""
488
function init_ΔUtoU(model::SimModel{NT}, Hp, Hc) where {NT<:Real}
489
# S and T are `Matrix{NT}` since conversion is faster than `Matrix{Bool}` or `BitMatrix`
0 commit comments