ManagedLinearAlgebraOperations.RealOneNorm Method

Definition

Namespace: Numerics.NET.LinearAlgebra.Implementation
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0

Overload List

RealOneNorm(Int32, ReadOnlySpan<Complex<Double>>, Int32)

Takes the sum of the absolute values.

C#
public override double RealOneNorm(
	int n,
	ReadOnlySpan<Complex<double>> x,
	int incx
)

Parameters

n  Int32
 
x  ReadOnlySpan<Complex<Double>>
 
incx  Int32
 

Return Value

Double

Remarks

Further Details:

            jack dongarra, 3/11/78.
            modified 3/93 to return if incx .le. 0.
            modified 12/3/93, array(1) declarations changed to array(*)
            

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

Date: November 2011

See Also