def expandptr(*args): """expandptr(int n_row, int Ap, int Bi)""" return _csr.expandptr(*args)
def expandptr(*args): """expandptr(int const n_row, int const [] Ap, int [] Bi)""" return _csr.expandptr(*args)