def standard_aggregation(*args): """standard_aggregation(int n_row, int Ap, int Aj, int x, int y) -> int""" return _amg_core.standard_aggregation(*args)
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)