Click or drag to resize

lurmatrixlu Method


Namespace: DWSIM.MathOps.MathEx.SysLin
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax
public static void rmatrixlu(
	ref double[,] a,
	int m,
	int n,
	ref int[] pivots
)
Request Example View Source

Parameters

a  Double
 
m  Int32
 
n  Int32
 
pivots  Int32
 
See Also