Registry / other / xtensor-fftw

xtensor-fftw

JSON →
library0.2.6vcpkgunverified

FFTW bindings for the xtensor C++14 multi-dimensional array library.

vcpkg install xtensor-fftw
INSTALL
IMPORT
SIG · XTENSOR-FFTW
X
xtensor-fftw
othercppv0.2.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

xtensor-fftw/fftw.hpp
#include <xtensor-fftw/fftw.hpp>

Compute FFT of a 1D array using xtensor-fftw.

#include <xtensor-fftw/fftw.hpp> #include <xtensor/xarray.hpp> int main() { xt::xarray<double> arr = {1.0, 2.0, 3.0, 4.0}; auto result = xt::fftw::fft(arr); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.6latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
22 hits · last 30 days
node
18
Resources

No resource links recorded.