aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test
Commit message (Expand)AuthorAge
* some more (thoroughly checked) eigenizationGravatar Thomas Capricelli2010-01-26
* Use eigen methods for solving triangular systems. We loose again veryGravatar Thomas Capricelli2010-01-25
* Replace the qr factorization from (c)minpack (qrfac) by Eigen's own stuff.Gravatar Thomas Capricelli2010-01-25
* Use matrices with clustered eigenvalues in matrix function test.Gravatar Jitse Niesen2010-01-24
* removed Eigen::Complex class since it offered insufficient advantage over std...Gravatar Mark Borgerding2010-01-18
* Add support for matrix sine, cosine, sinh and cosh.Gravatar Jitse Niesen2010-01-11
* a couple of improvements in the Autodiff moduleGravatar Gael Guennebaud2010-01-05
* port unsupported modules to new APIGravatar Gael Guennebaud2010-01-05
* Rename test per naming convention.Gravatar Jitse Niesen2009-12-28
* Add support for general matrix functions.Gravatar Jitse Niesen2009-12-21
* Add test for issue #75 (Hessenberg of 1x1 matrix).Gravatar Jitse Niesen2009-12-16
* Added to possibility to compile unit tests at maximum warning level.Gravatar Hauke Heibel2009-12-12
* mergeGravatar Gael Guennebaud2009-12-04
|\
| * explicitly cast to use the acos(long double)Gravatar Mark Borgerding2009-12-02
| * removed troublesome M_PI and M_PIl constantsGravatar Mark Borgerding2009-12-02
|/
* Removed unused 'benchmark'.Gravatar Hauke Heibel2009-12-02
* * fix include for case-sensitive filesystemGravatar Benoit Jacob2009-12-02
* mergeGravatar Hauke Heibel2009-12-02
|\
* | quieted signed/unsigned comparison warningGravatar Mark Borgerding2009-12-01
| * Adapted the number of test runs.Gravatar Hauke Heibel2009-12-01
| * Added missing typedef (will I ever learn it!?)Gravatar Hauke Heibel2009-12-01
| * Added the profiling test to unsupported.Gravatar Hauke Heibel2009-12-01
|/
* Some of our unit tests require mathematical constants and thus we rely on non...Gravatar Hauke Heibel2009-11-30
* improve the scripts for building unit tests:Gravatar Benoit Jacob2009-11-25
* rename test for coherency with previous renaming of the moduleGravatar Thomas Capricelli2009-11-16
* * use standard CMAKE_BUILD_TYPEGravatar Benoit Jacob2009-11-11
* merge with main repositoryGravatar Thomas Capricelli2009-11-10
|\
* \ merge with main repositoryGravatar Thomas Capricelli2009-11-09
|\ \
* | | Reduce general diff with eigen-tip. Moreover, this test now seems to passGravatar Thomas Capricelli2009-11-09
* | | rename NonLinear to NonLinearOptimizationGravatar Thomas Capricelli2009-11-09
* | | merge with main repositoryGravatar Thomas Capricelli2009-11-08
|\ \ \
| | | * initialize Eigen::Complex arraysGravatar Mark Borgerding2009-11-09
| | |/
| | * * mergeGravatar Benoit Jacob2009-11-09
| | |\ | | |/ | |/|
| * | moved half-spectrum logic to Eigen::FFTGravatar Mark Borgerding2009-10-30
| * | improved selftest for Eigen::Complex -- mainly a documentation of what does n...Gravatar Mark Borgerding2009-10-28
| * | forgot Complex test fileGravatar Mark Borgerding2009-10-28
| | * sync with mainlineGravatar Benoit Jacob2009-10-28
| | |\
| | * | big huge changes, so i dont remember everything.Gravatar Benoit Jacob2009-10-28
| * | | added inline to many functionsGravatar Mark Borgerding2009-10-22
| | |/ | |/|
| * | inlining,all namespace declaration moved to FFT, removed preprocessor definit...Gravatar Mark Borgerding2009-10-21
| * | MatrixBase:Gravatar Benoit Jacob2009-10-20
| * | merged eigen2_for_fft into eigen2 mainlineGravatar Mark Borgerding2009-10-20
| |\ \ | | |/ | |/|
| * | autodiff:Gravatar Gael Guennebaud2009-10-15
* | | merge with eigen-tipGravatar Thomas Capricelli2009-10-13
|\| |
* | | be sure that there's no name clash between NumericalDiff::df and theGravatar Thomas Capricelli2009-09-28
* | | fix tests : we perform slightly worse because we do use one more functionGravatar Thomas Capricelli2009-09-28
* | | remove some duplicated code LevenbergMarquardt::minimizeNumericalDiff*() byGravatar Thomas Capricelli2009-09-28
* | | central sheme for numerical diffGravatar Thomas Capricelli2009-09-28
* | | starting work on a Numerical differenciation moduleGravatar Thomas Capricelli2009-09-28
* | | cleaningGravatar Thomas Capricelli2009-09-28