aboutsummaryrefslogtreecommitdiffhomepage
path: root/demos
Commit message (Expand)AuthorAge
* Make file formatting comply with POSIX and Unix standardsGravatar Aaron Franke2020-03-23
* STYLE: Remove CMake-language block-end command argumentsGravatar Hans Johnson2019-10-31
* Fixed compilation error due to obsolete internal::abs and internal::sqrt func...Gravatar Abhijit Kundu2014-03-26
* Disable opengl demo if Qt4 or OpenGL cannot be found.Gravatar Gael Guennebaud2012-10-31
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* Fixed Geometry module failures.Gravatar Hauke Heibel2010-08-17
* fix compilation of quaternion demoGravatar Gael Guennebaud2010-07-21
* fix mandelbrot compilation, and make it use Array instead of MatrixGravatar Gael Guennebaud2010-07-21
* Fixed annoying CMake - Qt warning.Gravatar Hauke Heibel2010-07-03
* email changeGravatar Gael Guennebaud2010-06-24
* Added cmake project definitions.Gravatar Hauke Heibel2009-10-02
* * Introduce make targets btest (build tests), blas (build blas lib), demos (b...Gravatar Benoit Jacob2009-09-27
* add legaleseGravatar Benoit Jacob2009-09-20
* add demo of how to mix eigen with C codeGravatar Benoit Jacob2009-09-20
* remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
* opengl demo: add aligned operator new where appropriate and remove myGravatar Gael Guennebaud2009-03-13
* * fix Quaternion::setFromTwoVectors (thanks to "benv" from the forum)Gravatar Gael Guennebaud2009-02-17
* prefix all Eigen cmake variable with EIGEN_ and switched to lowercase for all...Gravatar Gael Guennebaud2008-12-02
* Update e-mail addressGravatar Benoit Jacob2008-11-24
* * block() for vectors ---> segment()Gravatar Benoit Jacob2008-09-15
* * Quaternion: added dot product and angularDistance functions. The latter isGravatar Gael Guennebaud2008-09-11
* opengl demo, now working:Gravatar Gael Guennebaud2008-09-09
* various stuff in opengl demos such as a better model,Gravatar Gael Guennebaud2008-09-09
* 2 typosGravatar Gael Guennebaud2008-09-08
* started a small OpenGL demo making use of Eigen's geometry featuresGravatar Gael Guennebaud2008-09-07
* not yetGravatar Gael Guennebaud2008-09-03
* Solve a big issue with data alignment and dynamic allocation:Gravatar Gael Guennebaud2008-09-03
* Various compilation fixes for MSVC 9. All tests compile but someGravatar Gael Guennebaud2008-08-19
* - many updates after Cwise changeGravatar Benoit Jacob2008-07-08
* the big Array/Cwise rework as discussed on the mailing list. The new APIGravatar Benoit Jacob2008-07-08
* * fix error in divergence test, now it is even fasterGravatar Benoit Jacob2008-07-01
* interleaved rendering balances the load betterGravatar Benoit Jacob2008-07-01
* * multi-threaded renderingGravatar Benoit Jacob2008-07-01
* - use double precision to store the position / zoom / other stuffGravatar Benoit Jacob2008-06-30
* fix little bug in computation of max_iterGravatar Benoit Jacob2008-06-29
* improve greatly mandelbrot demo:Gravatar Benoit Jacob2008-06-29
* add mandelbrot demoGravatar Benoit Jacob2008-06-28