Click or drag to resize

MatrixSubmatrix(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[] c
)

Parameters

r  Int32
Array of row indices.
c  Int32
Array of column indices.

Return Value

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