$search
for tiny square matrices, size <= 4x4 More...
#include <gemm.hpp>
Static Public Member Functions | |
template<typename eT > | |
static arma_hot void | apply (Mat< eT > &C, const Mat< eT > &A, const Mat< eT > &B, const eT alpha=eT(1), const eT beta=eT(0)) |
for tiny square matrices, size <= 4x4
Definition at line 21 of file gemm.hpp.
static arma_hot void gemm_emul_tinysq< do_trans_A, use_alpha, use_beta >::apply | ( | Mat< eT > & | C, | |
const Mat< eT > & | A, | |||
const Mat< eT > & | B, | |||
const eT | alpha = eT(1) , |
|||
const eT | beta = eT(0) | |||
) | [inline, static] |