index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
unsupported
/
test
/
FFTW.cpp
Commit message (
Expand
)
Author
Age
*
Fix FFTW unit test with clang
Gael Guennebaud
2014-02-17
*
clean old KDE mention and related
Gael Guennebaud
2012-07-14
*
Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.
Benoit Jacob
2012-07-13
*
protect calls to min and max with parentheses to make Eigen compatible with d...
Gael Guennebaud
2011-07-21
*
still test fftw even if the binary for long double is not available
Gael Guennebaud
2011-01-28
*
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