|
TiledArray
0.7.0
|
#include <complex.h>
Public Member Functions | |
| ComplexConjugate (const S factor) | |
| TILEDARRAY_FORCE_INLINE S | factor () const |
| TILEDARRAY_FORCE_INLINE ComplexConjugate< S > | operator- () const |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const ComplexConjugate< S > &cc) |
ComplexConjugate<S> represents a complex-conjugated value of type S. It is used to implement the group generated by negation (multiplication by -1) and complex conjugation operators.
|
inline |
|
inline |
|
inline |
|
friend |