Exemple #1
0
def csr_matvecs(*args):
  """
    csr_matvecs(int const n_row, int const n_col, int const n_vecs, int const [] Ap, int const [] Aj, 
        npy_bool_wrapper const [] Ax, npy_bool_wrapper const [] Xx, npy_bool_wrapper [] Yx)
    csr_matvecs(int const n_row, int const n_col, int const n_vecs, int const [] Ap, int const [] Aj, 
        signed char const [] Ax, signed char const [] Xx, signed char [] Yx)
    csr_matvecs(int const n_row, int const n_col, int const n_vecs, int const [] Ap, int const [] Aj, 
        unsigned char const [] Ax, unsigned char const [] Xx, unsigned char [] Yx)
    csr_matvecs(int const n_row, int const n_col, int const n_vecs, int const [] Ap, int const [] Aj, 
        short const [] Ax, short const [] Xx, short [] Yx)
    csr_matvecs(int const n_row, int const n_col, int const n_vecs, int const [] Ap, int const [] Aj, 
        unsigned short const [] Ax, unsigned short const [] Xx, unsigned short [] Yx)
    csr_matvecs(int const n_row, int const n_col, int const n_vecs, int const [] Ap, int const [] Aj, 
        int const [] Ax, int const [] Xx, int [] Yx)
    csr_matvecs(int const n_row, int const n_col, int const n_vecs, int const [] Ap, int const [] Aj, 
        unsigned int const [] Ax, unsigned int const [] Xx, unsigned int [] Yx)
    csr_matvecs(int const n_row, int const n_col, int const n_vecs, int const [] Ap, int const [] Aj, 
        long long const [] Ax, long long const [] Xx, long long [] Yx)
    csr_matvecs(int const n_row, int const n_col, int const n_vecs, int const [] Ap, int const [] Aj, 
        unsigned long long const [] Ax, unsigned long long const [] Xx, unsigned long long [] Yx)
    csr_matvecs(int const n_row, int const n_col, int const n_vecs, int const [] Ap, int const [] Aj, 
        float const [] Ax, float const [] Xx, float [] Yx)
    csr_matvecs(int const n_row, int const n_col, int const n_vecs, int const [] Ap, int const [] Aj, 
        double const [] Ax, double const [] Xx, double [] Yx)
    csr_matvecs(int const n_row, int const n_col, int const n_vecs, int const [] Ap, int const [] Aj, 
        long double const [] Ax, long double const [] Xx, long double [] Yx)
    csr_matvecs(int const n_row, int const n_col, int const n_vecs, int const [] Ap, int const [] Aj, 
        npy_cfloat_wrapper const [] Ax, npy_cfloat_wrapper const [] Xx, npy_cfloat_wrapper [] Yx)
    csr_matvecs(int const n_row, int const n_col, int const n_vecs, int const [] Ap, int const [] Aj, 
        npy_cdouble_wrapper const [] Ax, npy_cdouble_wrapper const [] Xx, npy_cdouble_wrapper [] Yx)
    csr_matvecs(int const n_row, int const n_col, int const n_vecs, int const [] Ap, int const [] Aj, 
        npy_clongdouble_wrapper const [] Ax, npy_clongdouble_wrapper const [] Xx, 
        npy_clongdouble_wrapper [] Yx)
    """
  return _csr.csr_matvecs(*args)
