コード例 #1
0
ファイル: csr.py プロジェクト: zahidmitha/fun_with_zahid
def expandptr(*args):
    """expandptr(int n_row, int Ap, int Bi)"""
    return _csr.expandptr(*args)
コード例 #2
0
ファイル: csr.py プロジェクト: SytseK/scipy
def expandptr(*args):
  """expandptr(int const n_row, int const [] Ap, int [] Bi)"""
  return _csr.expandptr(*args)
コード例 #3
0
ファイル: csr.py プロジェクト: mawesi/scipy
def expandptr(*args):
  """expandptr(int n_row, int Ap, int Bi)"""
  return _csr.expandptr(*args)
コード例 #4
0
ファイル: csr.py プロジェクト: cgevans/scipy
def expandptr(*args):
    """expandptr(int const n_row, int const [] Ap, int [] Bi)"""
    return _csr.expandptr(*args)