.Modelica_LinearSystems2.WorkInProgress.Math.Matrices.C_solve2

Information

computes the solution to a complex system of linear equations A*X=B, using LU decomposition with partial pivoting and row interchanges

Interface

function C_solve2
  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)];
end C_solve2;

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