ManagedLinearAlgebraOperationsOfSingle.ComplexOneNorm Method

Computes the sum of the absolute values of a complex number

Definition

Namespace: Extreme.Mathematics.LinearAlgebra.Implementation
Assembly: Extreme.Numerics.SinglePrecision (in Extreme.Numerics.SinglePrecision.dll) Version: 8.1.4
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