aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test
Commit message (Expand)AuthorAge
* ah ok, we want to build this even without GSL.Gravatar Benoit Jacob2010-10-17
* more unsupported/ CMake fixesGravatar Benoit Jacob2010-10-17
* Fix general linking issue for tests linking to multiple libs, and explicitly ...Gravatar Benoit Jacob2010-10-17
* add the possibility to disable OpenGL testingGravatar Gael Guennebaud2010-10-12
* add support for uniform of doubleGravatar Gael Guennebaud2010-10-12
* uncomment commented line for debugGravatar Gael Guennebaud2010-10-12
* add support for uniformsGravatar Gael Guennebaud2010-10-12
* remove the Taucs backend : Taucs is not maintained anymore and the backend wa...Gravatar Gael Guennebaud2010-10-06
* Updates to the Sparse unsupported solvers module.Gravatar Romain Bossart2010-10-04
* extend OpenGL support module with true unit tests and support for Transform, ...Gravatar Gael Guennebaud2010-10-06
* Fixed some SVD issues.Gravatar Hauke Heibel2010-09-24
* disable NonLinearOptimization test until it's fixedGravatar Benoit Jacob2010-08-18
* fix missdetection of GLUTGravatar Gael Guennebaud2010-08-16
* add an OpenGL module simplifying the way you can pass Eigen's objects to GLGravatar Gael Guennebaud2010-07-22
* Require at least MPFR version 2.3.0, because we use mpfr_signbit.Gravatar Jitse Niesen2010-07-19
* add a support module for MPFR C++ with basic unit testingGravatar Gael Guennebaud2010-07-15
* Fix compilation.Gravatar Hauke Heibel2010-06-21
* Finally fixed the matrix function/exponential warning.Gravatar Hauke Heibel2010-06-20
* Next try - more Index fixes.Gravatar Hauke Heibel2010-06-20
* Utilize Index in all unit tests.Gravatar Hauke Heibel2010-06-20
* More Index realted warnings.Gravatar Hauke Heibel2010-06-20
* fix compilation of sparse testsGravatar Gael Guennebaud2010-06-19
* add missing filesGravatar Gael Guennebaud2010-06-18
* split the Sparse module into multiple ones, and move non stable parts to unsu...Gravatar Gael Guennebaud2010-06-18
* Compilation fix for matrix_exponential test: add 'typename'.Gravatar Jitse Niesen2010-06-16
* Fixed 64bit/Index related warnings in the matrix functions module.Gravatar Hauke Heibel2010-06-15
* merge my Dynamic -> -1 changeGravatar Benoit Jacob2010-06-11
|\
* | unsplit this test: was compiling 16 times the same thing! Need to find anothe...Gravatar Benoit Jacob2010-06-11
| * Fixed many MSVC warnings.Gravatar Hauke Heibel2010-06-09
|/
* the Index types change.Gravatar Benoit Jacob2010-05-30
* * implement the corner() API change: new methods topLeftCorner() etcGravatar Benoit Jacob2010-04-22
* tests for nonlinear module : use different slots + misc cleaningGravatar Thomas Capricelli2010-04-18
* Fix wrong header and warnings in polynomialutils.cppGravatar Manuel Yguel2010-03-25
* Add missing test files for Polynomials module.Gravatar Manuel Yguel2010-03-25
* Creation of the Polynomials module with the following features:Gravatar Manuel Yguel2010-03-25
* API change: ei_matrix_exponential(A) --> A.exp(), etcGravatar Jitse Niesen2010-03-16
* minor editGravatar Mark Borgerding2010-03-07
* mergeGravatar Mark Borgerding2010-03-07
|\
* | needed different proxy return types for fwd,inv to work around static assertsGravatar Mark Borgerding2010-03-07
* | created FFT::fwd and FFT::inv with ReturnByValueGravatar Mark Borgerding2010-03-07
| * Make MatrixFunctions tests more robust.Gravatar Jitse Niesen2010-03-01
| * Use a specialization of test_is_equal() instead of defining COMPARE()Gravatar Thomas Capricelli2010-02-27
| * * define COMPARE(,), which prints expected/actual results in case of failureGravatar Thomas Capricelli2010-02-27
|/
* Merge.Gravatar Jitse Niesen2010-02-22
|\
* | NonLinearOptimization : clean 'mode' handling from the old minpack code :Gravatar Thomas Capricelli2010-02-21
| * matrix_function test: replace expm(A).inverse() by expm(-A)Gravatar Jitse Niesen2010-02-20
|/
* Update matrix_exponential test after API change in ei_matrix_functionGravatar Jitse Niesen2010-02-17
* mergeGravatar Mark Borgerding2010-02-16
|\
* | found out about little-documented FFTW_PRESERVE_INPUT which has effect on c2r...Gravatar Mark Borgerding2010-02-16
| * Use ReturnByValue to return result of ei_matrix_function(), ...Gravatar Jitse Niesen2010-02-16