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>> GetParallelColumnEnumerator()
Public Overridable Function GetParallelColumnEnumerator As Partitioner(Of Vector(Of T))
public:
virtual Partitioner<Vector<T>^>^ GetParallelColumnEnumerator()
abstract GetParallelColumnEnumerator : unit -> Partitioner<Vector<'T>>
override GetParallelColumnEnumerator : unit -> Partitioner<Vector<'T>>
Return Value
Type:
PartitionerVectorTA
PartitionerTSource object for this
instance.
Reference