.ModelicaTest.Math.Random.Internal.derOneSided

Information

Return approximation of derivative by a one-sided difference quotient (if size(u,1)=1, zero is returned)

Interface

function derOneSided
  extends Modelica.Icons.Function;
  input Real u[:];
  input Real y[size(u, 1)];
  output Real der_y[size(u, 1)] "dy/du";
end derOneSided;

Revisions

Date Description
June 22, 2015
DLR logo Initial version implemented by A. Klöckner, F. v.d. Linden, D. Zimmer, M. Otter.
DLR Institute of System Dynamics and Control

Generated at 2024-11-26T19:26:15Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos