Go to file
Gael Guennebaud 1b194193ef Big change in DiagonalMatrix and Geometry/Scaling:
* previous DiagonalMatrix expression is now DiagonalMatrixWrapper
* DiagonalMatrix class is now for storage
* add the DiagonalMatrixBase class to factorize code of the
  two previous classes
* remove Scaling class (it is now a global function)
* add UniformScaling helper class
  (don't use it directly, use the Scaling function)
* add the Scaling global function to simplify the creation
  of scaling objects
There is still a lot to do, in particular about DiagonalProduct for which
the goal is to get rid of the "if()" in the coeff() function. At least
it is not worse than before ! Also need to uptade the tutorial and add more doc.
2009-01-28 16:26:06 +00:00
bench * complete the support of QVector via a QtAlignedMalloc header 2009-01-20 16:50:47 +00:00
cmake FindUmfPack: add AMD and COLAMD libraries only if they are found 2009-01-27 16:22:08 +00:00
demos prefix all Eigen cmake variable with EIGEN_ and switched to lowercase for all cmake files 2008-12-02 12:59:10 +00:00
disabled * clarify the situation with experimental parts 2009-01-19 15:02:24 +00:00
doc QR: add isInjective(), isSurjective(), 2009-01-28 09:45:53 +00:00
Eigen Big change in DiagonalMatrix and Geometry/Scaling: 2009-01-28 16:26:06 +00:00
test Big change in DiagonalMatrix and Geometry/Scaling: 2009-01-28 16:26:06 +00:00
.krazy * Add Hyperplane::transform(Matrix/Transform) 2008-08-31 13:32:29 +00:00
CMakeLists.txt * remove set(), revert to old behavior where = resizes 2009-01-21 17:10:23 +00:00
COPYING Relicense --> dual-license LGPL3+/GPL2+ 2008-02-28 15:44:45 +00:00
COPYING.LESSER Relicense --> dual-license LGPL3+/GPL2+ 2008-02-28 15:44:45 +00:00
CTestConfig.cmake change the day switch time to 5:00 UTC 2009-01-08 18:45:26 +00:00
Doxyfile * block() for vectors ---> segment() 2008-09-15 15:45:41 +00:00
Mainpage.dox forgot to backport an update to Mainpage.dox 2009-01-26 13:55:58 +00:00