normalised dot product operation More...
#include <op_dot_bones.hpp>
Static Public Member Functions | |
template<typename T1 , typename T2 > | |
static arma_hot T1::elem_type | apply (const Base< typename T1::elem_type, T1 > &X, const Base< typename T1::elem_type, T2 > &Y) |
template<typename T1 , typename T2 > | |
static arma_hot T1::elem_type | apply_unwrap (const Base< typename T1::elem_type, T1 > &X, const Base< typename T1::elem_type, T2 > &Y) |
normalised dot product operation
Definition at line 58 of file op_dot_bones.hpp.