TMatrixrmatrixlu Method

Definition

Namespace: SMath.Math.Numeric
Assembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.67.9018.0
C#
public void rmatrixlu(
	ref TComplex[,] a,
	int m,
	int n,
	ref int[] pivots
)

Parameters

a  TComplex
 
m  Int32
 
n  Int32
 
pivots  Int32
 

See Also