mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
Loading...
Searching...
No Matches

Types and type specifications for FFTW Templates. More...

Types and type specifications for FFTW Templates.

Modules

 Plan Specification
 Plan specifications for FFTW Templates.
 
 Type Specification
 Type specifications for FFTW Templates.
 

Typedefs

typedef std::complex< floatmx::math::ft::complexFT
 The complex float data type.
 
typedef std::complex< doublemx::math::ft::complexDT
 The complex double data type.
 
typedef std::complex< long doublemx::math::ft::complexLT
 The complex long double data type.
 
typedef std::complex< __float128mx::math::ft::complexQT
 The complex __float128 data type.
 

Typedef Documentation

◆ complexDT

The complex double data type.

Definition at line 60 of file fftwTemplates.hpp.

◆ complexFT

The complex float data type.

Definition at line 57 of file fftwTemplates.hpp.

◆ complexLT

The complex long double data type.

Definition at line 63 of file fftwTemplates.hpp.

◆ complexQT

The complex __float128 data type.

Definition at line 67 of file fftwTemplates.hpp.