Click or drag to resize

MatrixGetSubMatrix Method (Int32, Int32, Matrix)

Copies submatrix to another matrix.

Namespace:  FinMath.LinearAlgebra
Assembly:  FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax
C#
public void GetSubMatrix(
	int rowOffset,
	int colOffset,
	Matrix result
)

Parameters

rowOffset
Type: SystemInt32
The row to start copying from.
colOffset
Type: SystemInt32
The column to start copying from.
result
Type: FinMath.LinearAlgebraMatrix
The destination matrix.
See Also