.ApproxSpline.Curve1d.derivative

Interface

function derivative
  extends Modelica.Icons.Function;
  input ApproxSpline.Curve1d.Type s "1-D spline object to operate on";
  input Real x "independent variable where spline is to be evaluated";
  input Real ddx "value of the partial derivative";
  output Real y "evaluated value ";
end derivative;

Generated at 2024-04-18T18:15:58Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos