Click or drag to resize

MapackMatrixSubmatrix(Int32, Int32, Int32) Method

Returns a sub matrix extracted from the current matrix.

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

Parameters

i0  Int32
Starttial row index
i1  Int32
End row index
c  Int32
Array of row indices

Return Value

IMapackMatrix

[Missing <returns> documentation for "M:Altaxo.Calc.LinearAlgebra.MapackMatrix.Submatrix(System.Int32,System.Int32,System.Int32[])"]

Implements

IMapackMatrixSubmatrix(Int32, Int32, Int32)
See Also