Commit message (Expand) | Author | Age | |
---|---|---|---|
* | minor edit | Mark Borgerding | 2010-03-07 |
* | merge | Mark Borgerding | 2010-03-07 |
|\ | |||
* | | needed different proxy return types for fwd,inv to work around static asserts | Mark Borgerding | 2010-03-07 |
* | | created FFT::fwd and FFT::inv with ReturnByValue | Mark Borgerding | 2010-03-07 |
|/ | |||
* | merge | Mark Borgerding | 2010-02-16 |
|\ | |||
* | | found out about little-documented FFTW_PRESERVE_INPUT which has effect on c2r... | Mark Borgerding | 2010-02-16 |
* | | changed destination argument to reference | Mark Borgerding | 2010-01-22 |
* | | if the src.stride() != 1, then the layout is not continuous -- need to copy t... | Mark Borgerding | 2010-01-22 |
* | | changed FFT function vector and Matrix args to pointer as Benoit suggested | Mark Borgerding | 2010-01-22 |
|/ | |||
* | explicitly cast to use the acos(long double) | Mark Borgerding | 2009-12-02 |
* | removed troublesome M_PI and M_PIl constants | Mark Borgerding | 2009-12-02 |
* | added the test case for FFTW | Mark Borgerding | 2009-09-14 |