yvesGetMatrixRow(Single, Single, Int32) Method

Definition

Namespace: DWSIM.MathOps.MathEx.SysLin
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
public static void GetMatrixRow(
	float[,] sM,
	float[] sV,
	int iRow
)

Parameters

sM  Single
 
sV  Single
 
iRow  Int32
 

See Also