aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Collapse)AuthorAge
* Fixed bug #79.Gravatar Hauke Heibel2010-10-19
|
* re-fix the broken msvc warning in JacobiSVDGravatar Benoit Jacob2010-10-18
|
* improvements in pages 5 and 7 of the tutorial.Gravatar Benoit Jacob2010-10-18
|
* fix stupid msvc warning in jacobisvdGravatar Benoit Jacob2010-10-18
|
* add jacobiSvd() method, update test & docsGravatar Benoit Jacob2010-10-17
|
* bump to 2.92.0Gravatar Benoit Jacob2010-10-15
|
* doc typoGravatar Benoit Jacob2010-10-14
|
* JacobiSVD doc fixGravatar Benoit Jacob2010-10-14
|
* JacobiSVD:Gravatar Benoit Jacob2010-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 fixGravatar Gael Guennebaud2010-10-14
|
* fix compilation and warnings with fcc 4.0.1Gravatar Gael Guennebaud2010-10-13
|
* remove SVD class (was bad code taked from elsewhere)Gravatar Benoit Jacob2010-10-12
| | | | | Use JacobiSVD for now. We do plan to reintroduce a bidiagonalizing SVD asap.
* Jacobi improvements:Gravatar Benoit Jacob2010-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 testGravatar Benoit Jacob2010-10-12
|
* set ColPivHouseholderQR as default preconditioner for JacobiSVDGravatar Benoit Jacob2010-10-11
|
* implement JacobiSVD::solve() and expand the unit testGravatar Benoit Jacob2010-10-11
|
* adapt Quaternion to JacobiSVD API changes.Gravatar Benoit Jacob2010-10-08
|
* add option to compute thin U/V.Gravatar Benoit Jacob2010-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.Gravatar Benoit Jacob2010-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 backoutGravatar Benoit Jacob2010-10-08
|\
| * Backed out changeset 2334291157fe192b7b9f651967126de3bf8d8cbeGravatar Benoit Jacob2010-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 fileGravatar Gael Guennebaud2010-10-07
| |
* | an attempt to fix compilation on windows mobileGravatar Gael Guennebaud2010-10-07
| |
* | mark LLT/LDLT solveInPlace func internal and rm their boolean returned valueGravatar Gael Guennebaud2010-10-05
|/
* fix docGravatar Thomas Capricelli2010-10-04
|
* fix compilation on ubuntu 9.04's version of gcc 4.3 (yes, wtf)Gravatar Benoit Jacob2010-09-27
|
* fix warningGravatar Radu Bogdan Rusu2010-09-27
|
* Added a note to the Gram Schmidt code and improved some formatting.Gravatar Hauke Heibel2010-09-25
|
* Fixed some SVD issues.Gravatar Hauke Heibel2010-09-24
| | | | | | Make the SVD's output unitary. Improved unit tests. Added an assert to the SVD ctor to check whether rows>=cols.
* Make the SVD's output unitary and improved unit tests.Gravatar Hauke Heibel2010-09-24
|
* mergeGravatar Benoit Jacob2010-09-23
|\
* | SVD:Gravatar Benoit Jacob2010-09-23
| | | | | | | | | | * fix unit test for rectangular matrices. * enforce that rows >= cols since various places in the code assume that.
* | Fixed bad memory access in the SVD.Gravatar Hauke Heibel2010-09-23
| |
| * add cmakelists for 2 subdirs and make sure all subdirs are installed (GLOB)Gravatar Benoit Jacob2010-09-14
| |
| * fix vectorization logic and code of cross3 which was never enabled..Gravatar Gael Guennebaud2010-09-08
| |
| * fix += return by value like operationsGravatar Gael Guennebaud2010-09-06
| |
| * noalias was wrongly skipping automatic transpositionGravatar Gael Guennebaud2010-09-02
| |
| * add the possibility to extend QuaternionBaseGravatar Gael Guennebaud2010-09-02
| |
| * Fixes mingw32 compile issuesGravatar Eamon Nerbonne2010-09-02
|/
* fix bad mat * mat * scalar when the implicit conversion operator to a Matrix ↵Gravatar Gael Guennebaud2010-08-31
| | | | is used
* fix bad "using typename"Gravatar Gael Guennebaud2010-08-25
|
* Fix Sun CC parsing of Eigen/Core. In particular,Gravatar Gael Guennebaud2010-08-25
| | | | | I moved all the block related methods to a plugin file. This also significantly reduce code verbosity.
* make a couple of typedefs public so stuff compilesGravatar Benoit Jacob2010-08-24
|
* fix 4x4 SSE inversion when storage orders don't matchGravatar Gael Guennebaud2010-08-24
|
* fix inversion of 4x4 unaligned matricesGravatar Gael Guennebaud2010-08-24
|
* add TriangularMatrix::conjugate to be consistent since we have adjointGravatar Gael Guennebaud2010-08-23
|
* Docs: Typos in ArrayBase doxygen commentsGravatar Jitse Niesen2010-08-23
|
* Docs: Add references to TopicClassHierarchyGravatar Jitse Niesen2010-08-22
|
* Document DenseCoeffsBaseGravatar Jitse Niesen2010-08-22
|
* Fixed DiagonalMatrix assignment.Gravatar Hauke Heibel2010-08-21
|