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

Tests FFTW environment lifecycle management. More...

Tests FFTW environment lifecycle management.

Definition in file fftwEnvironment_test.cpp.

#include "../../../catch2/catch.hpp"
#include <stdlib.h>
#include <Eigen/Dense>
#include "../../../../include/math/ft/fftwEnvironment.hpp"
#include "../../../../include/math/ft/fftwTemplates.hpp"
#include "../../../../include/ioutils/fileUtils.hpp"

Go to the source code of this file.

Functions

 TEST_CASE ("Create and destroy fftwEnvironment, no threads, environment set", "[math::ft]")
 Create and destroy fftwEnvironment, no threads, environment set.
 TEST_CASE ("Create and destroy fftwEnvironment, no threads, environment not set", "[math::ft]")
 Create and destroy fftwEnvironment, no threads, environment not set.
 TEST_CASE ("Create and destroy fftwEnvironment, with threads, environment set", "[math::ft]")
 Create and destroy fftwEnvironment, with threads, environment set.
 TEST_CASE ("Create and destroy fftwEnvironment, with threads, environment not set", "[math::ft]")
 Create and destroy fftwEnvironment, with threads, environment not set.