.TRANSFORM.Math.smoothMax_exponential_der

Information

Derivative of smoothMax_exponential. See smoothMax_exponential.

Interface

function smoothMax_exponential_der
  extends TRANSFORM.Icons.Function;
  import Modelica.Math.exp;
  import Modelica.Math.log;
  input Real x1 "First argument of smooth max operator";
  input Real x2 "Second argument of smooth max operator";
  input Real dx "Approximate difference between x1 and x2, below which regularization starts";
  input Real dx1;
  input Real dx2;
  input Real ddx;
  output Real dy "Derivative of smooth max operator";
end smoothMax_exponential_der;

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