| Commit message (Expand) | Author | Age |
* | Fix Diagonal related const correctness issues. | Hauke Heibel | 2011-02-05 |
* | fix trmv regarding strided vectors and static allocation of temporaries | Gael Guennebaud | 2011-02-01 |
* | lots more EIGEN2_SUPPORT fixes. Now several of the most important core tests ... | Benoit Jacob | 2011-01-20 |
* | fix the build of eigensolver_complex test. | Benoit Jacob | 2010-12-09 |
* | fix compilation of product_mmtr | Gael Guennebaud | 2010-11-21 |
* | Renamed cleantype to remove_all since it is close to remove_{const|pointer|re... | Hauke Heibel | 2010-10-26 |
* | Initial fixes for bug #85. | Hauke Heibel | 2010-10-25 |
* | bug #86 : use internal:: namespace instead of ei_ prefix | Benoit Jacob | 2010-10-25 |
* | fix bad mat * mat * scalar when the implicit conversion operator to a Matrix ... | Gael Guennebaud | 2010-08-31 |
* | Various documentation improvements. | Jitse Niesen | 2010-07-06 |
* | email change | Gael Guennebaud | 2010-06-24 |
* | * remove ei_index, and let ei_traits propagate the index types | Gael Guennebaud | 2010-06-03 |
* | the Index types change. | Benoit Jacob | 2010-05-30 |
* | Fix to ProductBase::evalTo() in order to get matrix multiplication working fo... | Manoj Rajagopalan | 2010-05-26 |
* | simplify inner product | Gael Guennebaud | 2010-05-19 |
* | * merge with mainline | Benoit Jacob | 2010-04-16 |
|\ |
|
* | | * Refactoring of the class hierarchy: introduction of DenseDirectAccessBase, ... | Benoit Jacob | 2010-04-16 |
* | | fix the flags and matrix options, to always have the right RowMajor bit in th... | Benoit Jacob | 2010-03-19 |
|/ |
|
* | Renamed PlainMatrixType to PlainObject (Array != Matrix). | Hauke Heibel | 2010-02-20 |
* | finally here is a simple solution making (a*b).diagonal() even faster than a.... | Gael Guennebaud | 2010-02-10 |
* | * as promised, remove the "optimization" for Product::diagonal() | Gael Guennebaud | 2010-02-09 |
* | For the record, here is a solution for (a*b).diagonal, at the cost of extra c... | Gael Guennebaud | 2010-02-09 |
* | * fix multiple temporary copies for coeff based products | Gael Guennebaud | 2010-02-09 |
* | s/UnrolledProduct/CoeffBasedProduct | Gael Guennebaud | 2010-02-09 |
* | fix the multiple temporary issue for nested products | 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 |
* | * resurected Flagged from Eigen2Support | Gael Guennebaud | 2010-02-04 |
* | optiization: make hybrid small/large outer products use the unrolled path | Gael Guennebaud | 2010-02-04 |
* | lot of cleaning: | Gael Guennebaud | 2010-01-22 |
* | a couple of fixes after thye merge | Gael Guennebaud | 2009-12-23 |
* | merge with default branch | Gael Guennebaud | 2009-12-22 |
|\ |
|
* | | extend the DenseStorageMatrix mechanism to all expressions | Gael Guennebaud | 2009-12-22 |
* | | a couple of fixes and cleaning | Gael Guennebaud | 2009-12-17 |
| * | Warning 4512 (assignment operators could not be generated) is now simply disa... | Hauke Heibel | 2009-12-14 |
* | | add a DenseBase class for MAtrixBase and ArrayBase and more code factorisation | Gael Guennebaud | 2009-12-04 |
| * | Removed unnecessary code. | Hauke Heibel | 2009-12-02 |
* | | Experiment the ET refactoring on Transpose for Dense and Sparse storages. | Gael Guennebaud | 2009-11-16 |
|/ |
|
* | Added private, non-implemented assignment operators to functions that don't n... | Hauke Heibel | 2009-09-27 |
* | * add real scalar * complex matrix, real matrix * complex scalar, | Gael Guennebaud | 2009-09-04 |
* | bugfix in compute_matrix_flags, optimization in LU, | Gael Guennebaud | 2009-08-16 |
* | rename back MayAliasBit to EvalBeforeAssigningBit | Gael Guennebaud | 2009-08-16 |
* | As proposed on the list: | Gael Guennebaud | 2009-08-15 |
* | my previous fix was not very good | Gael Guennebaud | 2009-08-15 |
* | bugfix and compilation fix in ProductBase | Gael Guennebaud | 2009-08-15 |
* | overload operartor* with a ProductBase such that "scalar * (mat * mat)" is op... | Gael Guennebaud | 2009-08-11 |
* | big refactoring in Product.h: | Gael Guennebaud | 2009-08-05 |
* | implement a ProductBase class and, as a proof of concept, update TriangularPr... | Gael Guennebaud | 2009-08-04 |