.Modelica_LinearSystems2.WorkInProgress.Math.LAPACK.zgesv

Information

Solve complex system of linear equations A*X=B

Interface

function zgesv
  import Complex;
  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-11-23T19:25:52Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos