GenericLinearAlgebraOperations<T>.ComplexOneNorm Method

Computes the sum of the absolute values of a complex number

Definition

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

Parameters

z  Complex<T>
 

Return Value

T

Remarks

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

Date: November 2011

See Also