.Modelica_LinearSystems2.WorkInProgress.Math.LAPACK.zgesv

Information

Solve complex system of linear equations A*X=B

Interface

function zgesv
  import Modelica_LinearSystems2.Math.Complex;
  import Modelica_LinearSystems2.Math.Matrices;
  input Complex A[:, size(A, 1)];
  input Complex B[size(A, 1), :];
  output Complex X[size(A, 1), size(B, 2)] = B;
  output Integer info;
end zgesv;

Generated at 2024-04-28T18:16:21Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos