Viamax ( x -- max-i )
Basic Linear Algebra Subroutines (BLAS) interface ยป BLAS interface vector operations

Prev:Vasum ( x -- sum )
Next:Vamax ( x -- max )


Vocabulary
math.blas.vectors

Inputs
xa blas-vector-base


Outputs
max-ian integer


Word description
Return the index of the element in x with the largest norm-1. If more than one element has the same norm-1, returns the smallest index. Corresponds to the IxAMAX routines in BLAS.

See also
Vamax

Definition


Methods