yvesSolve(Single, Single, Single) Method

Definition

Namespace: DWSIM.MathOps.MathEx.SysLin
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
public static bool Solve(
	float[,] sA,
	float[,] sX,
	float[,] sY
)

Parameters

sA  Single
 
sX  Single
 
sY  Single
 

Return Value

Boolean

See Also