pub(crate) fn py_demixed_components( py: Python<'_>, mean_mat: PyReadonlyArray2<'_, f64>, n_components: usize, ) -> (Py<PyArray1<f64>>, Py<PyArray1<f64>>)