Managed Linear Algebra Operations Of Single.Absolute Max Index 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
Absolute | |
Absolute | Finds the index of element having max. |
Absolute | Finds the index of element having max. |
Absolute | Finds the index of element having max. |
Absolute | Finds the index of element having max. |
AbsoluteMaxIndex(Int32, ReadOnlySpan<Complex<Single>>, Int32)
Finds the index of element having max.
public override int AbsoluteMaxIndex(
int n,
ReadOnlySpan<Complex<float>> x,
int incx
)
Parameters
- n Int32
- The number of elements in the vector x.
- x ReadOnlySpan<Complex<Single>>
- A span containing the elements of the vector x.
- incx Int32
- The distance between elements in the storage array.
Return Value
Int32Implements
ILinearAlgebraOperations<T>.AbsoluteMaxIndex(Int32, ReadOnlySpan<T>, Int32)Remarks
absolute value.
Further Details:
jack dongarra, 1/15/85. 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
AbsoluteMaxIndex(Int32, ReadOnlySpan<Single>, Int32)
Finds the index of element having max.
public override int AbsoluteMaxIndex(
int n,
ReadOnlySpan<float> x,
int incx
)
Parameters
- n Int32
- The number of elements in the vector x.
- x ReadOnlySpan<Single>
- A span containing the elements of the vector x.
- incx Int32
- The distance between elements in the storage array.
Return Value
Int32Implements
ILinearAlgebraOperations<T>.AbsoluteMaxIndex(Int32, ReadOnlySpan<T>, Int32)Remarks
absolute value.
Further Details:
jack dongarra, 1/15/85. 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