Classes | |
class | op_cor |
Functions | |
template<typename T1 > | |
static void | op_cor::apply (Mat< typename T1::elem_type > &out, const Op< T1, op_cor > &in) |
template<typename eT > | |
static void | op_cor::direct_cor (Mat< eT > &out, const Mat< eT > &X, const uword norm_type) |
template<typename T > | |
static void | op_cor::direct_cor (Mat< std::complex< T > > &out, const Mat< std::complex< T > > &X, const uword norm_type) |
void op_cor::apply | ( | Mat< typename T1::elem_type > & | out, |
const Op< T1, op_cor > & | in | ||
) | [inline, static] |
Definition at line 98 of file op_cor_meat.hpp.
void op_cor::direct_cor | ( | Mat< eT > & | out, |
const Mat< eT > & | X, | ||
const uword | norm_type | ||
) | [inline, static] |
Definition at line 24 of file op_cor_meat.hpp.
void op_cor::direct_cor | ( | Mat< std::complex< T > > & | out, |
const Mat< std::complex< T > > & | X, | ||
const uword | norm_type | ||
) | [inline, static] |
Definition at line 59 of file op_cor_meat.hpp.