示例#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)
示例#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)
示例#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)
示例#4
0
文件: amg_core.py 项目: ssttv/pyamg
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)