Aggregator<T, TResult>.RequiresTemporaryWorkspace Property

Gets whether the aggregator requires O(N) storage during the computation.

Definition

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

Property Value

Boolean

See Also