$search
Go to the source code of this file.
Classes | |
class | gemm< do_trans_A, do_trans_B, use_alpha, use_beta > |
Wrapper for ATLAS/BLAS dgemm function, using template arguments to control the arguments passed to dgemm. Matrix 'C' is assumed to have been set to the correct size (i.e. taking into account transposes). More... | |
class | gemm_emul< do_trans_A, do_trans_B, use_alpha, use_beta > |
class | gemm_emul_large< do_trans_A, do_trans_B, use_alpha, use_beta > |
class | gemm_emul_tinysq< do_trans_A, use_alpha, use_beta > |
for tiny square matrices, size <= 4x4 More... |