yvesSetMatrixColumn(Single, Single, Int32, Int32) Method

Definition

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

Parameters

sM  Single
 
sV  Single
 
iCol  Int32
 
iStartRow  Int32
 

See Also