pub fn qr_async<'py>( py: Python<'py>, matrix: &Bound<'_, PyArray2<f64>>, ) -> PyResult<Bound<'py, PyAny>>
Async QR decomposition for large matrices