Determinantrmatrixludet Method

Definition

Namespace: DWSIM.MathOps.MathEx.MatrixOps
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
public static double rmatrixludet(
	ref double[,] a,
	ref int[] pivots,
	int n
)

Parameters

a  Double
 
pivots  Int32
 
n  Int32
 

Return Value

Double

See Also