gemv.hpp File Reference

Go to the source code of this file.

Classes

class  gemv_arma< do_trans_A, use_alpha, use_beta >
 Partial emulation of ATLAS/BLAS gemv(). 'y' is assumed to have been set to the correct size (i.e. taking into account the transpose). More...
class  gemv< do_trans_A, use_alpha, use_beta >
 Wrapper for ATLAS/BLAS gemv function, using template arguments to control the arguments passed to gemv. 'y' is assumed to have been set to the correct size (i.e. taking into account the transpose). More...