| Commit message (Expand) | Author | Age |
* | email change | Gael Guennebaud | 2010-06-24 |
* | * decouple the generalized selfadjoint eigenvalue problem to the standard one | Gael Guennebaud | 2010-06-16 |
* | add a info() function in LLT to report on succes/faillure | Gael Guennebaud | 2010-06-12 |
* | merge my Dynamic -> -1 change | Benoit Jacob | 2010-06-11 |
|\ |
|
* | | change the value of Dynamic to -1, since the index type is now configurable. | Benoit Jacob | 2010-06-11 |
| * | Add a proof concept API to configure the blocking parameters at runtime. | Gael Guennebaud | 2010-06-07 |
|/ |
|
* | * remove ei_block_direct_access_status | Benoit Jacob | 2010-04-23 |
* | * implement the corner() API change: new methods topLeftCorner() etc | Benoit Jacob | 2010-04-22 |
* | * Refactoring of the class hierarchy: introduction of DenseDirectAccessBase, ... | Benoit Jacob | 2010-04-16 |
* | Fix Map-with-Stride and cover it by new unit tests. | Benoit Jacob | 2010-02-26 |
* | * Implement the ByOuterInner accessors | Benoit Jacob | 2010-02-25 |
* | * fix multiple temporary copies for coeff based products | Gael Guennebaud | 2010-02-09 |
* | s/UnrolledProduct/CoeffBasedProduct | Gael Guennebaud | 2010-02-09 |
* | get rid of NestParentByRefBit | Gael Guennebaud | 2010-02-08 |
* | Introduced NestParentByRefBit and NestByRefBit - this should fix temporaries ... | Hauke Heibel | 2010-02-06 |
* | make noalias works for coefficient based products | Gael Guennebaud | 2010-02-05 |
* | Added an ei_linspaced_op to create linearly spaced vectors. | Hauke Heibel | 2010-01-26 |
* | remove the Triangular suffix to Upper, Lower, UnitLower, etc, | Gael Guennebaud | 2010-01-07 |
* | merge with default branch | Gael Guennebaud | 2009-12-22 |
|\ |
|
* | | a couple of fixes, now Array passes the linearstructure test | Gael Guennebaud | 2009-12-17 |
| * | change the Arch constants: const int ---> enum, more explicit names, and use | Benoit Jacob | 2009-12-14 |
* | | * remove EnforceAlignedAccess option to Block, VectorBlock, Map and MapBase | Gael Guennebaud | 2009-11-20 |
| * | Assign.h: add LinearTraversal (non-vectorized index-based traversal) | Benoit Jacob | 2009-11-18 |
* | | Big refactoring/cleaning in the spasre module with | Gael Guennebaud | 2009-11-18 |
* | | more ET refactoring: | Gael Guennebaud | 2009-11-17 |
|/ |
|
* | * add PermutationMatrix | Benoit Jacob | 2009-11-15 |
* | sync with mainline | Benoit Jacob | 2009-10-28 |
|\ |
|
| * | * extend Map to allow the user to specify whether the mapped data | Gael Guennebaud | 2009-10-23 |
* | | big huge changes in LU! | Benoit Jacob | 2009-10-18 |
|/ |
|
* | big reorganization in JacobiSVD: | Benoit Jacob | 2009-09-03 |
* | rename back MayAliasBit to EvalBeforeAssigningBit | Gael Guennebaud | 2009-08-16 |
* | As proposed on the list: | Gael Guennebaud | 2009-08-15 |
* | try to support 16 bit platforms... optimistic, but can't hurt | Benoit Jacob | 2009-08-14 |
* | add explicit "on the right" triangular solving, | Gael Guennebaud | 2009-07-30 |
* | synch with main devel branch | Gael Guennebaud | 2009-07-14 |
|\ |
|
| * | more sun studio fixes | Gael Guennebaud | 2009-07-10 |
| * | Set of fixes and workaround to make sun studio more happy. | Gael Guennebaud | 2009-07-10 |
* | | * update sparse module wrt new diagonal matrix impl | Gael Guennebaud | 2009-07-04 |
* | | new implementation of diagonal matrices and diagonal matrix expressions | Benoit Jacob | 2009-06-28 |
|/ |
|
* | patch by Patrick Mihelich: use empty struct + anonymous namespace for NoChange | Benoit Jacob | 2009-06-25 |
* | * add resize(int, NoChange) and resize(NoChange, int) | Benoit Jacob | 2009-06-24 |
* | remove sentence "Eigen itself is part of the KDE project." | Benoit Jacob | 2009-05-22 |
* | constant Diagonal ---> DiagonalBits | Benoit Jacob | 2009-05-10 |
* | The ABI break: | Benoit Jacob | 2009-03-26 |
* | big rework of the Transform class: | Gael Guennebaud | 2009-03-08 |
* | add optimized quaternion * quaternion product specialization for | Gael Guennebaud | 2009-03-07 |
* | big addons: | Gael Guennebaud | 2009-03-05 |
* | apply Ricard patch for Reverse with minor modifications | Gael Guennebaud | 2009-02-06 |
* | add a flexible sparse matrix class designed for fast matrix assembly | Gael Guennebaud | 2009-01-19 |
* | Add support for sparse * dense and dense * sparse matrix/vector products | Gael Guennebaud | 2009-01-14 |