| Commit message (Expand) | Author | Age |
* | Adaptions from .lazy() towards .noalias(). | Hauke Heibel | 2009-08-31 |
* | modernize HouseholderQR too, uniformize all that stuff, update tests | Benoit Jacob | 2009-08-24 |
* | bring the modern comfort also to ColPivotingHouseholderQR | Benoit Jacob | 2009-08-24 |
* | add logAbsDeterminant() | Benoit Jacob | 2009-08-24 |
* | give FullPivotingHouseholderQR all the modern comfort | Benoit Jacob | 2009-08-24 |
* | add ColPivotingHouseholderQR | Benoit Jacob | 2009-08-23 |
* | add initial, rough, full-pivoting RRQR decomposition | Benoit Jacob | 2009-08-22 |
* | * make HessenbergDecomposition uses the Householder module | Gael Guennebaud | 2009-08-17 |
* | 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 |
* | in all decs, make the compute() methods return *this | Benoit Jacob | 2009-08-15 |
* | oops bis, I forgot that SelfAdjointEigneSolver directly called the selector... | Gael Guennebaud | 2009-08-14 |
* | add an optimized "apply in place a rotation in the plane", | Gael Guennebaud | 2009-08-13 |
* | compilation fix in EigenSolver, | Gael Guennebaud | 2009-08-06 |
* | fix a couple of compilations issues | Gael Guennebaud | 2009-08-06 |
* | fix compilation and segfault issues | Gael Guennebaud | 2009-08-06 |
* | make the dot product linear in the second variable, not the first variable | Benoit Jacob | 2009-08-03 |
* | some cleaning | Gael Guennebaud | 2009-07-31 |
* | synch with main branch | 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 |
* | | * bugfixes in Product, and test/product_selfadjoint | Gael Guennebaud | 2009-07-16 |
* | | synch with main devel branch | Gael Guennebaud | 2009-07-15 |
|\| |
|
| * | fix issue #25 : the problem was that we assumed Dynamic was a multiple of a p... | Gael Guennebaud | 2009-07-15 |
* | | synch with main devel branch | Gael Guennebaud | 2009-07-14 |
|\| |
|
* | | Add an efficient rank2 update function (like the level2 blas xSYR2 routine). | Gael Guennebaud | 2009-07-11 |
* | | * change the nesting order of adjoint_return_type to | Gael Guennebaud | 2009-07-07 |
* | | * bybye Part, welcome TriangularView and SelfAdjointView. | Gael Guennebaud | 2009-07-06 |
| * | add matrixQR() method exposing the storage. that's where the householder thin... | Benoit Jacob | 2009-07-06 |
| * | fix some search-and-replace damage | Benoit Jacob | 2009-07-06 |
| * | * rename QR to HouseholderQR because really that impacts the API, not just th... | Benoit Jacob | 2009-07-06 |
|/ |
|
* | forward port fix to #12 | Benoit Jacob | 2009-06-19 |
* | fix #4 | Gael Guennebaud | 2009-05-23 |
* | merge | Benoit Jacob | 2009-05-22 |
|\ |
|
| * | remove sentence "Eigen itself is part of the KDE project." | Benoit Jacob | 2009-05-22 |
* | | Eigensolver decomposition interface unification. | Hauke Heibel | 2009-05-22 |
* | | QR and SVD decomposition interface unification. | Hauke Heibel | 2009-05-22 |
|/ |
|
* | compilation fixes | Gael Guennebaud | 2009-05-12 |
* | constant Diagonal ---> DiagonalBits | Benoit Jacob | 2009-05-10 |
* | * allows fixed size matrix with size==0 (via a specialization of | Gael Guennebaud | 2009-03-23 |
* | fix warning in Tridiag | Gael Guennebaud | 2009-03-09 |
* | cleaned Tridiagonalization impl, with improved performance | Gael Guennebaud | 2009-03-02 |
* | Add COMPONENT Devel | Laurent Montel | 2009-02-23 |
* | reduce epsilon in QR | Gael Guennebaud | 2009-01-29 |
* | move EIGEN_DEPRECATED to the begining of the function (pb with MSVC) | Gael Guennebaud | 2009-01-28 |
* | QR: add isInjective(), isSurjective(), | Gael Guennebaud | 2009-01-28 |
* | * QR: add a rank() method and improve the accuracy of the rank | Gael Guennebaud | 2009-01-20 |
* | quick bugfix in QR::isFullRank() (not 100% sure about the reference value | Gael Guennebaud | 2009-01-20 |
* | fix a bug -- bad read found by valgrind | Benoit Jacob | 2009-01-08 |
* | more Scalar conversions fixes | Gael Guennebaud | 2009-01-07 |