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

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

Required Methods

Implementors