index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
CMakeLists.txt
Commit message (
Expand
)
Author
Age
*
fix compilation of unit-tests when cmake is run on kdesupport/ parent
Benoit Jacob
2008-08-17
*
last small fixes, this is alpha6, eigen2 is now ready for eigen1 apps to
Benoit Jacob
2008-08-12
*
imported a reworked version of BTL (Benchmark for Templated Libraries).
Gael Guennebaud
2008-07-09
*
add mandelbrot demo
Benoit Jacob
2008-06-28
*
* implement slice vectorization. Because it uses unaligned
Benoit Jacob
2008-06-22
*
Add QR and Cholesky module instantiations in the lib.
Gael Guennebaud
2008-06-14
*
added an *optional* Eigen2 dynamic library.
Gael Guennebaud
2008-05-31
*
* find the proper way of nesting the expression in Flagged:
Benoit Jacob
2008-05-28
*
- introduce Part and Extract classes, splitting and extending the former
Benoit Jacob
2008-05-27
*
* Patch by Konstantinos Margaritis: AltiVec vectorization.
Benoit Jacob
2008-05-03
*
- cleaner use of OpenMP (no code duplication anymore)
Benoit Jacob
2008-04-11
*
* add typedefs for matrices/vectors with LargeBit
Benoit Jacob
2008-04-10
*
part 2 of the reorganization. Benefits/changes:
Benoit Jacob
2007-12-28
*
rename src/ to Eigen/ so that we're able to #include<Eigen/Core.h>
Benoit Jacob
2007-12-20
*
play with inlining to get better performance when the compiler is not asked t...
Benoit Jacob
2007-12-11
*
Fix damage done by automatic search-and-replace
Benoit Jacob
2007-11-25
*
Democracy 1 - 0 Dictatorship
Benoit Jacob
2007-10-11
*
make matrix multiplication do immediate evaluation; add lazyMul() for the old...
Benoit Jacob
2007-09-29
*
add operator *= between matrices, with automatic aliasing.
Benoit Jacob
2007-09-07
*
add a missing operator= for copying a matrix into an expression.
Benoit Jacob
2007-09-05
*
Hello, World!
Benoit Jacob
2007-09-05
*
restart Eigen2 development from scratch.
Benoit Jacob
2007-09-01
*
more cmake improvements; start removing the autotools stuff.
Benoit Jacob
2007-06-07
*
More cleanup, add CMakeLists for the testsuite. Now need to port it
Benoit Jacob
2007-05-31
*
Convert 5 m4 checks to cmake modules
Benoit Jacob
2007-05-30
*
add initial CMakeLists
Benoit Jacob
2007-05-30