Returns a partitioner that allows you to iterate over the rows of
this instance in parallel.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public virtual Partitioner<Vector<T>> GetParallelRowEnumerator()
Public Overridable Function GetParallelRowEnumerator As Partitioner(Of Vector(Of T))
public:
virtual Partitioner<Vector<T>^>^ GetParallelRowEnumerator()
abstract GetParallelRowEnumerator : unit -> Partitioner<Vector<'T>>
override GetParallelRowEnumerator : unit -> Partitioner<Vector<'T>>
Return Value
Type:
PartitionerVectorTA
PartitionerTSource object for this
instance.
Reference