LinearAlgebraOperations<T>.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 abstract 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