.ThermoSysPro.Properties.WaterSteam.IF97_packages.IF97_wAJ.Spline_Utilities.Utilities.n_DersBasisFuns

Information

Compute nonzero basis functions and their derivatives

Interface

function n_DersBasisFuns
  extends Modelica.Icons.Function;
  input Integer i "index";
  input Real u "parameter";
  input Integer p "degree";
  input Integer n "n-th derivative";
  input Real knots[:] "knot vector";
  output Real ders[n + 1, p + 1] "ders[k,:] is (k-1)-th derivative";
end n_DersBasisFuns;

Generated at 2024-11-23T19:25:52Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos