pub fn rmatvec( operator: &(impl LinearOperator + ?Sized), input: &[Complex64], ) -> Result<Vec<Complex64>>
Row-vector action through the transpose narrow waist.