eigen/unsupported/test
Manuel Yguel 9a4a08da46 Creation of the Polynomials module with the following features:
* convenient functions:
  - Horner and stabilized Horner evaluation
  - polynomial coefficients from a set of given roots
  - Cauchy bounds
* a QR based polynomial solver
2010-03-25 03:15:05 +01:00
..
alignedvector3.cpp big huge changes, so i dont remember everything. 2009-10-28 18:19:29 -04:00
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 Creation of the Polynomials module with the following features: 2010-03-25 03:15:05 +01: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 remove sentence "Eigen itself is part of the KDE project." 2009-05-22 20:25:33 +02:00
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 be sure that there's no name clash between NumericalDiff::df and the 2009-09-28 17:45:45 +02:00