RowCollection<T>.AsParallel Method

Returns a partitioner object suitable for enumerating over the columns in parallel.

Definition

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

Return Value

Partitioner<Vector<T>>
A Partitioner<TSource> of Vector object.

See Also