mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-05-22 04:27:36 +08:00
5 lines
189 B
C++
5 lines
189 B
C++
#define EIGEN_DUCCFFT_DEFAULT 1
|
|
#include <ducc0/fft/fft.h> // Needs to be included before main.h
|
|
#include <ducc0/fft/fftnd_impl.h> // Same requirement
|
|
#include "fft_test_shared.h"
|