rsolvesolvesystem Method
Definition
Namespace: DWSIM.MathOps.MathEx.SysLin
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
C#
public static bool solvesystem(
double[,] a,
double[] b,
int n,
ref double[] x
)VB
Public Shared Function solvesystem (
a As Double(,),
b As Double(),
n As Integer,
ByRef x As Double()
) As Boolean