Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | factorize CSS code, make use of the "manual" class when appropriate, clean ↵ | Gael Guennebaud | 2010-10-19 |
| | | | | the style of the big linear algebra table | ||
* | css update: max-width and margins | Benoit Jacob | 2010-10-19 |
| | |||
* | move tables from class "tutorial_code" to "example" | Benoit Jacob | 2010-10-19 |
| | | | | also remove a align="center" in the Aliasing page -- it doesn't make sense to have 1 centered table page when all others are left aligned. | ||
* | update style of the quick ref guide | Gael Guennebaud | 2010-10-19 |
| | |||
* | update CSS to doxygen 1.7.2, new CSS and cleaning of the tutorial | Gael Guennebaud | 2010-10-19 |
| | |||
* | Fixed bug #79. | Hauke Heibel | 2010-10-19 |
| | |||
* | re-fix the broken msvc warning in JacobiSVD | Benoit Jacob | 2010-10-18 |
| | |||
* | improvements in pages 5 and 7 of the tutorial. | Benoit Jacob | 2010-10-18 |
| | |||
* | improvements in tutorial page 4 : block operations | Benoit Jacob | 2010-10-18 |
| | |||
* | fixed table html | Benoit Jacob | 2010-10-18 |
| | |||
* | fix stupid msvc warning in jacobisvd | Benoit Jacob | 2010-10-18 |
| | |||
* | fix bug i just introduced in ei_add_test_internal | Benoit Jacob | 2010-10-17 |
| | |||
* | ah ok, we want to build this even without GSL. | Benoit Jacob | 2010-10-17 |
| | | | | so the bug is in FindGSL.cmake. | ||
* | more unsupported/ CMake fixes | Benoit Jacob | 2010-10-17 |
| | |||
* | Fix general linking issue for tests linking to multiple libs, and explicitly ↵ | Benoit Jacob | 2010-10-17 |
| | | | | link mpfr_real test to GMP. | ||
* | add jacobiSvd() method, update test & docs | Benoit Jacob | 2010-10-17 |
| | |||
* | Fixed bug #74. | Hauke Heibel | 2010-10-17 |
| | |||
* | Added stddeque unit test dervied from the stdlist test. | Hauke Heibel | 2010-10-16 |
| | |||
* | Added tag 3.0-beta2 for changeset 3f79884f03e97d20451ff811fcdd05cb0b060743 | Benoit Jacob | 2010-10-15 |
| | |||
* | bump to 2.92.0 | Benoit Jacob | 2010-10-15 |
| | |||
* | doc updates/improvements | Benoit Jacob | 2010-10-15 |
| | |||
* | update the porting guide | Benoit Jacob | 2010-10-15 |
| | |||
* | doc typo | Benoit Jacob | 2010-10-14 |
| | |||
* | JacobiSVD doc fix | Benoit Jacob | 2010-10-14 |
| | |||
* | JacobiSVD: | Benoit Jacob | 2010-10-14 |
| | | | | | | * fix preallocating constructors, allocate U and V of the right size for computation options * complete documentation and internal comments * improve unit test, test inf/nan values | ||
* | compilation fix | Gael Guennebaud | 2010-10-14 |
| | |||
* | fix bug #44: use VERIFY_IS_APPROX instead of exact comparison to please x87 ↵ | Benoit Jacob | 2010-10-13 |
| | | | | extended precision | ||
* | add EIGEN_TEST_X87 option | Benoit Jacob | 2010-10-13 |
| | |||
* | fix compilation and warnings with fcc 4.0.1 | Gael Guennebaud | 2010-10-13 |
| | |||
* | add the possibility to disable OpenGL testing | Gael Guennebaud | 2010-10-12 |
| | |||
* | remove SVD class (was bad code taked from elsewhere) | Benoit Jacob | 2010-10-12 |
| | | | | | Use JacobiSVD for now. We do plan to reintroduce a bidiagonalizing SVD asap. | ||
* | Jacobi improvements: | Benoit Jacob | 2010-10-12 |
| | | | | | | | | * add fixed-size vectorized path * add missing restrict keywords * use innerStride() * allow vectorization even if innerStride()>1, if PacketSize==1 (think of the case of rows of std::complex<double>) | ||
* | fix the Jacobi bug, expand unit test | Benoit Jacob | 2010-10-12 |
| | |||
* | add Jacobi unit test. jacobi_5 fails, exposing bug #39. | Benoit Jacob | 2010-10-12 |
| | |||
* | add support for uniform of double | Gael Guennebaud | 2010-10-12 |
| | |||
* | uncomment commented line for debug | Gael Guennebaud | 2010-10-12 |
| | |||
* | add support for uniforms | Gael Guennebaud | 2010-10-12 |
| | |||
* | set ColPivHouseholderQR as default preconditioner for JacobiSVD | Benoit Jacob | 2010-10-11 |
| | |||
* | implement JacobiSVD::solve() and expand the unit test | Benoit Jacob | 2010-10-11 |
| | |||
* | compilation fix | Gael Guennebaud | 2010-10-08 |
| | |||
* | adapt Quaternion to JacobiSVD API changes. | Benoit Jacob | 2010-10-08 |
| | |||
* | add option to compute thin U/V. | Benoit Jacob | 2010-10-08 |
| | | | | By default nothing is computed. You have to ask explicitly for thin/full U/V if you want them. | ||
* | Rework JacobiSVD api / template parameters. | Benoit Jacob | 2010-10-08 |
| | | | | | | There is now an integer QRPreconditioner template parameter, defaulting to full-piv QR. Since we have to special-case each QR dec anyway, a template template parameter didn't add much value here. There is an option NoQRPreconditioner if you know your matrices are already square (auto-detected for fixed-size matrices). | ||
* | merge backout | Benoit Jacob | 2010-10-08 |
|\ | |||
| * | Backed out changeset 2334291157fe192b7b9f651967126de3bf8d8cbe | Benoit Jacob | 2010-10-08 |
| | | | | | | | | Sorry Thomas, these doc fixes are no longer relevant with the JacobiSVD API changes, and they are preventing me from applying my patches cleanly. | ||
* | | MSVC for windows mobile does not have the errno.h file | Gael Guennebaud | 2010-10-07 |
| | | |||
* | | an attempt to fix compilation on windows mobile | Gael Guennebaud | 2010-10-07 |
| | | |||
* | | remove the Taucs backend : Taucs is not maintained anymore and the backend ↵ | Gael Guennebaud | 2010-10-06 |
| | | | | | | | | was crap anyway | ||
* | | improve FindCholmod | Gael Guennebaud | 2010-10-06 |
| | | |||
* | | Updates to the Sparse unsupported solvers module. | Romain Bossart | 2010-10-04 |
| | | | | | | | | | | | | | | | | * change Sparse* specialization's signatures from <..., int Backend> to <..., typename Backend>. Update SparseExtra accordingly to use structs instead of the SparseBackend enum. * add SparseLDLT Cholmod specialization * for Cholmod and UmfPack, SparseLU, SparseLLT and SparseLDLT now use ei_solve_retval and have the new solve() method (to be closer to the 3.0 API). * fix doc |