$search
#include <gemv.hpp>
Static Public Member Functions | |
template<typename eT > | |
static arma_hot void | apply (eT *y, const Mat< eT > &A, const eT *x, const eT alpha=eT(1), const eT beta=eT(0), const typename arma_cx_only< eT >::result *junk=0) |
template<typename eT > | |
static arma_hot void | apply (eT *y, const Mat< eT > &A, const eT *x, const eT alpha=eT(1), const eT beta=eT(0), const typename arma_not_cx< eT >::result *junk=0) |
Definition at line 264 of file gemv.hpp.
static arma_hot void gemv_emul< do_trans_A, use_alpha, use_beta >::apply | ( | eT * | y, | |
const Mat< eT > & | A, | |||
const eT * | x, | |||
const eT | alpha = eT(1) , |
|||
const eT | beta = eT(0) , |
|||
const typename arma_cx_only< eT >::result * | junk = 0 | |||
) | [inline, static] |
static arma_hot void gemv_emul< do_trans_A, use_alpha, use_beta >::apply | ( | eT * | y, | |
const Mat< eT > & | A, | |||
const eT * | x, | |||
const eT | alpha = eT(1) , |
|||
const eT | beta = eT(0) , |
|||
const typename arma_not_cx< eT >::result * | junk = 0 | |||
) | [inline, static] |