def bsr_matvecs(*args): """ bsr_matvecs(int const n_brow, int const n_bcol, int const n_vecs, int const R, int const C, int const [] Ap, int const [] Aj, npy_bool_wrapper const [] Ax, npy_bool_wrapper const [] Xx, npy_bool_wrapper [] Yx) bsr_matvecs(int const n_brow, int const n_bcol, int const n_vecs, int const R, int const C, int const [] Ap, int const [] Aj, signed char const [] Ax, signed char const [] Xx, signed char [] Yx) bsr_matvecs(int const n_brow, int const n_bcol, int const n_vecs, int const R, int const C, int const [] Ap, int const [] Aj, unsigned char const [] Ax, unsigned char const [] Xx, unsigned char [] Yx) bsr_matvecs(int const n_brow, int const n_bcol, int const n_vecs, int const R, int const C, int const [] Ap, int const [] Aj, short const [] Ax, short const [] Xx, short [] Yx) bsr_matvecs(int const n_brow, int const n_bcol, int const n_vecs, int const R, int const C, int const [] Ap, int const [] Aj, unsigned short const [] Ax, unsigned short const [] Xx, unsigned short [] Yx) bsr_matvecs(int const n_brow, int const n_bcol, int const n_vecs, int const R, int const C, int const [] Ap, int const [] Aj, int const [] Ax, int const [] Xx, int [] Yx) bsr_matvecs(int const n_brow, int const n_bcol, int const n_vecs, int const R, int const C, int const [] Ap, int const [] Aj, unsigned int const [] Ax, unsigned int const [] Xx, unsigned int [] Yx) bsr_matvecs(int const n_brow, int const n_bcol, int const n_vecs, int const R, int const C, int const [] Ap, int const [] Aj, long long const [] Ax, long long const [] Xx, long long [] Yx) bsr_matvecs(int const n_brow, int const n_bcol, int const n_vecs, int const R, int const C, int const [] Ap, int const [] Aj, unsigned long long const [] Ax, unsigned long long const [] Xx, unsigned long long [] Yx) bsr_matvecs(int const n_brow, int const n_bcol, int const n_vecs, int const R, int const C, int const [] Ap, int const [] Aj, float const [] Ax, float const [] Xx, float [] Yx) bsr_matvecs(int const n_brow, int const n_bcol, int const n_vecs, int const R, int const C, int const [] Ap, int const [] Aj, double const [] Ax, double const [] Xx, double [] Yx) bsr_matvecs(int const n_brow, int const n_bcol, int const n_vecs, int const R, int const C, int const [] Ap, int const [] Aj, long double const [] Ax, long double const [] Xx, long double [] Yx) bsr_matvecs(int const n_brow, int const n_bcol, int const n_vecs, int const R, int const C, int const [] Ap, int const [] Aj, npy_cfloat_wrapper const [] Ax, npy_cfloat_wrapper const [] Xx, npy_cfloat_wrapper [] Yx) bsr_matvecs(int const n_brow, int const n_bcol, int const n_vecs, int const R, int const C, int const [] Ap, int const [] Aj, npy_cdouble_wrapper const [] Ax, npy_cdouble_wrapper const [] Xx, npy_cdouble_wrapper [] Yx) bsr_matvecs(int const n_brow, int const n_bcol, int const n_vecs, int const R, int const C, int const [] Ap, int const [] Aj, npy_clongdouble_wrapper const [] Ax, npy_clongdouble_wrapper const [] Xx, npy_clongdouble_wrapper [] Yx) """ return _bsr.bsr_matvecs(*args)
def bsr_matvecs(*args): """ bsr_matvecs(int n_brow, int n_bcol, int n_vecs, int R, int C, int Ap, int Aj, signed char Ax, signed char Xx, signed char Yx) bsr_matvecs(int n_brow, int n_bcol, int n_vecs, int R, int C, int Ap, int Aj, unsigned char Ax, unsigned char Xx, unsigned char Yx) bsr_matvecs(int n_brow, int n_bcol, int n_vecs, int R, int C, int Ap, int Aj, short Ax, short Xx, short Yx) bsr_matvecs(int n_brow, int n_bcol, int n_vecs, int R, int C, int Ap, int Aj, unsigned short Ax, unsigned short Xx, unsigned short Yx) bsr_matvecs(int n_brow, int n_bcol, int n_vecs, int R, int C, int Ap, int Aj, int Ax, int Xx, int Yx) bsr_matvecs(int n_brow, int n_bcol, int n_vecs, int R, int C, int Ap, int Aj, unsigned int Ax, unsigned int Xx, unsigned int Yx) bsr_matvecs(int n_brow, int n_bcol, int n_vecs, int R, int C, int Ap, int Aj, long long Ax, long long Xx, long long Yx) bsr_matvecs(int n_brow, int n_bcol, int n_vecs, int R, int C, int Ap, int Aj, unsigned long long Ax, unsigned long long Xx, unsigned long long Yx) bsr_matvecs(int n_brow, int n_bcol, int n_vecs, int R, int C, int Ap, int Aj, float Ax, float Xx, float Yx) bsr_matvecs(int n_brow, int n_bcol, int n_vecs, int R, int C, int Ap, int Aj, double Ax, double Xx, double Yx) bsr_matvecs(int n_brow, int n_bcol, int n_vecs, int R, int C, int Ap, int Aj, long double Ax, long double Xx, long double Yx) bsr_matvecs(int n_brow, int n_bcol, int n_vecs, int R, int C, int Ap, int Aj, npy_cfloat_wrapper Ax, npy_cfloat_wrapper Xx, npy_cfloat_wrapper Yx) bsr_matvecs(int n_brow, int n_bcol, int n_vecs, int R, int C, int Ap, int Aj, npy_cdouble_wrapper Ax, npy_cdouble_wrapper Xx, npy_cdouble_wrapper Yx) bsr_matvecs(int n_brow, int n_bcol, int n_vecs, int R, int C, int Ap, int Aj, npy_clongdouble_wrapper Ax, npy_clongdouble_wrapper Xx, npy_clongdouble_wrapper Yx) """ return _bsr.bsr_matvecs(*args)