yvesSubMatrix Method

Definition

Namespace: DWSIM.MathOps.MathEx.SysLin
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
public static void SubMatrix(
	float[,] sA,
	float[,] sB,
	int iRow,
	int iCol
)

Parameters

sA  Single
 
sB  Single
 
iRow  Int32
 
iCol  Int32
 

See Also