示例#1
0
def gauss_seidel_nr(*args):
    """
    gauss_seidel_nr(int const [] Ap, int const [] Aj, float const [] Ax, float [] x, float [] z, int const col_start, int const col_stop, int const col_step, float const [] Tx, float const omega)
    gauss_seidel_nr(int const [] Ap, int const [] Aj, double const [] Ax, double [] x, double [] z, int const col_start, int const col_stop, int const col_step, double const [] Tx, double const omega)
    gauss_seidel_nr(int const [] Ap, int const [] Aj, std::complex< float > const [] Ax, std::complex< float > [] x, std::complex< float > [] z, int const col_start, int const col_stop, int const col_step, std::complex< float > const [] Tx, float const omega)
    gauss_seidel_nr(int const [] Ap, int const [] Aj, std::complex< double > const [] Ax, std::complex< double > [] x, std::complex< double > [] z, int const col_start, int const col_stop, int const col_step, std::complex< double > const [] Tx, double const omega)
    """
    return _amg_core.gauss_seidel_nr(*args)
示例#2
0
文件: amg_core.py 项目: ssttv/pyamg
def gauss_seidel_nr(*args):
    """
    gauss_seidel_nr(int const [] Ap, int const [] Aj, float const [] Ax, float [] x, float [] z, int const col_start, int const col_stop, int const col_step, float const [] Tx, float const omega)
    gauss_seidel_nr(int const [] Ap, int const [] Aj, double const [] Ax, double [] x, double [] z, int const col_start, int const col_stop, int const col_step, double const [] Tx, double const omega)
    gauss_seidel_nr(int const [] Ap, int const [] Aj, std::complex< float > const [] Ax, std::complex< float > [] x, std::complex< float > [] z, int const col_start, int const col_stop, int const col_step, std::complex< float > const [] Tx, float const omega)
    gauss_seidel_nr(int const [] Ap, int const [] Aj, std::complex< double > const [] Ax, std::complex< double > [] x, std::complex< double > [] z, int const col_start, int const col_stop, int const col_step, std::complex< double > const [] Tx, double const omega)
    """
    return _amg_core.gauss_seidel_nr(*args)
示例#3
0
def gauss_seidel_nr(*args):
  """
    gauss_seidel_nr(int Ap, int Aj, float Ax, float x, float z, int col_start, 
        int col_stop, int col_step, float Tx, 
        float omega)
    gauss_seidel_nr(int Ap, int Aj, double Ax, double x, double z, int col_start, 
        int col_stop, int col_step, double Tx, 
        double omega)
    gauss_seidel_nr(int Ap, int Aj, npy_cfloat_wrapper Ax, npy_cfloat_wrapper x, 
        npy_cfloat_wrapper z, int col_start, 
        int col_stop, int col_step, npy_cfloat_wrapper Tx, 
        float omega)
    gauss_seidel_nr(int Ap, int Aj, npy_cdouble_wrapper Ax, npy_cdouble_wrapper x, 
        npy_cdouble_wrapper z, int col_start, 
        int col_stop, int col_step, npy_cdouble_wrapper Tx, 
        double omega)
    """
  return _amg_core.gauss_seidel_nr(*args)
示例#4
0
def gauss_seidel_nr(*args):
    """
    gauss_seidel_nr(int Ap, int Aj, float Ax, float x, float z, int col_start, 
        int col_stop, int col_step, float Tx, 
        float omega)
    gauss_seidel_nr(int Ap, int Aj, double Ax, double x, double z, int col_start, 
        int col_stop, int col_step, double Tx, 
        double omega)
    gauss_seidel_nr(int Ap, int Aj, npy_cfloat_wrapper Ax, npy_cfloat_wrapper x, 
        npy_cfloat_wrapper z, int col_start, 
        int col_stop, int col_step, npy_cfloat_wrapper Tx, 
        float omega)
    gauss_seidel_nr(int Ap, int Aj, npy_cdouble_wrapper Ax, npy_cdouble_wrapper x, 
        npy_cdouble_wrapper z, int col_start, 
        int col_stop, int col_step, npy_cdouble_wrapper Tx, 
        double omega)
    """
    return _amg_core.gauss_seidel_nr(*args)