Exemple #2
0
def csr_matvecs(*args):
    """
    csr_matvecs(int const n_row, int const n_col, int const n_vecs, int const [] Ap, int const [] Aj, 
        npy_bool_wrapper const [] Ax, npy_bool_wrapper const [] Xx, npy_bool_wrapper [] Yx)
    csr_matvecs(int const n_row, int const n_col, int const n_vecs, int const [] Ap, int const [] Aj, 
        signed char const [] Ax, signed char const [] Xx, signed char [] Yx)
    csr_matvecs(int const n_row, int const n_col, int const n_vecs, int const [] Ap, int const [] Aj, 
        unsigned char const [] Ax, unsigned char const [] Xx, unsigned char [] Yx)
    csr_matvecs(int const n_row, int const n_col, int const n_vecs, int const [] Ap, int const [] Aj, 
        short const [] Ax, short const [] Xx, short [] Yx)
    csr_matvecs(int const n_row, int const n_col, int const n_vecs, int const [] Ap, int const [] Aj, 
        unsigned short const [] Ax, unsigned short const [] Xx, unsigned short [] Yx)
    csr_matvecs(int const n_row, int const n_col, int const n_vecs, int const [] Ap, int const [] Aj, 
        int const [] Ax, int const [] Xx, int [] Yx)
    csr_matvecs(int const n_row, int const n_col, int const n_vecs, int const [] Ap, int const [] Aj, 
        unsigned int const [] Ax, unsigned int const [] Xx, unsigned int [] Yx)
    csr_matvecs(int const n_row, int const n_col, int const n_vecs, int const [] Ap, int const [] Aj, 
        long long const [] Ax, long long const [] Xx, long long [] Yx)
    csr_matvecs(int const n_row, int const n_col, int const n_vecs, int const [] Ap, int const [] Aj, 
        unsigned long long const [] Ax, unsigned long long const [] Xx, unsigned long long [] Yx)
    csr_matvecs(int const n_row, int const n_col, int const n_vecs, int const [] Ap, int const [] Aj, 
        float const [] Ax, float const [] Xx, float [] Yx)
    csr_matvecs(int const n_row, int const n_col, int const n_vecs, int const [] Ap, int const [] Aj, 
        double const [] Ax, double const [] Xx, double [] Yx)
    csr_matvecs(int const n_row, int const n_col, int const n_vecs, int const [] Ap, int const [] Aj, 
        long double const [] Ax, long double const [] Xx, long double [] Yx)
    csr_matvecs(int const n_row, int const n_col, int const n_vecs, int const [] Ap, int const [] Aj, 
        npy_cfloat_wrapper const [] Ax, npy_cfloat_wrapper const [] Xx, npy_cfloat_wrapper [] Yx)
    csr_matvecs(int const n_row, int const n_col, int const n_vecs, int const [] Ap, int const [] Aj, 
        npy_cdouble_wrapper const [] Ax, npy_cdouble_wrapper const [] Xx, npy_cdouble_wrapper [] Yx)
    csr_matvecs(int const n_row, int const n_col, int const n_vecs, int const [] Ap, int const [] Aj, 
        npy_clongdouble_wrapper const [] Ax, npy_clongdouble_wrapper const [] Xx, 
        npy_clongdouble_wrapper [] Yx)
    """
    return _csr.csr_matvecs(*args)
