| Commit message (Expand) | Author | Age |
* | big reorganization in JacobiSVD: | Benoit Jacob | 2009-09-03 |
* | introduce EIGEN_SIZE_MIN | Benoit Jacob | 2009-09-03 |
* | finally the first version was the good one... | Benoit Jacob | 2009-09-03 |
* | fix #51 (bad use of std::complex::real) | Gael Guennebaud | 2009-09-02 |
* | * rename JacobiRotation => PlanarRotation | Gael Guennebaud | 2009-09-02 |
* | fix wrong assert | Gael Guennebaud | 2009-09-02 |
* | much simpler fix for Matrix::swap | Gael Guennebaud | 2009-09-02 |
* | * add serious unit test for swap | Benoit Jacob | 2009-09-02 |
* | merge | Benoit Jacob | 2009-09-02 |
|\ |
|
* | | JacobiSVD: implement general R-SVD using full-pivoting QR, so we now support ... | Benoit Jacob | 2009-09-02 |
* | | fix compilation errors in swap (could not swap with anything else than the ex... | Benoit Jacob | 2009-09-02 |
| * | fix issue #49 | Hauke Heibel | 2009-09-01 |
| * | added missing JacobiRotation's ... | Hauke Heibel | 2009-09-01 |
|/ |
|
* | clean a bit the previous commit which came from a patch queue, | Gael Guennebaud | 2009-09-01 |
* | [mq]: eigensolver | Gael Guennebaud | 2009-09-01 |
* | I've been too fast (again) | Gael Guennebaud | 2009-09-01 |
* | fix issue #47: now m.noalias() = XXX properly resize m if needed | Gael Guennebaud | 2009-09-01 |
* | add a JacobiRotation class wrapping the cosine-sine pair with | Gael Guennebaud | 2009-09-01 |
* | Bug fix in MatrixExponential.h | Jitse Niesen | 2009-09-01 |
* | * JacobiSVD: | Benoit Jacob | 2009-08-31 |
* | simplifications | Benoit Jacob | 2009-08-31 |
* | add VERIFY_IS_UNITARY | Benoit Jacob | 2009-08-31 |
* | fix Matrix::stride for vectors, add a unit test for Block::stride | Gael Guennebaud | 2009-08-31 |
* | Adaptions from .lazy() towards .noalias(). | Hauke Heibel | 2009-08-31 |
* | ifdef removed from MapBase and warning disabled | Hauke Heibel | 2009-08-31 |
* | fix issue #45 and document the .data() and .stride() functions | Gael Guennebaud | 2009-08-31 |
* | fix copy/paste issue | Gael Guennebaud | 2009-08-31 |
* | Fixed a cast warning in scaleAndAddTo. | Hauke Heibel | 2009-08-31 |
* | Added MSVC guards to assignment operators. | Hauke Heibel | 2009-08-31 |
* | Removed redundant assignment operators. | Hauke Heibel | 2009-08-31 |
* | compilation fix in AmbiVector<int> | Gael Guennebaud | 2009-08-31 |
* | Force release builds on Windows machines in the test suite. | John Smith | 2009-08-28 |
* | Fixed SSE related build warning on 64-bit windows systems. | John Smith | 2009-08-28 |
* | Typos in tutorial | Jitse Niesen | 2009-08-26 |
* | add coeff(int,int), coeff(int) and value() functions to the inner product spe... | Gael Guennebaud | 2009-08-26 |
* | fix installation for recently added files | Thomas Capricelli | 2009-08-25 |
* | modernize HouseholderQR too, uniformize all that stuff, update tests | Benoit Jacob | 2009-08-24 |
* | Fix comment which may cause latex to hang when generating docs | Jitse Niesen | 2009-08-24 |
* | fix issue #43 | Gael Guennebaud | 2009-08-24 |
* | bring the modern comfort also to ColPivotingHouseholderQR | Benoit Jacob | 2009-08-24 |
* | finally, the correct way of dealing with zero matrices in solve() | Benoit Jacob | 2009-08-24 |
* | add logAbsDeterminant() | Benoit Jacob | 2009-08-24 |
* | add test for absDeterminant() | Benoit Jacob | 2009-08-24 |
* | give FullPivotingHouseholderQR all the modern comfort | Benoit Jacob | 2009-08-24 |
* | small improvements | Benoit Jacob | 2009-08-24 |
* | clarifications in LU::solve() and in LU documentation | Benoit Jacob | 2009-08-24 |
* | fix bug: with complex matrices, the condition (ei_imag(c0)==RealScalar(0)) be... | Benoit Jacob | 2009-08-24 |
* | merge | Benoit Jacob | 2009-08-23 |
|\ |
|
* | | add ColPivotingHouseholderQR | Benoit Jacob | 2009-08-23 |
| * | hm, forgot to conjugate the arguments in applyJacobiOnTheLeft | Gael Guennebaud | 2009-08-24 |