[−][src]Trait rust_blas::vector::ops::Iamax
Finds the index of the element with maximum absolute value in a vector.
Complex vectors maximize the value |Re(x_k)| + |Im(x_k)|
.
The first index with a maximum is returned.
Finds the index of the element with maximum absolute value in a vector.
Complex vectors maximize the value |Re(x_k)| + |Im(x_k)|
.
The first index with a maximum is returned.
impl Iamax for f32
[src]impl Iamax for f64
[src]impl Iamax for Complex32
[src]impl Iamax for Complex64
[src]