| Commit message (Expand) | Author | Age |
* | Remove \nonstable yet. The stability rules for Eigen3 are much simpler: | Benoit Jacob | 2010-06-29 |
* | add mixed sparse-dense outer product | Gael Guennebaud | 2010-06-25 |
* | Fix use of nesting types in SparseTranspose and split the big SparseProduct.h... | Gael Guennebaud | 2010-06-25 |
* | email change | Gael Guennebaud | 2010-06-24 |
* | makes SparseView a true sparse expression and fix use of nesting types | Gael Guennebaud | 2010-06-24 |
* | optimize SparseMatrix iterator | Gael Guennebaud | 2010-06-18 |
* | split the Sparse module into multiple ones, and move non stable parts to unsu... | Gael Guennebaud | 2010-06-18 |
* | This scalar needs to be passed by ref to preserve its alignment. | Hauke Heibel | 2010-06-15 |
* | fix issue 135 (SparseBlock::operator= for SparseMatrix) | Gael Guennebaud | 2010-06-14 |
* | remove extra semicolon; | Benoit Jacob | 2010-06-14 |
* | rename: | Benoit Jacob | 2010-06-14 |
* | fixed a bug in the DenseBase InnerIterator ctor. | Daniel Lowengrub | 2010-06-14 |
* | added the SparseView class. | Daniel Lowengrub | 2010-06-14 |
* | compilation fix | Gael Guennebaud | 2010-06-13 |
* | add missing overload of operator= in SparseVector | 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 |
| * | Made the supression of unused variables portable. | Hauke Heibel | 2010-06-08 |
| * | fix sparse LDLT with complexes | Gael Guennebaud | 2010-06-03 |
| * | * remove ei_index, and let ei_traits propagate the index types | Gael Guennebaud | 2010-06-03 |
| * | fix typos (oops) | Gael Guennebaud | 2010-06-02 |
| * | clean the ambiguity with insertBack and add a insertBackByOuterInner function | Gael Guennebaud | 2010-06-02 |
|/ |
|
* | oops, remove extra 'typename' | Benoit Jacob | 2010-05-30 |
* | the Index types change. | Benoit Jacob | 2010-05-30 |
* | Fix SparseMatrix/SparseVector::sum() | Jens Mueller | 2010-05-27 |
* | fix some warnings | Thomas Capricelli | 2010-05-22 |
* | minor chnages in Taucs and Cholmod backends | Gael Guennebaud | 2010-05-19 |
* | * implement the corner() API change: new methods topLeftCorner() etc | Benoit Jacob | 2010-04-22 |
* | fix compilation in Sparse (error introduced yesterday) | Benoit Jacob | 2010-04-21 |
* | * merge with mainline | Benoit Jacob | 2010-04-16 |
|\ |
|
* | | * Refactoring of the class hierarchy: introduction of DenseDirectAccessBase, ... | Benoit Jacob | 2010-04-16 |
| * | taucs: make SupernodalMultifrontal the default mode | Gael Guennebaud | 2010-04-15 |
| * | an attempt to fix compilation with MSVC | Gael Guennebaud | 2010-04-15 |
| * | fix sparse squared norm | Gael Guennebaud | 2010-04-13 |
| * | cholmod: assume selfadjoint matrix by default since selfadjoint flag has been... | Gael Guennebaud | 2010-04-09 |
|/ |
|
* | Removed strong inlines which cannot always be inlined. | Hauke Heibel | 2010-03-14 |
* | comment out cerr's | Benoit Jacob | 2010-02-28 |
* | merge | Benoit Jacob | 2010-02-25 |
|\ |
|
* | | * Implement the ByOuterInner accessors | Benoit Jacob | 2010-02-25 |
| * | Renamed PlainMatrixType to PlainObject (Array != Matrix). | Hauke Heibel | 2010-02-20 |
| * | Renamed AnyMatrixBase to EigenBase. | Hauke Heibel | 2010-02-20 |
|/ |
|
* | * move dummy_precision and epsilon to NumTraits | Gael Guennebaud | 2010-02-10 |
* | Introduced NestParentByRefBit and NestByRefBit - this should fix temporaries ... | Hauke Heibel | 2010-02-06 |
* | rm ExpressionMaker stuff (weird as I was pretty sure that I had already remov... | Gael Guennebaud | 2010-01-22 |
* | lot of cleaning: | Gael Guennebaud | 2010-01-22 |
* | compilation fix for UmfPack | Gael Guennebaud | 2010-01-14 |
* | remove the Triangular suffix to Upper, Lower, UnitLower, etc, | Gael Guennebaud | 2010-01-07 |
* | improve the new experimental sparse product | Gael Guennebaud | 2010-01-05 |
* | add a novel, experimental sparse product | Gael Guennebaud | 2010-01-05 |
* | fix a coupe of warnings | Gael Guennebaud | 2010-01-05 |