Static Public Member Functions | List of all members
gemv_emul< do_trans_A, use_alpha, use_beta > Class Template Reference

#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_not_cx< 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_cx_only< eT >::result *junk=0)
 

Detailed Description

template<const bool do_trans_A = false, const bool use_alpha = false, const bool use_beta = false>
class gemv_emul< do_trans_A, use_alpha, use_beta >

Definition at line 264 of file gemv.hpp.

Member Function Documentation

template<const bool do_trans_A = false, const bool use_alpha = false, const bool use_beta = false>
template<typename eT >
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 
)
inlinestatic

Definition at line 273 of file gemv.hpp.

template<const bool do_trans_A = false, const bool use_alpha = false, const bool use_beta = false>
template<typename eT >
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 
)
inlinestatic

Definition at line 298 of file gemv.hpp.


The documentation for this class was generated from the following file:


armadillo_matrix
Author(s):
autogenerated on Fri Apr 16 2021 02:32:00