rsolvesolvesystemlu Method

Definition

Namespace: DWSIM.MathOps.MathEx.SysLin
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
public static bool solvesystemlu(
	ref double[,] a,
	ref int[] pivots,
	double[] b,
	int n,
	ref double[] x
)

Parameters

a  Double
 
pivots  Int32
 
b  Double
 
n  Int32
 
x  Double
 

Return Value

Boolean

See Also