Type Alias PyCooMatrix

Source
pub type PyCooMatrix = (Py<PyArray1<Complex64>>, (Py<PyArray1<usize>>, Py<PyArray1<usize>>));