Example #1
0
def expandptr(*args):
    """expandptr(int n_row, int Ap, int Bi)"""
    return _csr.expandptr(*args)
Example #2
0
File: csr.py Project: SytseK/scipy
def expandptr(*args):
  """expandptr(int const n_row, int const [] Ap, int [] Bi)"""
  return _csr.expandptr(*args)
Example #3
0
File: csr.py Project: mawesi/scipy
def expandptr(*args):
  """expandptr(int n_row, int Ap, int Bi)"""
  return _csr.expandptr(*args)
Example #4
0
File: csr.py Project: cgevans/scipy
def expandptr(*args):
    """expandptr(int const n_row, int const [] Ap, int [] Bi)"""
    return _csr.expandptr(*args)