Ejemplo n.º 1
0
def bsr_plus_bsr(*args):
    """
    bsr_plus_bsr(int const n_row, int const n_col, int const R, int const C, int const [] Ap, int const [] Aj, 
        npy_bool_wrapper const [] Ax, int const [] Bp, int const [] Bj, 
        npy_bool_wrapper const [] Bx, int [] Cp, int [] Cj, npy_bool_wrapper [] Cx)
    bsr_plus_bsr(int const n_row, int const n_col, int const R, int const C, int const [] Ap, int const [] Aj, 
        signed char const [] Ax, int const [] Bp, int const [] Bj, signed char const [] Bx, 
        int [] Cp, int [] Cj, signed char [] Cx)
    bsr_plus_bsr(int const n_row, int const n_col, int const R, int const C, int const [] Ap, int const [] Aj, 
        unsigned char const [] Ax, int const [] Bp, int const [] Bj, unsigned char const [] Bx, 
        int [] Cp, int [] Cj, unsigned char [] Cx)
    bsr_plus_bsr(int const n_row, int const n_col, int const R, int const C, int const [] Ap, int const [] Aj, 
        short const [] Ax, int const [] Bp, int const [] Bj, short const [] Bx, 
        int [] Cp, int [] Cj, short [] Cx)
    bsr_plus_bsr(int const n_row, int const n_col, int const R, int const C, int const [] Ap, int const [] Aj, 
        unsigned short const [] Ax, int const [] Bp, int const [] Bj, 
        unsigned short const [] Bx, int [] Cp, int [] Cj, unsigned short [] Cx)
    bsr_plus_bsr(int const n_row, int const n_col, int const R, int const C, int const [] Ap, int const [] Aj, 
        int const [] Ax, int const [] Bp, int const [] Bj, int const [] Bx, 
        int [] Cp, int [] Cj, int [] Cx)
    bsr_plus_bsr(int const n_row, int const n_col, int const R, int const C, int const [] Ap, int const [] Aj, 
        unsigned int const [] Ax, int const [] Bp, int const [] Bj, unsigned int const [] Bx, 
        int [] Cp, int [] Cj, unsigned int [] Cx)
    bsr_plus_bsr(int const n_row, int const n_col, int const R, int const C, int const [] Ap, int const [] Aj, 
        long long const [] Ax, int const [] Bp, int const [] Bj, long long const [] Bx, 
        int [] Cp, int [] Cj, long long [] Cx)
    bsr_plus_bsr(int const n_row, int const n_col, int const R, int const C, int const [] Ap, int const [] Aj, 
        unsigned long long const [] Ax, int const [] Bp, int const [] Bj, 
        unsigned long long const [] Bx, int [] Cp, int [] Cj, unsigned long long [] Cx)
    bsr_plus_bsr(int const n_row, int const n_col, int const R, int const C, int const [] Ap, int const [] Aj, 
        float const [] Ax, int const [] Bp, int const [] Bj, float const [] Bx, 
        int [] Cp, int [] Cj, float [] Cx)
    bsr_plus_bsr(int const n_row, int const n_col, int const R, int const C, int const [] Ap, int const [] Aj, 
        double const [] Ax, int const [] Bp, int const [] Bj, double const [] Bx, 
        int [] Cp, int [] Cj, double [] Cx)
    bsr_plus_bsr(int const n_row, int const n_col, int const R, int const C, int const [] Ap, int const [] Aj, 
        long double const [] Ax, int const [] Bp, int const [] Bj, long double const [] Bx, 
        int [] Cp, int [] Cj, long double [] Cx)
    bsr_plus_bsr(int const n_row, int const n_col, int const R, int const C, int const [] Ap, int const [] Aj, 
        npy_cfloat_wrapper const [] Ax, int const [] Bp, int const [] Bj, 
        npy_cfloat_wrapper const [] Bx, int [] Cp, int [] Cj, npy_cfloat_wrapper [] Cx)
    bsr_plus_bsr(int const n_row, int const n_col, int const R, int const C, int const [] Ap, int const [] Aj, 
        npy_cdouble_wrapper const [] Ax, int const [] Bp, int const [] Bj, 
        npy_cdouble_wrapper const [] Bx, int [] Cp, int [] Cj, npy_cdouble_wrapper [] Cx)
    bsr_plus_bsr(int const n_row, int const n_col, int const R, int const C, int const [] Ap, int const [] Aj, 
        npy_clongdouble_wrapper const [] Ax, int const [] Bp, int const [] Bj, 
        npy_clongdouble_wrapper const [] Bx, int [] Cp, int [] Cj, npy_clongdouble_wrapper [] Cx)
    """
    return _bsr.bsr_plus_bsr(*args)
