Click or drag to resize

rsolvesolvesystemlu Method


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

Parameters

a  Double
 
pivots  Int32
 
b  Double
 
n  Int32
 
x  Double
 

Return Value

Boolean
See Also