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
*
bug #1167: simplify installation of header files using cmake's install(DIRECT...
Gael Guennebaud
2016-08-29
*
Improves the filter for hidden files in "Eigen" and "Eigen/src".
Frederic Gosselin
2010-11-22
*
fix installation of global headers in case the src path contains 'src'
Cyrille Berger
2010-05-08
*
Eigen/CMakeLists.txt: remove parens from if.
Jitse Niesen
2009-11-20
*
* in Eigen/CMakeLists.txt, finally do a globbing to we no longer will have pr...
Benoit Jacob
2009-11-19
*
introduce ei_xxx_return_value and ei_xxx_impl for xxx in solve,kernel,impl
Benoit Jacob
2009-11-03
*
rename the EigenSolver module to Eigenvalues
Gael Guennebaud
2009-09-04
*
move eigen values related stuff of the QR module to a new EigenSolver module.
Gael Guennebaud
2009-09-03
*
fix installation for recently added files
Thomas Capricelli
2009-08-25
*
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