Click or drag to resize

yvesSubMatrix Method


Namespace: DWSIM.MathOps.MathEx.SysLin
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax
public static void SubMatrix(
	float[,] sA,
	float[,] sB,
	int iRow,
	int iCol
)
Request Example View Source

Parameters

sA  Single
 
sB  Single
 
iRow  Int32
 
iCol  Int32
 
See Also