index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
demos
Commit message (
Expand
)
Author
Age
*
Fixed compilation error due to obsolete internal::abs and internal::sqrt func...
Abhijit Kundu
2014-03-26
*
Disable opengl demo if Qt4 or OpenGL cannot be found.
Gael Guennebaud
2012-10-31
*
Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.
Benoit Jacob
2012-07-13
*
bug #86 : use internal:: namespace instead of ei_ prefix
Benoit Jacob
2010-10-25
*
Fixed Geometry module failures.
Hauke Heibel
2010-08-17
*
fix compilation of quaternion demo
Gael Guennebaud
2010-07-21
*
fix mandelbrot compilation, and make it use Array instead of Matrix
Gael Guennebaud
2010-07-21
*
Fixed annoying CMake - Qt warning.
Hauke Heibel
2010-07-03
*
email change
Gael Guennebaud
2010-06-24
*
Added cmake project definitions.
Hauke Heibel
2009-10-02
*
* Introduce make targets btest (build tests), blas (build blas lib), demos (b...
Benoit Jacob
2009-09-27
*
add legalese
Benoit Jacob
2009-09-20
*
add demo of how to mix eigen with C code
Benoit Jacob
2009-09-20
*
remove sentence "Eigen itself is part of the KDE project."
Benoit Jacob
2009-05-22
*
opengl demo: add aligned operator new where appropriate and remove my
Gael Guennebaud
2009-03-13
*
* fix Quaternion::setFromTwoVectors (thanks to "benv" from the forum)
Gael Guennebaud
2009-02-17
*
prefix all Eigen cmake variable with EIGEN_ and switched to lowercase for all...
Gael Guennebaud
2008-12-02
*
Update e-mail address
Benoit Jacob
2008-11-24
*
* block() for vectors ---> segment()
Benoit Jacob
2008-09-15
*
* Quaternion: added dot product and angularDistance functions. The latter is
Gael Guennebaud
2008-09-11
*
opengl demo, now working:
Gael Guennebaud
2008-09-09
*
various stuff in opengl demos such as a better model,
Gael Guennebaud
2008-09-09
*
2 typos
Gael Guennebaud
2008-09-08
*
started a small OpenGL demo making use of Eigen's geometry features
Gael Guennebaud
2008-09-07
*
not yet
Gael Guennebaud
2008-09-03
*
Solve a big issue with data alignment and dynamic allocation:
Gael Guennebaud
2008-09-03
*
Various compilation fixes for MSVC 9. All tests compile but some
Gael Guennebaud
2008-08-19
*
- many updates after Cwise change
Benoit Jacob
2008-07-08
*
the big Array/Cwise rework as discussed on the mailing list. The new API
Benoit Jacob
2008-07-08
*
* fix error in divergence test, now it is even faster
Benoit Jacob
2008-07-01
*
interleaved rendering balances the load better
Benoit Jacob
2008-07-01
*
* multi-threaded rendering
Benoit Jacob
2008-07-01
*
- use double precision to store the position / zoom / other stuff
Benoit Jacob
2008-06-30
*
fix little bug in computation of max_iter
Benoit Jacob
2008-06-29
*
improve greatly mandelbrot demo:
Benoit Jacob
2008-06-29
*
add mandelbrot demo
Benoit Jacob
2008-06-28