LTL  2.0.x
Static Public Member Functions | List of all members
blas_gbmv_dispatch< T > Struct Template Reference

Static Public Member Functions

static void call (const char *transA, const int *M, const int *N, const int *kl, const int *ku, const T *alpha, const T *A, const int *LDA, const T *x, const int *xincr, const T *beta, T *y, const int *yincr)
 

Detailed Description

template<typename T>
struct blas_gbmv_dispatch< T >

BLAS Level 2 functions

Member Function Documentation

template<typename T>
static void blas_gbmv_dispatch< T >::call ( const char *  transA,
const int M,
const int N,
const int kl,
const int ku,
const T *  alpha,
const T *  A,
const int LDA,
const T *  x,
const int xincr,
const T *  beta,
T *  y,
const int yincr 
)
inlinestatic

Referenced by blas_gbmv().