gemm_emul_large< do_trans_A, do_trans_B, use_alpha, use_beta > Class Template Reference
[Gemm]
#include <gemm.hpp>
List of all members.
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)) |
Detailed Description
template<const bool do_trans_A = false, const bool do_trans_B = false, const bool use_alpha = false, const bool use_beta = false>
class gemm_emul_large< do_trans_A, do_trans_B, use_alpha, use_beta >
Definition at line 66 of file gemm.hpp.
Member Function Documentation
template<const bool do_trans_A = false, const bool do_trans_B = false, const bool use_alpha = false, const bool use_beta = false>
template<typename eT >
static arma_hot void gemm_emul_large< do_trans_A, do_trans_B, 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] |
The documentation for this class was generated from the following file: