| Commit message (Expand) | Author | Age |
* | add EIGEN_DEBUG_VAR | Benoit Jacob | 2009-08-11 |
* | overload operartor* with a ProductBase such that "scalar * (mat * mat)" is op... | Gael Guennebaud | 2009-08-11 |
* | remove #include Bidiagonalization, and add missing ";" | Gael Guennebaud | 2009-08-11 |
* | merge | Gael Guennebaud | 2009-08-09 |
|\ |
|
* | | make custom asm directive volatile | Gael Guennebaud | 2009-08-09 |
| * | LinearVectorization: If the destination isn't aligned, | Benoit Jacob | 2009-08-09 |
| * | now you can #define EIGEN_DEBUG_ASSIGN, and all the values in ei_assign_trait... | Benoit Jacob | 2009-08-09 |
| * | disable the assembly for fast unaligned stores. indeed, there is a strange bu... | Benoit Jacob | 2009-08-09 |
| * | * add Jacobi transformations | Benoit Jacob | 2009-08-09 |
|/ |
|
* | * implement a second level of micro blocking (faster for small sizes) | Gael Guennebaud | 2009-08-07 |
* | compilation fix in EigenSolver, | Gael Guennebaud | 2009-08-06 |
* | typo | Gael Guennebaud | 2009-08-06 |
* | fix VS compilation issue in MapBase::operator+= and -= | Gael Guennebaud | 2009-08-06 |
* | fix a couple of compilations issues | Gael Guennebaud | 2009-08-06 |
* | more product refactoring | Gael Guennebaud | 2009-08-06 |
* | fix vs.net compilation issue | Hauke Heibel | 2009-08-06 |
* | implement the missing outer product, | Gael Guennebaud | 2009-08-05 |
* | 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 |
* | make the dot product linear in the second variable, not the first variable | Benoit Jacob | 2009-08-03 |
* | merge with special_matrix branch | Gael Guennebaud | 2009-08-03 |
|\ |
|
* \ | merge | Gael Guennebaud | 2009-08-03 |
|\ \ |
|
| * | | add new Householder module | Benoit Jacob | 2009-08-03 |
* | | | * Bye bye MultiplierBase, extend a bit AnyMatrixBase to allow =, +=, and -= | Gael Guennebaud | 2009-08-03 |
| * | | small fixes | Benoit Jacob | 2009-08-03 |
| * | | apply Gael's idea for auto transpose in mixed fixed/dynamic case | Benoit Jacob | 2009-08-03 |
* | | | bugfix in trsm | Gael Guennebaud | 2009-08-02 |
* | | | add blocked LLT, and bugfix in trsm asserts | Gael Guennebaud | 2009-08-01 |
|/ / |
|
* | | add selfadjointView from a trinagularView | Gael Guennebaud | 2009-07-31 |
* | | faster trsm kernel and fix a couple of issues | Gael Guennebaud | 2009-07-31 |
| * | s/std::atan2/ei_atan2 | Gael Guennebaud | 2009-07-31 |
| * | add missing ei_atan2 without painfull warnings | Manuel Yguel | 2009-07-31 |
* | | add explicit "on the right" triangular solving, | Gael Guennebaud | 2009-07-30 |
* | | fix typo | Gael Guennebaud | 2009-07-29 |
* | | fix a couple of issues related to recent products | Gael Guennebaud | 2009-07-28 |
* | | synch with main branch | Gael Guennebaud | 2009-07-28 |
|\| |
|
* | | synch with main branch | Gael Guennebaud | 2009-07-28 |
|\ \ |
|
* | | | add a debug mechanism to compute the number of intermediate evaluations (only... | Gael Guennebaud | 2009-07-28 |
* | | | improve the expression analyzer to bypass Transpose expression | Gael Guennebaud | 2009-07-28 |
* | | | compilation fixes | Gael Guennebaud | 2009-07-27 |
* | | | various compilation and bug fixes in selfadjoint stuff | Gael Guennebaud | 2009-07-27 |
* | | | cleaning and fix a perf issue | Gael Guennebaud | 2009-07-27 |
* | | | trmm is now fully working and available via TriangularView::operator* | Gael Guennebaud | 2009-07-27 |
* | | | trmm is now working in all storage order configurations | Gael Guennebaud | 2009-07-27 |
* | | | some cleaning | Gael Guennebaud | 2009-07-26 |
* | | | finalize trsm: works in all situations, and it is now used by solve() and sol... | Gael Guennebaud | 2009-07-26 |
* | | | ok, now trsm works very well for upper triangular matrices | Gael Guennebaud | 2009-07-26 |
* | | | The new trsm is working very very well (read very fast) for | Gael Guennebaud | 2009-07-25 |
* | | | add WIP trsm | Gael Guennebaud | 2009-07-24 |
* | | | some cleaning | Gael Guennebaud | 2009-07-24 |