[][src]Trait lapack_traits::blas::ITamax

pub trait ITamax: ComplexField {
    unsafe fn amax(n: i32, x: &[Self], incx: i32) -> i32;
}

Required methods

unsafe fn amax(n: i32, x: &[Self], incx: i32) -> i32

Loading content...

Implementations on Foreign Types

impl ITamax for f32[src]

impl ITamax for f64[src]

Loading content...

Implementors

impl ITamax for c32[src]

impl ITamax for c64[src]

Loading content...