Home » DataArray

DataArray

The abstarct class DataArray and the two extending classes RealDataArray and ComplexDataArray are for user who want the simplest use and are happy to write their programs to use theses supplied classes to handle their data. Such users should read-up about the Complex class and DataArray, and should not need to get their hands dirty with FFTW at all.

The DataArray classes also have extensive access methods with sanity checking of the supplied parameters. This does however have a significant efficiency overhead, but does increase the probability of your program actually working!

The three relavent classes are:

Demo Programs Source