SyTen
dense_conj.h File Reference

Complex conjugation of dense tensors. More...

#include "inc/dense/dense.h"
#include "inc/util/span.h"
+ Include dependency graph for dense_conj.h:
+ This graph shows which files directly or indirectly include this file:

Namespaces

 syten
 Syten namespace.
 

Functions

template<Rank rank, typename Scalar >
DenseTensor< rank, Scalar > syten::conj (DenseTensor< rank, Scalar > const &a)
 Returns the element-wise complex-conjugate of a More...
 
template<typename Scalar >
void syten::conj_inplace ([[maybe_unused]] MutSpan< Scalar > out)
 Complex-conjugates data in out in-place. More...
 

Detailed Description

Complex conjugation of dense tensors.