$search
'hermitian transpose' operation More...
#include <op_htrans_bones.hpp>
Static Public Member Functions | |
template<typename T1 > | |
static void | apply (Mat< typename T1::elem_type > &out, const Op< Op< T1, op_trimat >, op_htrans > &in) |
template<typename T1 > | |
static void | apply (Mat< typename T1::elem_type > &out, const Op< T1, op_htrans > &in) |
template<typename eT > | |
static void | apply (Mat< eT > &out, const Mat< eT > &A, const typename arma_cx_only< eT >::result *junk=0) |
template<typename eT > | |
static arma_inline void | apply (Mat< eT > &out, const Mat< eT > &A, const typename arma_not_cx< eT >::result *junk=0) |
template<typename eT > | |
static void | apply_noalias (Mat< eT > &out, const Mat< eT > &A, const typename arma_cx_only< eT >::result *junk=0) |
template<typename eT > | |
static arma_inline void | apply_noalias (Mat< eT > &out, const Mat< eT > &A, const typename arma_not_cx< eT >::result *junk=0) |
'hermitian transpose' operation
Definition at line 20 of file op_htrans_bones.hpp.