#include <op_dot_proto.hpp>
Static Public Member Functions | |
| template<typename eT > | |
| static arma_pure eT | direct_dot (const u32 n_elem, const eT *const A, const eT *const B) |
| for two arrays | |
| template<typename eT > | |
| static arma_pure eT | direct_dot (const u32 n_elem, const eT *const A, const eT *const B, const eT *C) |
| for three arrays | |
| template<typename T1 , typename T2 > | |
| static T1::elem_type | apply (const Base< typename T1::elem_type, T1 > &A_orig, const Base< typename T1::elem_type, T2 > &B_orig) |
Definition at line 22 of file op_dot_proto.hpp.