#include <gemv.hpp>
Static Public Attributes | |
static const uword | n2 = (do_trans_A == false) ? (row + col*2) : (col + row*2) |
static const uword | n3 = (do_trans_A == false) ? (row + col*3) : (col + row*3) |
static const uword | n4 = (do_trans_A == false) ? (row + col*4) : (col + row*4) |
const uword gemv_emul_tinysq< do_trans_A, use_alpha, use_beta >::pos< row, col >::n2 = (do_trans_A == false) ? (row + col*2) : (col + row*2) [static] |
const uword gemv_emul_tinysq< do_trans_A, use_alpha, use_beta >::pos< row, col >::n3 = (do_trans_A == false) ? (row + col*3) : (col + row*3) [static] |
const uword gemv_emul_tinysq< do_trans_A, use_alpha, use_beta >::pos< row, col >::n4 = (do_trans_A == false) ? (row + col*4) : (col + row*4) [static] |