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

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

Required methods

fn axpy(n: i32, alpha: Self, x: &[Self], incx: i32, y: &mut [Self], incy: i32)

Loading content...

Implementations on Foreign Types

impl Taxpy for f32[src]

impl Taxpy for f64[src]

Loading content...

Implementors

impl Taxpy for c32[src]

impl Taxpy for c64[src]

Loading content...