Aggregators.OneNormAsDouble Property

Gets an aggregator that computes the onenorm and returns the result as a Double.

Definition

Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static AggregatorGroup<double> OneNormAsDouble { get; }

Property Value

AggregatorGroup<Double>

See Also