Click or drag to resize

MatrixSubmatrix(Int32, Int32, Int32, Int32) Method

Get a submatrix.

Namespace: Altaxo.Calc.Ode.Obsolete
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public Matrix Submatrix(
	int i0,
	int i1,
	int j0,
	int j1
)

Parameters

i0  Int32
Initial row index
i1  Int32
Final row index
j0  Int32
Initial column index
j1  Int32
Final column index

Return Value

Matrix
A(i0:i1,j0:j1)
Exceptions
ExceptionCondition
IndexOutOfRangeExceptionSubmatrix indices
See Also