Classes | |
class | op_htrans |
'hermitian transpose' operation More... | |
class | op_htrans2 |
Functions | |
template<typename eT > | |
static arma_inline void | op_htrans::apply (Mat< eT > &out, const Mat< eT > &A, const typename arma_not_cx< eT >::result *junk=0) |
template<typename eT > | |
static void | op_htrans::apply (Mat< eT > &out, const Mat< eT > &A, const typename arma_cx_only< eT >::result *junk=0) |
template<typename T1 > | |
static void | op_htrans::apply (Mat< typename T1::elem_type > &out, const Op< T1, op_htrans > &in) |
template<typename T1 > | |
static void | op_htrans::apply (Mat< typename T1::elem_type > &out, const Op< Op< T1, op_trimat >, op_htrans > &in) |
template<typename T1 > | |
static void | op_htrans2::apply (Mat< typename T1::elem_type > &out, const Op< T1, op_htrans2 > &in) |
template<typename eT > | |
static arma_inline void | op_htrans::apply_noalias (Mat< eT > &out, const Mat< eT > &A, const typename arma_not_cx< eT >::result *junk=0) |
template<typename eT > | |
static void | op_htrans::apply_noalias (Mat< eT > &out, const Mat< eT > &A, const typename arma_cx_only< eT >::result *junk=0) |
arma_inline void op_htrans::apply | ( | Mat< eT > & | out, |
const Mat< eT > & | A, | ||
const typename arma_not_cx< eT >::result * | junk = 0 |
||
) | [static] |
Definition at line 63 of file op_htrans_meat.hpp.
void op_htrans::apply | ( | Mat< eT > & | out, |
const Mat< eT > & | A, | ||
const typename arma_cx_only< eT >::result * | junk = 0 |
||
) | [inline, static] |
Definition at line 76 of file op_htrans_meat.hpp.
void op_htrans::apply | ( | Mat< typename T1::elem_type > & | out, |
const Op< T1, op_htrans > & | in | ||
) | [inline, static] |
Definition at line 126 of file op_htrans_meat.hpp.
void op_htrans::apply | ( | Mat< typename T1::elem_type > & | out, |
const Op< Op< T1, op_trimat >, op_htrans > & | in | ||
) | [inline, static] |
Definition at line 143 of file op_htrans_meat.hpp.
void op_htrans2::apply | ( | Mat< typename T1::elem_type > & | out, |
const Op< T1, op_htrans2 > & | in | ||
) | [inline, static] |
Definition at line 162 of file op_htrans_meat.hpp.
arma_inline void op_htrans::apply_noalias | ( | Mat< eT > & | out, |
const Mat< eT > & | A, | ||
const typename arma_not_cx< eT >::result * | junk = 0 |
||
) | [static] |
Definition at line 22 of file op_htrans_meat.hpp.
void op_htrans::apply_noalias | ( | Mat< eT > & | out, |
const Mat< eT > & | A, | ||
const typename arma_cx_only< eT >::result * | junk = 0 |
||
) | [inline, static] |
Definition at line 35 of file op_htrans_meat.hpp.