Trait rblas::matrix::ops::Syrk [] [src]

pub trait Syrk: Sized {
    fn syrk(
        symmetry: Symmetry,
        trans: Transpose,
        alpha: &Self,
        a: &Matrix<Self>,
        beta: &Self,
        c: &mut Matrix<Self>
    ); }

Required Methods

Implementors