Skip to content
This repository has been archived by the owner on Feb 21, 2018. It is now read-only.

Latest commit

 

History

History
6 lines (4 loc) · 248 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 248 Bytes

FFT-Codes

This repo is intended to be a collection of simple FFT codes written with multiple libraries in different languages.

fftw_2d.cc : A simple 2-D FFT code written in C++ using the fftw interface. More complex examples to follow.