vSMC
vSMC: Scalable Monte Carlo
Functions
BLAS level 2 routines

Functions

template<typename T >
void vsmc::gemv (MatrixOrder order, MatrixTrans trans, std::size_t m, std::size_t n, T alpha, const T *A, std::size_t lda, const T *x, std::size_t incx, T beta, T *y, std::size_t incy)
 Computes a matrix-vector product using a general matrix. More...
 

Detailed Description

Function Documentation

template<typename T >
void vsmc::gemv ( MatrixOrder  order,
MatrixTrans  trans,
std::size_t  m,
std::size_t  n,
alpha,
const T *  A,
std::size_t  lda,
const T *  x,
std::size_t  incx,
beta,
T *  y,
std::size_t  incy 
)
inline

Computes a matrix-vector product using a general matrix.

Definition at line 129 of file cblas.hpp.