luludecompositionunpacked 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 void ludecompositionunpacked(
double[,] a,
int m,
int n,
ref double[,] l,
ref double[,] u,
ref int[] pivots
)VB
Public Shared Sub ludecompositionunpacked (
a As Double(,),
m As Integer,
n As Integer,
ByRef l As Double(,),
ByRef u As Double(,),
ByRef pivots As Integer()
)