Classes |
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...
|
class | gemv_emul< do_trans_A, use_alpha, use_beta > |
class | gemv_emul_large< 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_emul_tinysq< do_trans_A, use_alpha, use_beta > |
| for tiny square matrices, size <= 4x4 More...
|