예제 #1
0
def csr_matmat_pass1(*args):
    """
      csr_matmat_pass1(int n_row, int n_col, int Ap, int Aj, int Bp, int Bj,
          int Cp)
      """
    return _csr.csr_matmat_pass1(*args)
예제 #2
0
파일: csr.py 프로젝트: SytseK/scipy
def csr_matmat_pass1(*args):
  """
    csr_matmat_pass1(int const n_row, int const n_col, int const [] Ap, int const [] Aj, int const [] Bp, 
        int const [] Bj, int [] Cp)
    """
  return _csr.csr_matmat_pass1(*args)
예제 #3
0
파일: csr.py 프로젝트: mawesi/scipy
def csr_matmat_pass1(*args):
  """
    csr_matmat_pass1(int n_row, int n_col, int Ap, int Aj, int Bp, int Bj, 
        int Cp)
    """
  return _csr.csr_matmat_pass1(*args)
예제 #4
0
파일: csr.py 프로젝트: cgevans/scipy
def csr_matmat_pass1(*args):
    """
    csr_matmat_pass1(int const n_row, int const n_col, int const [] Ap, int const [] Aj, int const [] Bp, 
        int const [] Bj, int [] Cp)
    """
    return _csr.csr_matmat_pass1(*args)