blas_gbmv_dispatch< T > Struct Template Reference
[BLAS and LAPACK interface for MArrays]

List of all members.

Static Public Member Functions


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 
) [inline, static]

Generated on 19 Feb 2015 for LTL by  doxygen 1.6.1