rsolvesolvesystem Method

Definition

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

Parameters

a  Double
 
b  Double
 
n  Int32
 
x  Double
 

Return Value

Boolean

See Also