Beispiel #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)
Beispiel #2
0
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)
Beispiel #3
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)
Beispiel #4
0
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)