Complex conjugation of dense tensors. More...
Namespaces | |
namespace | 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 (MutSpan< Scalar > out) |
Complex-conjugates data in out in-place. More... | |
Complex conjugation of dense tensors.