Ejemplo n.º 2
0
Archivo: bsr.py Proyecto: SytseK/scipy
def bsr_plus_bsr(*args):
  """
    bsr_plus_bsr(int const n_row, int const n_col, int const R, int const C, int const [] Ap, int const [] Aj, 
        npy_bool_wrapper const [] Ax, int const [] Bp, int const [] Bj, 
        npy_bool_wrapper const [] Bx, int [] Cp, int [] Cj, npy_bool_wrapper [] Cx)
    bsr_plus_bsr(int const n_row, int const n_col, int const R, int const C, int const [] Ap, int const [] Aj, 
        signed char const [] Ax, int const [] Bp, int const [] Bj, signed char const [] Bx, 
        int [] Cp, int [] Cj, signed char [] Cx)
    bsr_plus_bsr(int const n_row, int const n_col, int const R, int const C, int const [] Ap, int const [] Aj, 
        unsigned char const [] Ax, int const [] Bp, int const [] Bj, unsigned char const [] Bx, 
        int [] Cp, int [] Cj, unsigned char [] Cx)
    bsr_plus_bsr(int const n_row, int const n_col, int const R, int const C, int const [] Ap, int const [] Aj, 
        short const [] Ax, int const [] Bp, int const [] Bj, short const [] Bx, 
        int [] Cp, int [] Cj, short [] Cx)
    bsr_plus_bsr(int const n_row, int const n_col, int const R, int const C, int const [] Ap, int const [] Aj, 
        unsigned short const [] Ax, int const [] Bp, int const [] Bj, 
        unsigned short const [] Bx, int [] Cp, int [] Cj, unsigned short [] Cx)
    bsr_plus_bsr(int const n_row, int const n_col, int const R, int const C, int const [] Ap, int const [] Aj, 
        int const [] Ax, int const [] Bp, int const [] Bj, int const [] Bx, 
        int [] Cp, int [] Cj, int [] Cx)
    bsr_plus_bsr(int const n_row, int const n_col, int const R, int const C, int const [] Ap, int const [] Aj, 
        unsigned int const [] Ax, int const [] Bp, int const [] Bj, unsigned int const [] Bx, 
        int [] Cp, int [] Cj, unsigned int [] Cx)
    bsr_plus_bsr(int const n_row, int const n_col, int const R, int const C, int const [] Ap, int const [] Aj, 
        long long const [] Ax, int const [] Bp, int const [] Bj, long long const [] Bx, 
        int [] Cp, int [] Cj, long long [] Cx)
    bsr_plus_bsr(int const n_row, int const n_col, int const R, int const C, int const [] Ap, int const [] Aj, 
        unsigned long long const [] Ax, int const [] Bp, int const [] Bj, 
        unsigned long long const [] Bx, int [] Cp, int [] Cj, unsigned long long [] Cx)
    bsr_plus_bsr(int const n_row, int const n_col, int const R, int const C, int const [] Ap, int const [] Aj, 
        float const [] Ax, int const [] Bp, int const [] Bj, float const [] Bx, 
        int [] Cp, int [] Cj, float [] Cx)
    bsr_plus_bsr(int const n_row, int const n_col, int const R, int const C, int const [] Ap, int const [] Aj, 
        double const [] Ax, int const [] Bp, int const [] Bj, double const [] Bx, 
        int [] Cp, int [] Cj, double [] Cx)
    bsr_plus_bsr(int const n_row, int const n_col, int const R, int const C, int const [] Ap, int const [] Aj, 
        long double const [] Ax, int const [] Bp, int const [] Bj, long double const [] Bx, 
        int [] Cp, int [] Cj, long double [] Cx)
    bsr_plus_bsr(int const n_row, int const n_col, int const R, int const C, int const [] Ap, int const [] Aj, 
        npy_cfloat_wrapper const [] Ax, int const [] Bp, int const [] Bj, 
        npy_cfloat_wrapper const [] Bx, int [] Cp, int [] Cj, npy_cfloat_wrapper [] Cx)
    bsr_plus_bsr(int const n_row, int const n_col, int const R, int const C, int const [] Ap, int const [] Aj, 
        npy_cdouble_wrapper const [] Ax, int const [] Bp, int const [] Bj, 
        npy_cdouble_wrapper const [] Bx, int [] Cp, int [] Cj, npy_cdouble_wrapper [] Cx)
    bsr_plus_bsr(int const n_row, int const n_col, int const R, int const C, int const [] Ap, int const [] Aj, 
        npy_clongdouble_wrapper const [] Ax, int const [] Bp, int const [] Bj, 
        npy_clongdouble_wrapper const [] Bx, int [] Cp, int [] Cj, npy_clongdouble_wrapper [] Cx)
    """
  return _bsr.bsr_plus_bsr(*args)
