Test functions of Modelica.Math.Matrices
function Matrices2 extends Modelica.Icons.Function; import Modelica.Math.Matrices; input String logFile = "ModelicaTestLog.txt" "Filename where the log is stored"; output Boolean ok = false; end Matrices2;