Trait blas_array2::blas1::iamax::IAMAXFunc

source ·
pub trait IAMAXFunc<F>
where F: BLASFloat,
{ // Required method unsafe fn iamax(n: *const c_int, x: *const F, incx: *const c_int) -> c_int; }

Required Methods§

source

unsafe fn iamax(n: *const c_int, x: *const F, incx: *const c_int) -> c_int

Object Safety§

This trait is not object safe.

Implementors§