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

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

Required Methods

Implementors