eigen/Eigen
Gael Guennebaud 516db2c3b9 Fix compilation issues with icc and g++ < 4.1. Those include:
- conflicts with operator * overloads
 - discard the use of ei_pdiv for interger
   (g++ handles operators on __m128* types, this is why it worked)
 - weird behavior of icc in fixed size Block() constructor complaining
   the initializer of m_blockRows and m_blockCols were missing while
   we are in fixed size (maybe this hide deeper problem since this is a
   recent one, but icc gives only little feedback)
2008-07-21 12:40:56 +00:00
..
src Fix compilation issues with icc and g++ < 4.1. Those include: 2008-07-21 12:40:56 +00:00
Array the big Array/Cwise rework as discussed on the mailing list. The new API 2008-07-08 00:49:10 +00:00
Cholesky Add QR and Cholesky module instantiations in the lib. 2008-06-14 13:02:41 +00:00
CMakeLists.txt * added a lazyAssign overload skipping .lazy() such that c = (<xpr>).lazy() such that 2008-07-09 13:54:21 +00:00
Core * Merge Extract and Part to the Part expression. 2008-07-21 00:34:46 +00:00
CoreDeclarations added a static assertion mechanism 2008-06-04 11:16:11 +00:00
Geometry Various documentation improvements, in particualr in Cholesky and Geometry module. 2008-07-20 15:18:54 +00:00
LU -fix certain #includes 2008-05-12 21:15:17 +00:00
QR * Added a generalized eigen solver for the selfadjoint case. 2008-06-14 19:42:12 +00:00
Sparse * added an in-place version of inverseProduct which 2008-06-29 21:29:12 +00:00