yvesSolve(Single, Single, Single) Method
Definition
Namespace: DWSIM.MathOps.MathEx.SysLin
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
C#
public static bool Solve(
float[,] sA,
float[] sX,
float[] sY
)VB
Public Shared Function Solve (
sA As Single(,),
sX As Single(),
sY As Single()
) As Boolean