Exemplo n.º 1
0
def expandptr(*args):
    """expandptr(int n_row, int Ap, int Bi)"""
    return _csr.expandptr(*args)
Exemplo n.º 2
0
Arquivo: csr.py Projeto: SytseK/scipy
def expandptr(*args):
  """expandptr(int const n_row, int const [] Ap, int [] Bi)"""
  return _csr.expandptr(*args)
Exemplo n.º 3
0
Arquivo: csr.py Projeto: mawesi/scipy
def expandptr(*args):
  """expandptr(int n_row, int Ap, int Bi)"""
  return _csr.expandptr(*args)
Exemplo n.º 4
0
Arquivo: csr.py Projeto: cgevans/scipy
def expandptr(*args):
    """expandptr(int const n_row, int const [] Ap, int [] Bi)"""
    return _csr.expandptr(*args)