rsolvermatrixlusolve 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 rmatrixlusolve(
ref double[,] a,
ref int[] pivots,
double[] b,
int n,
ref double[] x
)VB
Public Shared Function rmatrixlusolve (
ByRef a As Double(,),
ByRef pivots As Integer(),
b As Double(),
n As Integer,
ByRef x As Double()
) As Boolean