Trait lapack_traits::blas::Taxpy[][src]

pub trait Taxpy: Scalar {
    unsafe fn axpy(
        n: i32,
        alpha: Self,
        x: &[Self],
        incx: i32,
        y: &mut [Self],
        incy: i32
    ); }

Required methods

Implementations on Foreign Types

Implementors