| Commit message (Expand) | Author | Age |
* | * move memory related stuff to util/Memory.h | Gael Guennebaud | 2008-08-26 |
* | Shut up two bogus gcc 4.3 warnings | Benoit Jacob | 2008-08-25 |
* | Documentation: fill the placeholders, add a custom CSS file, | Gael Guennebaud | 2008-08-24 |
* | bugfix in Product and ei_L2_block_traits | Gael Guennebaud | 2008-08-24 |
* | temporary fix of the pèrevious commit | Gael Guennebaud | 2008-08-24 |
* | * split Meta.h to Meta.h (generic meta programming) and XprHelper.h (relates ... | Gael Guennebaud | 2008-08-24 |
* | * add documentation of the cool (?) "print with format" feature | Gael Guennebaud | 2008-08-23 |
* | * remove LargeBit and related stuff | Gael Guennebaud | 2008-08-23 |
* | - remove the ASM macro as in fact Gael had been removing all the remaining | Benoit Jacob | 2008-08-21 |
* | patch by Patrick Spendrin: fix MSVC compatibility | Benoit Jacob | 2008-08-21 |
* | * Add the possibility to customize the output of matrices, e.g.: | Gael Guennebaud | 2008-08-21 |
* | * Fix CMakeLists.txt issue with SVD | Gael Guennebaud | 2008-08-20 |
* | Added a SVD module: | Gael Guennebaud | 2008-08-19 |
* | Various compilation fixes for MSVC 9. All tests compile but some | Gael Guennebaud | 2008-08-19 |
* | * revert the previous interface change in solveTriangular (pointer vs reference) | Gael Guennebaud | 2008-08-18 |
* | only use alloca on linux. Use malloc on other platforms. Needed for mingw | Benoit Jacob | 2008-08-18 |
* | * add Regression module, from eigen1, improved, with doc and unit-test. | Benoit Jacob | 2008-08-11 |
* | Renamed allowAligned() => forceAligned() and added the constants ForceAligned | Gael Guennebaud | 2008-08-09 |
* | * Big change in Block and Map: | Gael Guennebaud | 2008-08-09 |
* | LU: remove partial-pivoting path (moderately useful since it's does | Benoit Jacob | 2008-08-07 |
* | New implementation of Swap as discussed, reusing Assign. Makes LU run | Benoit Jacob | 2008-08-05 |
* | Add partial pivoting runtime option to LU. | Benoit Jacob | 2008-08-05 |
* | * LU decomposition, supporting all rectangular matrices, with full | Benoit Jacob | 2008-08-04 |
* | removed the packet specializations of some functors | Gael Guennebaud | 2008-07-31 |
* | Several compilation fixes for MSVC and NVCC, basically: | Gael Guennebaud | 2008-07-29 |
* | Fix compilation issues with icc and g++ < 4.1. Those include: | Gael Guennebaud | 2008-07-21 |
* | * Merge Extract and Part to the Part expression. | Gael Guennebaud | 2008-07-21 |
* | Various documentation improvements, in particualr in Cholesky and Geometry mo... | Gael Guennebaud | 2008-07-20 |
* | Add cholesky's members to MatrixBase | Gael Guennebaud | 2008-07-19 |
* | Added MatrixBase::Unit*() static function to easily create unit/basis vectors. | Gael Guennebaud | 2008-07-19 |
* | Complete rewrite of partial reduction according to mailing list discussions. | Gael Guennebaud | 2008-07-19 |
* | add some static asserts, use them, fix gcc 4.3 warning in Product.h. | Benoit Jacob | 2008-07-19 |
* | * Optimization: added a specialization of Block for xpr with DirectAccessBit | Gael Guennebaud | 2008-07-12 |
* | the big Array/Cwise rework as discussed on the mailing list. The new API | Benoit Jacob | 2008-07-08 |
* | * do the ActualPacketAccesBit change as discussed on list | Benoit Jacob | 2008-07-04 |
* | * added an in-place version of inverseProduct which | Gael Guennebaud | 2008-06-29 |
* | * added innerSize / outerSize functions to MatrixBase | Gael Guennebaud | 2008-06-28 |
* | * rework Map, allow vectorization | Benoit Jacob | 2008-06-27 |
* | various work on the Sparse module: | Gael Guennebaud | 2008-06-26 |
* | * add bench/benchVecAdd.cpp by Gael, fix crash (ei_pload on non-aligned) | Benoit Jacob | 2008-06-26 |
* | * vectorize dot product, copying code from sum. | Benoit Jacob | 2008-06-24 |
* | split sum away from redux and vectorize it. | Benoit Jacob | 2008-06-23 |
* | work on rotations in the Geometry module: | Gael Guennebaud | 2008-06-21 |
* | * added a pseudo expression Array giving access to: | Gael Guennebaud | 2008-06-20 |
* | * more cleaning in Product | Gael Guennebaud | 2008-06-19 |
* | * refactoring of Product: | Gael Guennebaud | 2008-06-19 |
* | fix two bugs dicovered by the previous commit. | Gael Guennebaud | 2008-06-16 |
* | * Block: row and column expressions in the inner direction | Benoit Jacob | 2008-06-16 |
* | * Big rework of Assign.h: | Benoit Jacob | 2008-06-16 |
* | Added an extensible mechanism to support any kind of rotation | Gael Guennebaud | 2008-06-15 |