Matrix<T>.GetParallelRowEnumerator Method

Returns a partitioner that allows you to iterate over the rows of this instance in parallel.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public virtual Partitioner<Vector<T>> GetParallelRowEnumerator()

Return Value

Partitioner<Vector<T>>
A Partitioner<TSource> object for this instance.

See Also