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

Prev:Viamax ( x -- max-i )
Next:n*V! ( alpha x -- x=alpha*x )


Vocabulary
math.blas.vectors

Inputs
xa blas-vector-base


Outputs
maxa number


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

See also
Viamax

Definition