Пример #1
0
def vertex_coloring_LDF(*args):
  """vertex_coloring_LDF(int num_rows, int Ap, int Aj, int x, double y) -> int"""
  return _amg_core.vertex_coloring_LDF(*args)
Пример #2
0
def vertex_coloring_LDF(*args):
    """vertex_coloring_LDF(int num_rows, int Ap, int Aj, int x, double y) -> int"""
    return _amg_core.vertex_coloring_LDF(*args)
Пример #3
0
def vertex_coloring_LDF(num_rows, Ap, Aj, x, y):
    """vertex_coloring_LDF(int const num_rows, int const [] Ap, int const [] Aj, int [] x, double const [] y) -> int"""
    return _amg_core.vertex_coloring_LDF(num_rows, Ap, Aj, x, y)
Пример #4
0
def vertex_coloring_LDF(num_rows, Ap, Aj, x, y):
    """vertex_coloring_LDF(int const num_rows, int const [] Ap, int const [] Aj, int [] x, double const [] y) -> int"""
    return _amg_core.vertex_coloring_LDF(num_rows, Ap, Aj, x, y)