Go to file
Gael Guennebaud 9849931500 eventually it turns out that our current
EIGEN_WORK_AROUND_QT_BUG_CALLING_WRONG_OPERATOR_NEW_FIXED_IN_QT_4_5
is the right way to go for allowing placement new on a class having
overloaded operator new. Qt 4.5 won't add the :: prefix. (I still do not
understand how you can distinghish a placement new from an overloaded
operator new taking an allocator as argument...)
2009-01-23 16:31:03 +00:00
bench * complete the support of QVector via a QtAlignedMalloc header 2009-01-20 16:50:47 +00:00
cmake add a compilation test in FindGoogleHash.cmake to catch configuration 2009-01-19 08:51:06 +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 update sparse matrix tutorial (far to be satisfactory yet) 2009-01-21 17:44:58 +00:00
Eigen eventually it turns out that our current 2009-01-23 16:31:03 +00:00
test eventually it turns out that our current 2009-01-23 16:31:03 +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 * remove set(), revert to old behavior where = resizes 2009-01-21 17:10:23 +00:00