DenseMatrix<T, TSlice, TStorage2D>.GetParallelRowEnumerator Method

Returns a Partitioner<TSource> that allows you to iterate over the rows of this instance in parallel.

Definition

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

Return Value

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

See Also