index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
Eigen
/
CMakeLists.txt
Commit message (
Expand
)
Author
Age
*
Add COMPONENT Devel
Laurent Montel
2009-02-23
*
setup the unsupported directory structure.
Gael Guennebaud
2009-02-04
*
* mark Geometry as experimental
Benoit Jacob
2009-01-26
*
* clarify the situation with experimental parts
Benoit Jacob
2009-01-19
*
Based on code + help from Alex Stapleton:
Benoit Jacob
2009-01-09
*
forgot to install the LeastSquares header
Benoit Jacob
2009-01-05
*
prefix all Eigen cmake variable with EIGEN_ and switched to lowercase for all...
Gael Guennebaud
2008-12-02
*
CoreDeclarations was removed
Jure Repinc
2008-08-28
*
forgot to install Regression public header
Benoit Jacob
2008-08-24
*
* Fix CMakeLists.txt issue with SVD
Gael Guennebaud
2008-08-20
*
*make Eigen2 install to prefix/include/eigen2/Eigen
Benoit Jacob
2008-08-16
*
* added a lazyAssign overload skipping .lazy() such that c = (<xpr>).lazy() s...
Gael Guennebaud
2008-07-09
*
* update CMakeLists, only build instantiations if TEST_LIB is defined
Benoit Jacob
2008-06-27
*
Add QR and Cholesky module instantiations in the lib.
Gael Guennebaud
2008-06-14
*
Added the computation of eigen vectors in the symmetric eigen solver.
Gael Guennebaud
2008-06-02
*
added an *optional* Eigen2 dynamic library.
Gael Guennebaud
2008-05-31
*
-fix certain #includes
Benoit Jacob
2008-05-12
*
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