Managed Linear Algebra Operations Of Single.Real One Norm Method
Definition
Namespace: Numerics.NET.LinearAlgebra.Implementation
Assembly: Numerics.NET.SinglePrecision (in Numerics.NET.SinglePrecision.dll) Version: 9.0.3
Assembly: Numerics.NET.SinglePrecision (in Numerics.NET.SinglePrecision.dll) Version: 9.0.3
Overload List
Real | |
Real | Takes the sum of the absolute values. |
Real | Takes the sum of the absolute values. |
Real | Takes the sum of the absolute values. |
Real | Takes the sum of the absolute values. |
RealOneNorm(Int32, ReadOnlySpan<Complex<Single>>, Int32)
Takes the sum of the absolute values.
public override float RealOneNorm(
int n,
ReadOnlySpan<Complex<float>> x,
int incx
)
Parameters
- n Int32
- x ReadOnlySpan<Complex<Single>>
- incx Int32
Return Value
SingleRemarks
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