Click or drag to resize

rsolve.rmatrixsolve Method


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

Parameters

a  Double[2]
 
b  Double[]
 
n  Int32
 
x  Double[]
 

Return Value

Boolean
See Also