Beispiel #1
0
def standard_aggregation(*args):
  """standard_aggregation(int n_row, int Ap, int Aj, int x, int y) -> int"""
  return _amg_core.standard_aggregation(*args)
Beispiel #2
0
def standard_aggregation(*args):
    """standard_aggregation(int n_row, int Ap, int Aj, int x, int y) -> int"""
    return _amg_core.standard_aggregation(*args)
Beispiel #3
0
def standard_aggregation(n_row, Ap, Aj, x, y):
    """standard_aggregation(int const n_row, int const [] Ap, int const [] Aj, int [] x, int [] y) -> int"""
    return _amg_core.standard_aggregation(n_row, Ap, Aj, x, y)
Beispiel #4
0
def standard_aggregation(n_row, Ap, Aj, x, y):
    """standard_aggregation(int const n_row, int const [] Ap, int const [] Aj, int [] x, int [] y) -> int"""
    return _amg_core.standard_aggregation(n_row, Ap, Aj, x, y)