ManagedLinearAlgebraOperationsOfSingle.ComplexOneNorm Method

Computes the sum of the absolute values of a complex number

Definition

Namespace: Numerics.NET.LinearAlgebra.Implementation
Assembly: Numerics.NET.SinglePrecision (in Numerics.NET.SinglePrecision.dll) Version: 9.0.0
C#
public override float ComplexOneNorm(
	Complex<float> z
)

Parameters

z  Complex<Single>
 

Return Value

Single

Remarks

Authors: Univ. of Tennessee, Univ. of California Berkeley, Univ. of Colorado Denver, NAG Ltd.

Date: November 2011

See Also