Exemple #3
0
def csr_matvecs(*args):
  """
    csr_matvecs(int n_row, int n_col, int n_vecs, int Ap, int Aj, npy_bool_wrapper Ax, 
        npy_bool_wrapper Xx, npy_bool_wrapper Yx)
    csr_matvecs(int n_row, int n_col, int n_vecs, int Ap, int Aj, signed char Ax, 
        signed char Xx, signed char Yx)
    csr_matvecs(int n_row, int n_col, int n_vecs, int Ap, int Aj, unsigned char Ax, 
        unsigned char Xx, unsigned char Yx)
    csr_matvecs(int n_row, int n_col, int n_vecs, int Ap, int Aj, short Ax, 
        short Xx, short Yx)
    csr_matvecs(int n_row, int n_col, int n_vecs, int Ap, int Aj, unsigned short Ax, 
        unsigned short Xx, unsigned short Yx)
    csr_matvecs(int n_row, int n_col, int n_vecs, int Ap, int Aj, int Ax, 
        int Xx, int Yx)
    csr_matvecs(int n_row, int n_col, int n_vecs, int Ap, int Aj, unsigned int Ax, 
        unsigned int Xx, unsigned int Yx)
    csr_matvecs(int n_row, int n_col, int n_vecs, int Ap, int Aj, long long Ax, 
        long long Xx, long long Yx)
    csr_matvecs(int n_row, int n_col, int n_vecs, int Ap, int Aj, unsigned long long Ax, 
        unsigned long long Xx, 
        unsigned long long Yx)
    csr_matvecs(int n_row, int n_col, int n_vecs, int Ap, int Aj, float Ax, 
        float Xx, float Yx)
    csr_matvecs(int n_row, int n_col, int n_vecs, int Ap, int Aj, double Ax, 
        double Xx, double Yx)
    csr_matvecs(int n_row, int n_col, int n_vecs, int Ap, int Aj, long double Ax, 
        long double Xx, long double Yx)
    csr_matvecs(int n_row, int n_col, int n_vecs, int Ap, int Aj, npy_cfloat_wrapper Ax, 
        npy_cfloat_wrapper Xx, 
        npy_cfloat_wrapper Yx)
    csr_matvecs(int n_row, int n_col, int n_vecs, int Ap, int Aj, npy_cdouble_wrapper Ax, 
        npy_cdouble_wrapper Xx, 
        npy_cdouble_wrapper Yx)
    csr_matvecs(int n_row, int n_col, int n_vecs, int Ap, int Aj, npy_clongdouble_wrapper Ax, 
        npy_clongdouble_wrapper Xx, 
        npy_clongdouble_wrapper Yx)
    """
  return _csr.csr_matvecs(*args)
Exemple #4
0
def csr_matvecs(*args):
    """
    csr_matvecs(int n_row, int n_col, int n_vecs, int Ap, int Aj, signed char Ax,
        signed char Xx, signed char Yx)
    csr_matvecs(int n_row, int n_col, int n_vecs, int Ap, int Aj, unsigned char Ax,
        unsigned char Xx, unsigned char Yx)
    csr_matvecs(int n_row, int n_col, int n_vecs, int Ap, int Aj, short Ax,
        short Xx, short Yx)
    csr_matvecs(int n_row, int n_col, int n_vecs, int Ap, int Aj, unsigned short Ax,
        unsigned short Xx, unsigned short Yx)
    csr_matvecs(int n_row, int n_col, int n_vecs, int Ap, int Aj, int Ax,
        int Xx, int Yx)
    csr_matvecs(int n_row, int n_col, int n_vecs, int Ap, int Aj, unsigned int Ax,
        unsigned int Xx, unsigned int Yx)
    csr_matvecs(int n_row, int n_col, int n_vecs, int Ap, int Aj, long long Ax,
        long long Xx, long long Yx)
    csr_matvecs(int n_row, int n_col, int n_vecs, int Ap, int Aj, unsigned long long Ax,
        unsigned long long Xx,
        unsigned long long Yx)
    csr_matvecs(int n_row, int n_col, int n_vecs, int Ap, int Aj, float Ax,
        float Xx, float Yx)
    csr_matvecs(int n_row, int n_col, int n_vecs, int Ap, int Aj, double Ax,
        double Xx, double Yx)
    csr_matvecs(int n_row, int n_col, int n_vecs, int Ap, int Aj, long double Ax,
        long double Xx, long double Yx)
    csr_matvecs(int n_row, int n_col, int n_vecs, int Ap, int Aj, npy_cfloat_wrapper Ax,
        npy_cfloat_wrapper Xx,
        npy_cfloat_wrapper Yx)
    csr_matvecs(int n_row, int n_col, int n_vecs, int Ap, int Aj, npy_cdouble_wrapper Ax,
        npy_cdouble_wrapper Xx,
        npy_cdouble_wrapper Yx)
    csr_matvecs(int n_row, int n_col, int n_vecs, int Ap, int Aj, npy_clongdouble_wrapper Ax,
        npy_clongdouble_wrapper Xx,
        npy_clongdouble_wrapper Yx)
    """
    return _csr.csr_matvecs(*args)