Click or drag to resize

MapackMatrixSubmatrix(Int32, Int32) Method

Returns a submatrix extracted using explicit row and column index arrays.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public IMapackMatrix Submatrix(
	int[] r,
	int[] c
)

Parameters

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

Return Value

IMapackMatrix
The extracted submatrix.

Implements

IMapackMatrixSubmatrix(Int32, Int32)
See Also