$search
Classes | |
class | gemm_mixed< do_trans_A, do_trans_B, use_alpha, use_beta > |
Matrix multplication where the matrices have differing element types. More... | |
class | gemm_mixed_large< do_trans_A, do_trans_B, use_alpha, use_beta > |
Matrix multplication where the matrices have differing element types. Uses caching for speedup. Matrix 'C' is assumed to have been set to the correct size (i.e. taking into account transposes). More... | |
class | gemm_mixed_small< do_trans_A, do_trans_B, use_alpha, use_beta > |