ManagedLinearAlgebraOperations.ComplexOneNorm Method

Computes the sum of the absolute values of a complex number

Definition

Namespace: Extreme.Mathematics.LinearAlgebra.Implementation
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public override double ComplexOneNorm(
	Complex<double> z
)

Parameters

z  Complex<Double>
 

Return Value

Double

Remarks

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

Date: November 2011

See Also