//! More...
Classes | |
| class | gemm_mixed_cache< do_trans_A, do_trans_B, use_alpha, use_beta > |
| //! Matrix multplication where the matrices have different 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_simple< do_trans_A, do_trans_B, use_alpha, use_beta > |
| Matrix multplication where the matrices have different element types. //! Simple version (no caching). //! Matrix 'C' is assumed to have been set to the correct size (i.e. taking into account transposes). More... | |
| class | gemm_mixed< do_trans_A, do_trans_B, use_alpha, use_beta > |
| //! Matrix multplication where the matrices have different element types. More... | |
//!