Find a local minimizer tk to define the length of the step tk*Nk in carenls or darenls
function findLocal_tk extends Modelica.Icons.Function; import Modelica.ComplexMath; import Modelica_LinearSystems2.Math.Polynomial; input Real Rk[:, size(Rk, 2)]; input Real Vk[size(Rk, 1), size(Rk, 2)]; output Real tk; end findLocal_tk;
Date | Author | Comment |
---|---|---|
2010-05-31 | Marcus Baur, DLR-RM | Realization |