| Commit message (Expand) | Author | Age |
... | |
* | * 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 |
* | add EigenSolver::eigenvectors() method for non symmetric matrices. | Gael Guennebaud | 2008-10-03 |
* | Fixes in Eigensolver: | Gael Guennebaud | 2008-10-01 |
* | block(int,int)->segment | Benoit Jacob | 2008-09-24 |
* | * block() for vectors ---> segment() | Benoit Jacob | 2008-09-15 |
* | spelling + some krazy directives | Gael Guennebaud | 2008-08-28 |
* | * bug fixes in: Dot, generalized eigen problem, singular matrix detetection ... | Gael Guennebaud | 2008-08-23 |
* | Various compilation fixes for MSVC 9. All tests compile but some | Gael Guennebaud | 2008-08-19 |
* | * doc improvements in Cwise and PartialRedux: | Benoit Jacob | 2008-08-19 |
* | renamed inverseProduct => solveTriangular | Gael Guennebaud | 2008-08-09 |
* | * LU decomposition, supporting all rectangular matrices, with full | Benoit Jacob | 2008-08-04 |
* | fix two perf issues in product. | Gael Guennebaud | 2008-08-03 |
* | Optimizations: | Gael Guennebaud | 2008-08-01 |
* | Several compilation fixes for MSVC and NVCC, basically: | Gael Guennebaud | 2008-07-29 |
* | Add .perpendicular() function in Geometry module (adapted from Eigen1) | Gael Guennebaud | 2008-07-22 |
* | * Merge Extract and Part to the Part expression. | Gael Guennebaud | 2008-07-21 |
* | I forgot that the previous commit needed minor changes outside the bench folder | Gael Guennebaud | 2008-07-08 |
* | - many updates after Cwise change | Benoit Jacob | 2008-07-08 |
* | * split Product to a DiagonalProduct template specialization | Gael Guennebaud | 2008-06-15 |
* | * Added a generalized eigen solver for the selfadjoint case. | Gael Guennebaud | 2008-06-14 |
* | Add QR and Cholesky module instantiations in the lib. | Gael Guennebaud | 2008-06-14 |
* | Added a Hessenberg decomposition class for both real and complex matrices. | Gael Guennebaud | 2008-06-08 |
* | * rewrite of the QR decomposition: | Gael Guennebaud | 2008-06-07 |
* | fix a compilation issue in non debug mode | Gael Guennebaud | 2008-06-06 |
* | fix some compile errors with gcc 4.3, some warnings, some documentation | Benoit Jacob | 2008-06-06 |
* | add an optimized path for the tridiagonalization of a 3x3 matrix. | Gael Guennebaud | 2008-06-04 |
* | added a static assertion mechanism | Gael Guennebaud | 2008-06-04 |
* | fix eigenvectors computations :) | Gael Guennebaud | 2008-06-03 |
* | * start of the Geometry module with a cross product and quaternion expressions | Gael Guennebaud | 2008-06-02 |
* | big changes in Doxygen configuration; work around bug with doxygen parsing of | Benoit Jacob | 2008-06-02 |
* | Added the computation of eigen vectors in the symmetric eigen solver. | Gael Guennebaud | 2008-06-02 |
* | since m*m.adjoint() is positive, so are its eigenvalues, so no need for | Benoit Jacob | 2008-06-02 |
* | - add MatrixBase::eigenvalues() convenience method | Benoit Jacob | 2008-06-02 |
* | fix a couple of issues making the eigensolver test compile and run without ab... | Benoit Jacob | 2008-06-02 |
* | Rewrite from scratch of the eigen solver for symmetric matrices | Gael Guennebaud | 2008-06-02 |
* | * added a Tridiagonalization class for selfadjoint matrices | Gael Guennebaud | 2008-06-01 |
* | updated EigenSolver to use .coeff / .coeffRef | Gael Guennebaud | 2008-05-31 |
* | * fix the QR module to use extract/part instead of the previous triangular stuff | Gael Guennebaud | 2008-05-27 |