Ejemplo n.º 3
0
Archivo: bsr.py Proyecto: 87/scipy
def bsr_plus_bsr(*args):
    """
    bsr_plus_bsr(int n_row, int n_col, int R, int C, int Ap, int Aj,
        signed char Ax, int Bp, int Bj, signed char Bx,
        int Cp, int Cj, signed char Cx)
    bsr_plus_bsr(int n_row, int n_col, int R, int C, int Ap, int Aj,
        unsigned char Ax, int Bp, int Bj, unsigned char Bx,
        int Cp, int Cj, unsigned char Cx)
    bsr_plus_bsr(int n_row, int n_col, int R, int C, int Ap, int Aj,
        short Ax, int Bp, int Bj, short Bx, int Cp,
        int Cj, short Cx)
    bsr_plus_bsr(int n_row, int n_col, int R, int C, int Ap, int Aj,
        unsigned short Ax, int Bp, int Bj, unsigned short Bx,
        int Cp, int Cj, unsigned short Cx)
    bsr_plus_bsr(int n_row, int n_col, int R, int C, int Ap, int Aj,
        int Ax, int Bp, int Bj, int Bx, int Cp, int Cj,
        int Cx)
    bsr_plus_bsr(int n_row, int n_col, int R, int C, int Ap, int Aj,
        unsigned int Ax, int Bp, int Bj, unsigned int Bx,
        int Cp, int Cj, unsigned int Cx)
    bsr_plus_bsr(int n_row, int n_col, int R, int C, int Ap, int Aj,
        long long Ax, int Bp, int Bj, long long Bx,
        int Cp, int Cj, long long Cx)
    bsr_plus_bsr(int n_row, int n_col, int R, int C, int Ap, int Aj,
        unsigned long long Ax, int Bp, int Bj, unsigned long long Bx,
        int Cp, int Cj, unsigned long long Cx)
    bsr_plus_bsr(int n_row, int n_col, int R, int C, int Ap, int Aj,
        float Ax, int Bp, int Bj, float Bx, int Cp,
        int Cj, float Cx)
    bsr_plus_bsr(int n_row, int n_col, int R, int C, int Ap, int Aj,
        double Ax, int Bp, int Bj, double Bx, int Cp,
        int Cj, double Cx)
    bsr_plus_bsr(int n_row, int n_col, int R, int C, int Ap, int Aj,
        long double Ax, int Bp, int Bj, long double Bx,
        int Cp, int Cj, long double Cx)
    bsr_plus_bsr(int n_row, int n_col, int R, int C, int Ap, int Aj,
        npy_cfloat_wrapper Ax, int Bp, int Bj, npy_cfloat_wrapper Bx,
        int Cp, int Cj, npy_cfloat_wrapper Cx)
    bsr_plus_bsr(int n_row, int n_col, int R, int C, int Ap, int Aj,
        npy_cdouble_wrapper Ax, int Bp, int Bj, npy_cdouble_wrapper Bx,
        int Cp, int Cj, npy_cdouble_wrapper Cx)
    bsr_plus_bsr(int n_row, int n_col, int R, int C, int Ap, int Aj,
        npy_clongdouble_wrapper Ax, int Bp, int Bj,
        npy_clongdouble_wrapper Bx, int Cp, int Cj, npy_clongdouble_wrapper Cx)
    """
    return _bsr.bsr_plus_bsr(*args)
