Skip to main content

rmatvec

Function rmatvec 

Source
pub fn rmatvec(
    operator: &(impl LinearOperator + ?Sized),
    input: &[Complex64],
) -> Result<Vec<Complex64>>
Expand description

Row-vector action through the transpose narrow waist.