BlockVector<T>.GetBlock Method

Gets the vector block with the specified index.

Definition

Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public Vector<T> GetBlock(
	int index
)

Parameters

index  Int32
The zero-based index of the vector.

Return Value

Vector<T>

See Also