Classes | |
class | glue_cor |
Functions | |
template<typename T1 , typename T2 > | |
static void | glue_cor::apply (Mat< typename T1::elem_type > &out, const Glue< T1, T2, glue_cor > &X) |
template<typename eT > | |
static void | glue_cor::direct_cor (Mat< eT > &out, const Mat< eT > &A, const Mat< eT > &B, const uword norm_type) |
template<typename T > | |
static void | glue_cor::direct_cor (Mat< std::complex< T > > &out, const Mat< std::complex< T > > &A, const Mat< std::complex< T > > &B, const uword norm_type) |
void glue_cor::apply | ( | Mat< typename T1::elem_type > & | out, |
const Glue< T1, T2, glue_cor > & | X | ||
) | [inline, static] |
Definition at line 155 of file glue_cor_meat.hpp.
void glue_cor::direct_cor | ( | Mat< eT > & | out, |
const Mat< eT > & | A, | ||
const Mat< eT > & | B, | ||
const uword | norm_type | ||
) | [inline, static] |
Definition at line 23 of file glue_cor_meat.hpp.
void glue_cor::direct_cor | ( | Mat< std::complex< T > > & | out, |
const Mat< std::complex< T > > & | A, | ||
const Mat< std::complex< T > > & | B, | ||
const uword | norm_type | ||
) | [inline, static] |
Definition at line 88 of file glue_cor_meat.hpp.