| Commit message (Expand) | Author | Age |
... | |
* | give FullPivotingHouseholderQR all the modern comfort | Benoit Jacob | 2009-08-24 |
* | small improvements | Benoit Jacob | 2009-08-24 |
* | add ColPivotingHouseholderQR | Benoit Jacob | 2009-08-23 |
* | let createRandomMatrixOfRank support fixed-size! | Benoit Jacob | 2009-08-23 |
* | fix typo | Benoit Jacob | 2009-08-22 |
* | add initial, rough, full-pivoting RRQR decomposition | Benoit Jacob | 2009-08-22 |
* | Proper fix for linking to the Qt libraries (and others) | Marcus D. Hanwell | 2009-08-21 |
* | adapt to API changes | Benoit Jacob | 2009-08-20 |
* | change the make householder algorithm so that the remaining coefficient | Gael Guennebaud | 2009-08-17 |
* | make HouseholderQR uses the Householder module | Gael Guennebaud | 2009-08-16 |
* | svd: sort in decreasing order, remove unused code | Benoit Jacob | 2009-08-15 |
* | add overloads of lazyAssign to detect common aliasing issue with | Gael Guennebaud | 2009-08-15 |
* | As proposed on the list: | Gael Guennebaud | 2009-08-15 |
* | fix a couple of warnings | Gael Guennebaud | 2009-08-15 |
* | fix compilation of unit tests | Gael Guennebaud | 2009-08-15 |
* | overload operartor* with a ProductBase such that "scalar * (mat * mat)" is op... | Gael Guennebaud | 2009-08-11 |
* | fixes in determinant and homogeneous | Gael Guennebaud | 2009-08-06 |
* | compilation fix in EigenSolver, | Gael Guennebaud | 2009-08-06 |
* | fix a couple of compilations issues | Gael Guennebaud | 2009-08-06 |
* | more product refactoring | Gael Guennebaud | 2009-08-06 |
* | 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 |
* | merge | Gael Guennebaud | 2009-08-04 |
|\ |
|
* | | implement two levels of blocking in PartialLU => high speedup | 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 |
* | | | implements a blocked version of PartialLU | Gael Guennebaud | 2009-08-03 |
* | | | bugfix in trsm | Gael Guennebaud | 2009-08-02 |
| | * | apply patch from Marcus Hanwell: Improved quoting of tests when added to the ... | Benoit Jacob | 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 |
* | | fix a couple of issues related to recent products | 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 |
* | | bug fix in inverse for 1x1 matrix, | Gael Guennebaud | 2009-07-27 |
* | | compilation fixes | Gael Guennebaud | 2009-07-27 |
* | | various compilation and bug fixes in selfadjoint stuff | Gael Guennebaud | 2009-07-27 |
* | | trmm is now fully working and available via TriangularView::operator* | Gael Guennebaud | 2009-07-27 |
* | | finalize trsm: works in all situations, and it is now used by solve() and sol... | Gael Guennebaud | 2009-07-26 |
* | | split and add unit tests for symm and syrk, | Gael Guennebaud | 2009-07-23 |
* | | improve SYMV it is now faster and ready for use | Gael Guennebaud | 2009-07-23 |
* | | addd matrix * self adjoint high level API | Gael Guennebaud | 2009-07-23 |
* | | bugfix in SYMM | Gael Guennebaud | 2009-07-22 |
* | | implement high level API for SYMM and fix a couple of bugs related to complex | Gael Guennebaud | 2009-07-22 |
* | | * refactoring of the matrix product into multiple small kernels | Gael Guennebaud | 2009-07-21 |
* | | * various fixes related to sub diagonals and band matrix | Gael Guennebaud | 2009-07-21 |
| * | minor compilation fixes for Sun CC and ICC | Gael Guennebaud | 2009-07-20 |
| * | bugfix for a = a * b; when a has to be resized | Gael Guennebaud | 2009-07-20 |