Trait rblas::vector::ops::Iamax [] [src]

pub trait Iamax: Sized {
    fn iamax<V: ?Sized + Vector<Self>>(x: &V) -> usize;
}

Finds the index of the maximum element in a vector.

Required Methods

fn iamax<V: ?Sized + Vector<Self>>(x: &V) -> usize

Implementors