Static Public Member Functions

op_norm_dot Class Reference
[Op_dot]

//! normalised dot product operation More...

#include <op_dot_proto.hpp>

List of all members.

Static Public Member Functions

template<typename T1 , typename T2 >
arma_hot static arma_inline
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)
template<typename T1 , typename T2 >
static arma_hot T1::elem_type apply_proxy (const Base< typename T1::elem_type, T1 > &X, const Base< typename T1::elem_type, T2 > &Y)

Detailed Description

//! normalised dot product operation

Definition at line 61 of file op_dot_proto.hpp.