Function peroxide::complex::matrix::cgemv

source ยท
pub fn cgemv(
    alpha: C64,
    a: &ComplexMatrix,
    b: &Vec<C64>,
    beta: C64,
    c: &mut Vec<C64>,
)
Expand description

General Matrix-Vector multiplication