Trait Taxpy
lapack_traits::blas
pub trait Taxpy: ComplexField { fn axpy( n: i32, alpha: Self, x: &[Self], incx: i32, y: &mut [Self], incy: i32 ); }
fn axpy(n: i32, alpha: Self, x: &[Self], incx: i32, y: &mut [Self], incy: i32)
impl Taxpy for f32
impl Taxpy for f64
impl Taxpy for c32
impl Taxpy for c64