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

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

Required methods

fn her2k(
    symmetry: Symmetry,
    trans: Transpose,
    alpha: Complex<Self>,
    a: &dyn Matrix<Complex<Self>>,
    b: &dyn Matrix<Complex<Self>>,
    beta: &Self,
    c: &mut dyn Matrix<Complex<Self>>
)

Loading content...

Implementations on Foreign Types

impl Her2k for f32[src]

impl Her2k for f64[src]

Loading content...

Implementors

Loading content...