Static Public Member Functions

op_htrans Class Reference
[Op_htrans]

'hermitian transpose' operation (only valid for complex number matrices) More...

#include <op_htrans_proto.hpp>

List of all members.

Static Public Member Functions

template<typename T >
static void apply_noalias (Mat< std::complex< T > > &out, const Mat< std::complex< T > > &A)
 Immediate transpose of a complex matrix.
template<typename T >
static void apply (Mat< std::complex< T > > &out, const Mat< std::complex< T > > &A)
 Immediate transpose of a complex matrix.
template<typename T , typename T1 >
static void apply (Mat< std::complex< T > > &out, const Op< T1, op_htrans > &in)

Detailed Description

'hermitian transpose' operation (only valid for complex number matrices)

Definition at line 23 of file op_htrans_proto.hpp.