27#ifndef fftwEnvironment_hpp
28#define fftwEnvironment_hpp
32#include "../../sys/environment.hpp"
84template <
typename realT>
88std::string fftw_typename<float>();
91std::string fftw_typename<double>();
94std::string fftw_typename<long double>();
98std::string fftw_typename<__float128>();
108template <
typename realT>
112 std::string
sub =
"fftw_wisdom.";
117 sub =
".fftw_wisdom.";
153template <
typename realT,
bool threads = false>
175template <
typename realT>
176struct fftwEnvironment<realT,
true>
179 explicit fftwEnvironment(
unsigned nThreads = 1
Declares and defines templatized wrappers for the fftw library.
std::string fftw_typename()
Return a string corresponding the fftw real floating point type.
std::string fftw_wisdom_filename()
Create the mxlib standard wisdom filename for the type.
constexpr floatT six_fifths()
Return 6/5 in the specified precision.
std::string getEnv(const std::string &estr)
Return the value of an environment variable.
Manage the FFTW environment and wisdom using RAII.
fftwEnvironment(unsigned nThreads=0)
Constructor.
~fftwEnvironment()
Destructor.