Function peroxide::complex::matrix::complex_gevm

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

General Vector-Matrix multiplication