Click or drag to resize

MatrixSubmatrix(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[] r,
	int j0,
	int j1
)

Parameters

r  Int32
Array of row indices.
j0  Int32
Initial column index.
j1  Int32
Final column index.

Return Value

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