Type Definition struqture_py::PyCooMatrix

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