Beispiel #1
0
def bsr_scale_columns(*args):
    """
    bsr_scale_columns(int const n_brow, int const n_bcol, int const R, int const C, int const [] Ap, int const [] Aj, 
        npy_bool_wrapper [] Ax, npy_bool_wrapper const [] Xx)
    bsr_scale_columns(int const n_brow, int const n_bcol, int const R, int const C, int const [] Ap, int const [] Aj, 
        signed char [] Ax, signed char const [] Xx)
    bsr_scale_columns(int const n_brow, int const n_bcol, int const R, int const C, int const [] Ap, int const [] Aj, 
        unsigned char [] Ax, unsigned char const [] Xx)
    bsr_scale_columns(int const n_brow, int const n_bcol, int const R, int const C, int const [] Ap, int const [] Aj, 
        short [] Ax, short const [] Xx)
    bsr_scale_columns(int const n_brow, int const n_bcol, int const R, int const C, int const [] Ap, int const [] Aj, 
        unsigned short [] Ax, unsigned short const [] Xx)
    bsr_scale_columns(int const n_brow, int const n_bcol, int const R, int const C, int const [] Ap, int const [] Aj, 
        int [] Ax, int const [] Xx)
    bsr_scale_columns(int const n_brow, int const n_bcol, int const R, int const C, int const [] Ap, int const [] Aj, 
        unsigned int [] Ax, unsigned int const [] Xx)
    bsr_scale_columns(int const n_brow, int const n_bcol, int const R, int const C, int const [] Ap, int const [] Aj, 
        long long [] Ax, long long const [] Xx)
    bsr_scale_columns(int const n_brow, int const n_bcol, int const R, int const C, int const [] Ap, int const [] Aj, 
        unsigned long long [] Ax, unsigned long long const [] Xx)
    bsr_scale_columns(int const n_brow, int const n_bcol, int const R, int const C, int const [] Ap, int const [] Aj, 
        float [] Ax, float const [] Xx)
    bsr_scale_columns(int const n_brow, int const n_bcol, int const R, int const C, int const [] Ap, int const [] Aj, 
        double [] Ax, double const [] Xx)
    bsr_scale_columns(int const n_brow, int const n_bcol, int const R, int const C, int const [] Ap, int const [] Aj, 
        long double [] Ax, long double const [] Xx)
    bsr_scale_columns(int const n_brow, int const n_bcol, int const R, int const C, int const [] Ap, int const [] Aj, 
        npy_cfloat_wrapper [] Ax, npy_cfloat_wrapper const [] Xx)
    bsr_scale_columns(int const n_brow, int const n_bcol, int const R, int const C, int const [] Ap, int const [] Aj, 
        npy_cdouble_wrapper [] Ax, npy_cdouble_wrapper const [] Xx)
    bsr_scale_columns(int const n_brow, int const n_bcol, int const R, int const C, int const [] Ap, int const [] Aj, 
        npy_clongdouble_wrapper [] Ax, npy_clongdouble_wrapper const [] Xx)
    """
    return _bsr.bsr_scale_columns(*args)
Beispiel #2
0
Datei: bsr.py Projekt: 87/scipy
def bsr_scale_columns(*args):
    """
    bsr_scale_columns(int n_brow, int n_bcol, int R, int C, int Ap, int Aj,
        signed char Ax, signed char Xx)
    bsr_scale_columns(int n_brow, int n_bcol, int R, int C, int Ap, int Aj,
        unsigned char Ax, unsigned char Xx)
    bsr_scale_columns(int n_brow, int n_bcol, int R, int C, int Ap, int Aj,
        short Ax, short Xx)
    bsr_scale_columns(int n_brow, int n_bcol, int R, int C, int Ap, int Aj,
        unsigned short Ax, unsigned short Xx)
    bsr_scale_columns(int n_brow, int n_bcol, int R, int C, int Ap, int Aj,
        int Ax, int Xx)
    bsr_scale_columns(int n_brow, int n_bcol, int R, int C, int Ap, int Aj,
        unsigned int Ax, unsigned int Xx)
    bsr_scale_columns(int n_brow, int n_bcol, int R, int C, int Ap, int Aj,
        long long Ax, long long Xx)
    bsr_scale_columns(int n_brow, int n_bcol, int R, int C, int Ap, int Aj,
        unsigned long long Ax, unsigned long long Xx)
    bsr_scale_columns(int n_brow, int n_bcol, int R, int C, int Ap, int Aj,
        float Ax, float Xx)
    bsr_scale_columns(int n_brow, int n_bcol, int R, int C, int Ap, int Aj,
        double Ax, double Xx)
    bsr_scale_columns(int n_brow, int n_bcol, int R, int C, int Ap, int Aj,
        long double Ax, long double Xx)
    bsr_scale_columns(int n_brow, int n_bcol, int R, int C, int Ap, int Aj,
        npy_cfloat_wrapper Ax, npy_cfloat_wrapper Xx)
    bsr_scale_columns(int n_brow, int n_bcol, int R, int C, int Ap, int Aj,
        npy_cdouble_wrapper Ax, npy_cdouble_wrapper Xx)
    bsr_scale_columns(int n_brow, int n_bcol, int R, int C, int Ap, int Aj,
        npy_clongdouble_wrapper Ax, npy_clongdouble_wrapper Xx)
    """
    return _bsr.bsr_scale_columns(*args)
