Tannic
A C++ Tensor Library
Loading...
Searching...
No Matches
tannic::expression::Complexification< Coordinates, Sources > Class Template Reference

Creates a complex tensor view from real components. More...

#include <complex.hpp>

Detailed Description

template<class Coordinates, Expression ... Sources>
class tannic::expression::Complexification< Coordinates, Sources >

Creates a complex tensor view from real components.

Template Parameters
CoordinatesRepresentation type (Cartesian or Polar)
SourceSource tensor type(s)

Provides two ways to create complex tensors:

  1. From interleaved real/imaginary data (single tensor)
  2. From separate real and imaginary tensors

The documentation for this class was generated from the following file: