lurmatrixlu2 Method

Definition

Namespace: DWSIM.MathOps.MathEx.SysLin
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
private static void rmatrixlu2(
	ref double[,] a,
	int m,
	int n,
	ref int[] pivots
)

Parameters

a  Double
 
m  Int32
 
n  Int32
 
pivots  Int32
 

See Also