$search
Classes | |
class | glue_cov |
Functions | |
template<typename T1 , typename T2 > | |
static void | glue_cov::apply (Mat< typename T1::elem_type > &out, const Glue< T1, T2, glue_cov > &X) |
template<typename T > | |
static void | glue_cov::direct_cov (Mat< std::complex< T > > &out, const Mat< std::complex< T > > &A, const Mat< std::complex< T > > &B, const uword norm_type) |
template<typename eT > | |
static void | glue_cov::direct_cov (Mat< eT > &out, const Mat< eT > &A, const Mat< eT > &B, const uword norm_type) |
void glue_cov::apply | ( | Mat< typename T1::elem_type > & | out, | |
const Glue< T1, T2, glue_cov > & | X | |||
) | [inline, static, inherited] |
Definition at line 131 of file glue_cov_meat.hpp.
void glue_cov::direct_cov | ( | Mat< std::complex< T > > & | out, | |
const Mat< std::complex< T > > & | A, | |||
const Mat< std::complex< T > > & | B, | |||
const uword | norm_type | |||
) | [inline, static, inherited] |
Definition at line 76 of file glue_cov_meat.hpp.