SparseLinearAlgebraOperations<T>.HasSharedDegreeOfParallelism Property

Indicates whether the degree of parallelism is a property that is shared across instances.

Definition

Namespace: Numerics.NET.LinearAlgebra.Implementation
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public virtual bool HasSharedDegreeOfParallelism { get; }

Property Value

Boolean

Implements

IParallelized.HasSharedDegreeOfParallelism

See Also