.Modelica_LinearSystems2.ComplexMathAdds.Internal.frobeniusNorm

Information

Return the Frobenius norm of a matrix

Interface

function frobeniusNorm
  extends Modelica.Icons.Function;
  import Modelica.ComplexMath;
  input Complex A[:, :] "Input matrix";
  output Real result = 0.0 "frobenius norm of matrix A";
end frobeniusNorm;

Generated at 2025-02-16T19:25:00Z by OpenModelicaOpenModelica 1.24.4 using GenerateDoc.mos