Returns the index of the element of a vector with
maximum absolute value.
Namespace: Extreme.Mathematics.LinearAlgebra.ProvidersAssembly: Extreme.Numerics.Version4x.Net40 (in Extreme.Numerics.Version4x.Net40.dll) Version: 4.2.11333.0 (5.0.12317.0)
public override int Izamax(
int n,
DoubleComplex[] x,
int xOffset,
int incx
)
Public Overrides Function Izamax (
n As Integer,
x As DoubleComplex(),
xOffset As Integer,
incx As Integer
) As Integer
public:
virtual int Izamax(
int n,
array<DoubleComplex>^ x,
int xOffset,
int incx
) override
abstract Izamax :
n : int *
x : DoubleComplex[] *
xOffset : int *
incx : int -> int
override Izamax :
n : int *
x : DoubleComplex[] *
xOffset : int *
incx : int -> int
Parameters
- n
- Type: SystemInt32
The number of elements in the vector x. - x
- Type: Extreme.MathematicsDoubleComplex
A reference to a one-dimensional array
containing the elements of the vector x.
- xOffset
- Type: SystemInt32
Offset into x. - incx
- Type: SystemInt32
The increment for the array x.
Return Value
Type:
Int32
Numerical Libraries
Supported in: 5.x, 4.x
Reference