eigen/unsupported/test
2010-03-16 17:26:55 +00:00
..
alignedvector3.cpp
autodiff.cpp a couple of improvements in the Autodiff module 2010-01-05 16:04:05 +01:00
BVH.cpp port unsupported modules to new API 2010-01-05 15:38:20 +01:00
CMakeLists.txt removed Eigen::Complex class since it offered insufficient advantage over std::complex when sane real,imag structure packing is assumed. 2010-01-18 19:39:22 -05:00
FFT.cpp merge 2010-02-16 21:41:04 -05:00
FFTW.cpp minor edit 2010-03-07 23:57:02 -05:00
forward_adolc.cpp
matrix_exponential.cpp API change: ei_matrix_exponential(A) --> A.exp(), etc 2010-03-16 17:26:55 +00:00
matrix_function.cpp API change: ei_matrix_exponential(A) --> A.exp(), etc 2010-03-16 17:26:55 +00:00
NonLinearOptimization.cpp Use a specialization of test_is_equal() instead of defining COMPARE() 2010-02-27 17:56:22 +01:00
NumericalDiff.cpp