Click or drag to resize

MatrixTEnumerateRows(Int32, Int32) Method

Returns an IEnumerable that can be used to iterate through a subset of all rows of the matrix.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IEnumerable<Vector<T>> EnumerateRows(
	int index,
	int length
)

Parameters

index  Int32
The row to start enumerating over.
length  Int32
The number of rows to enumerating over.

Return Value

IEnumerableVectorT

[Missing <returns> documentation for "M:Altaxo.Calc.LinearAlgebra.Matrix`1.EnumerateRows(System.Int32,System.Int32)"]

See Also