pub fn qr_in_place<T: ComplexField>( A: MatMut<'_, T>, Q_coeff: MatMut<'_, T>, par: Par, stack: &mut MemStack, params: Spec<QrParams, T>, ) -> QrInfo