Ejemplo n.º 4
0
def bsr_plus_bsr(*args):
    """
    bsr_plus_bsr(int n_row, int n_col, int R, int C, int Ap, int Aj, 
        signed char Ax, int Bp, int Bj, signed char Bx, 
        int Cp, int Cj, signed char Cx)
    bsr_plus_bsr(int n_row, int n_col, int R, int C, int Ap, int Aj, 
        unsigned char Ax, int Bp, int Bj, unsigned char Bx, 
        int Cp, int Cj, unsigned char Cx)
    bsr_plus_bsr(int n_row, int n_col, int R, int C, int Ap, int Aj, 
        short Ax, int Bp, int Bj, short Bx, int Cp, 
        int Cj, short Cx)
    bsr_plus_bsr(int n_row, int n_col, int R, int C, int Ap, int Aj, 
        unsigned short Ax, int Bp, int Bj, unsigned short Bx, 
        int Cp, int Cj, unsigned short Cx)
    bsr_plus_bsr(int n_row, int n_col, int R, int C, int Ap, int Aj, 
        int Ax, int Bp, int Bj, int Bx, int Cp, int Cj, 
        int Cx)
    bsr_plus_bsr(int n_row, int n_col, int R, int C, int Ap, int Aj, 
        unsigned int Ax, int Bp, int Bj, unsigned int Bx, 
        int Cp, int Cj, unsigned int Cx)
    bsr_plus_bsr(int n_row, int n_col, int R, int C, int Ap, int Aj, 
        long long Ax, int Bp, int Bj, long long Bx, 
        int Cp, int Cj, long long Cx)
    bsr_plus_bsr(int n_row, int n_col, int R, int C, int Ap, int Aj, 
        unsigned long long Ax, int Bp, int Bj, unsigned long long Bx, 
        int Cp, int Cj, unsigned long long Cx)
    bsr_plus_bsr(int n_row, int n_col, int R, int C, int Ap, int Aj, 
        float Ax, int Bp, int Bj, float Bx, int Cp, 
        int Cj, float Cx)
    bsr_plus_bsr(int n_row, int n_col, int R, int C, int Ap, int Aj, 
        double Ax, int Bp, int Bj, double Bx, int Cp, 
        int Cj, double Cx)
    bsr_plus_bsr(int n_row, int n_col, int R, int C, int Ap, int Aj, 
        long double Ax, int Bp, int Bj, long double Bx, 
        int Cp, int Cj, long double Cx)
    bsr_plus_bsr(int n_row, int n_col, int R, int C, int Ap, int Aj, 
        npy_cfloat_wrapper Ax, int Bp, int Bj, npy_cfloat_wrapper Bx, 
        int Cp, int Cj, npy_cfloat_wrapper Cx)
    bsr_plus_bsr(int n_row, int n_col, int R, int C, int Ap, int Aj, 
        npy_cdouble_wrapper Ax, int Bp, int Bj, npy_cdouble_wrapper Bx, 
        int Cp, int Cj, npy_cdouble_wrapper Cx)
    bsr_plus_bsr(int n_row, int n_col, int R, int C, int Ap, int Aj, 
        npy_clongdouble_wrapper Ax, int Bp, int Bj, 
        npy_clongdouble_wrapper Bx, int Cp, int Cj, npy_clongdouble_wrapper Cx)
    """
    return _bsr.bsr_plus_bsr(*args)