Beispiel #3
0
def bsr_scale_columns(*args):
  """
    bsr_scale_columns(int const n_brow, int const n_bcol, int const R, int const C, int const [] Ap, int const [] Aj, 
        npy_bool_wrapper [] Ax, npy_bool_wrapper const [] Xx)
    bsr_scale_columns(int const n_brow, int const n_bcol, int const R, int const C, int const [] Ap, int const [] Aj, 
        signed char [] Ax, signed char const [] Xx)
    bsr_scale_columns(int const n_brow, int const n_bcol, int const R, int const C, int const [] Ap, int const [] Aj, 
        unsigned char [] Ax, unsigned char const [] Xx)
    bsr_scale_columns(int const n_brow, int const n_bcol, int const R, int const C, int const [] Ap, int const [] Aj, 
        short [] Ax, short const [] Xx)
    bsr_scale_columns(int const n_brow, int const n_bcol, int const R, int const C, int const [] Ap, int const [] Aj, 
        unsigned short [] Ax, unsigned short const [] Xx)
    bsr_scale_columns(int const n_brow, int const n_bcol, int const R, int const C, int const [] Ap, int const [] Aj, 
        int [] Ax, int const [] Xx)
    bsr_scale_columns(int const n_brow, int const n_bcol, int const R, int const C, int const [] Ap, int const [] Aj, 
        unsigned int [] Ax, unsigned int const [] Xx)
    bsr_scale_columns(int const n_brow, int const n_bcol, int const R, int const C, int const [] Ap, int const [] Aj, 
        long long [] Ax, long long const [] Xx)
    bsr_scale_columns(int const n_brow, int const n_bcol, int const R, int const C, int const [] Ap, int const [] Aj, 
        unsigned long long [] Ax, unsigned long long const [] Xx)
    bsr_scale_columns(int const n_brow, int const n_bcol, int const R, int const C, int const [] Ap, int const [] Aj, 
        float [] Ax, float const [] Xx)
    bsr_scale_columns(int const n_brow, int const n_bcol, int const R, int const C, int const [] Ap, int const [] Aj, 
        double [] Ax, double const [] Xx)
    bsr_scale_columns(int const n_brow, int const n_bcol, int const R, int const C, int const [] Ap, int const [] Aj, 
        long double [] Ax, long double const [] Xx)
    bsr_scale_columns(int const n_brow, int const n_bcol, int const R, int const C, int const [] Ap, int const [] Aj, 
        npy_cfloat_wrapper [] Ax, npy_cfloat_wrapper const [] Xx)
    bsr_scale_columns(int const n_brow, int const n_bcol, int const R, int const C, int const [] Ap, int const [] Aj, 
        npy_cdouble_wrapper [] Ax, npy_cdouble_wrapper const [] Xx)
    bsr_scale_columns(int const n_brow, int const n_bcol, int const R, int const C, int const [] Ap, int const [] Aj, 
        npy_clongdouble_wrapper [] Ax, npy_clongdouble_wrapper const [] Xx)
    """
  return _bsr.bsr_scale_columns(*args)
Beispiel #4
0
def bsr_scale_columns(*args):
    """
    bsr_scale_columns(int n_brow, int n_bcol, int R, int C, int Ap, int Aj, 
        signed char Ax, signed char Xx)
    bsr_scale_columns(int n_brow, int n_bcol, int R, int C, int Ap, int Aj, 
        unsigned char Ax, unsigned char Xx)
    bsr_scale_columns(int n_brow, int n_bcol, int R, int C, int Ap, int Aj, 
        short Ax, short Xx)
    bsr_scale_columns(int n_brow, int n_bcol, int R, int C, int Ap, int Aj, 
        unsigned short Ax, unsigned short Xx)
    bsr_scale_columns(int n_brow, int n_bcol, int R, int C, int Ap, int Aj, 
        int Ax, int Xx)
    bsr_scale_columns(int n_brow, int n_bcol, int R, int C, int Ap, int Aj, 
        unsigned int Ax, unsigned int Xx)
    bsr_scale_columns(int n_brow, int n_bcol, int R, int C, int Ap, int Aj, 
        long long Ax, long long Xx)
    bsr_scale_columns(int n_brow, int n_bcol, int R, int C, int Ap, int Aj, 
        unsigned long long Ax, unsigned long long Xx)
    bsr_scale_columns(int n_brow, int n_bcol, int R, int C, int Ap, int Aj, 
        float Ax, float Xx)
    bsr_scale_columns(int n_brow, int n_bcol, int R, int C, int Ap, int Aj, 
        double Ax, double Xx)
    bsr_scale_columns(int n_brow, int n_bcol, int R, int C, int Ap, int Aj, 
        long double Ax, long double Xx)
    bsr_scale_columns(int n_brow, int n_bcol, int R, int C, int Ap, int Aj, 
        npy_cfloat_wrapper Ax, npy_cfloat_wrapper Xx)
    bsr_scale_columns(int n_brow, int n_bcol, int R, int C, int Ap, int Aj, 
        npy_cdouble_wrapper Ax, npy_cdouble_wrapper Xx)
    bsr_scale_columns(int n_brow, int n_bcol, int R, int C, int Ap, int Aj, 
        npy_clongdouble_wrapper Ax, npy_clongdouble_wrapper Xx)
    """
    return _bsr.bsr_scale_columns(*args)