| Commit message (Expand) | Author | Age |
* | 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 |
* | * suppressed some minor warnings | Kenneth Frank Riddile | 2009-01-06 |
* | one last compilation fix ... | Benoit Jacob | 2008-12-22 |
* | unless i find more failures in the tests, this will be beta3... | Benoit Jacob | 2008-12-22 |
* | * the Upper->UpperTriangular change | Benoit Jacob | 2008-12-20 |
* | SelfAdjointEigenSolver: add operatorSqrt() and operatorInverseSqrt() | Benoit Jacob | 2008-12-19 |
* | * fix in IO.h, a useless copy was made because of assignment from | Benoit Jacob | 2008-12-18 |
* | fix non standard non-const std::complex::real/imag issue | Gael Guennebaud | 2008-12-17 |
* | * replace postfix ++ by prefix ++ wherever that makes sense in Eigen/ | Benoit Jacob | 2008-12-17 |
* | doc: add a "non stable" warning for parts which are not part | Gael Guennebaud | 2008-11-22 |
* | * add .imag() function | Gael Guennebaud | 2008-11-14 |
* | Remove executable here too | Laurent Montel | 2008-11-04 |
* | norm2() renamed to squaredNorm(), kept as deprecated for now. | Benoit Jacob | 2008-11-03 |
* | Big API change in Cholesky module: | Gael Guennebaud | 2008-10-13 |