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