SUNphi  1.0
Adj.hpp File Reference

Defines the adjoint as transposed of the conjugated. More...

#include <smet/BaseSmET.hpp>
#include <smet/Conj.hpp>
#include <smet/Transpose.hpp>

Go to the source code of this file.

Functions

template<typename T , TypeIf<(isSmET< T >), void * > = nullptr>
decltype(auto) SUNphi::adj (T &&ref)
 Adjoint expression ref. More...
 

Detailed Description

Defines the adjoint as transposed of the conjugated.

Definition in file Adj.hpp.

Function Documentation

template<typename T , TypeIf<(isSmET< T >), void * > = nullptr>
decltype(auto) SUNphi::adj ( T &&  ref)

Adjoint expression ref.

Parameters
refQuantity to adjoint

Definition at line 17 of file Adj.hpp.