Matrix<T>.GetParallelRowEnumerator Method

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

DefinitionPermalink

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

Return ValuePermalink

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

See AlsoPermalink