| Commit message (Expand) | Author | Age |
* | add VERIFY_IS_UNITARY | Benoit Jacob | 2009-08-31 |
* | let createRandomMatrixOfRank support fixed-size! | Benoit Jacob | 2009-08-23 |
* | adapt to API changes | Benoit Jacob | 2009-08-20 |
* | fix compilation of unit tests | Gael Guennebaud | 2009-08-15 |
* | add a SparseNestByValue expression and fix issue in sparse adjoint evaluation | Gael Guennebaud | 2009-07-13 |
* | * rename QR to HouseholderQR because really that impacts the API, not just th... | Benoit Jacob | 2009-07-06 |
* | remove sentence "Eigen itself is part of the KDE project." | Benoit Jacob | 2009-05-22 |
* | Fix compilation error in createRandomMatrixOfRank() | Jitse Niesen | 2009-05-17 |
* | * introduced method createRandomMatrixOfRank (R = U*D*V where U,V unitary, D ... | Hauke Heibel | 2009-05-17 |
* | Add full pivoting to LDLT decomposition. | Keir Mierle | 2009-02-03 |
* | fix my previous commit with EIGEN_EMPTY macro bug | Gael Guennebaud | 2009-01-27 |
* | * fix in IO.h, a useless copy was made because of assignment from | Benoit Jacob | 2008-12-18 |
* | improved MSVC support in cmake files (SSE) | Gael Guennebaud | 2008-12-18 |
* | more MSVC cmake fixes | Gael Guennebaud | 2008-12-17 |
* | some cmake fixes for windows and GSL | Gael Guennebaud | 2008-12-17 |
* | * throw bad_alloc if exceptions are enabled, after patch by Kenneth Riddile | Benoit Jacob | 2008-12-16 |
* | * complete the change norm2->squaredNorm in PartialRedux | Benoit Jacob | 2008-12-07 |
* | Update e-mail address | Benoit Jacob | 2008-11-24 |
* | Add isApprox in Geometry module's classes. | Gael Guennebaud | 2008-10-25 |
* | * fix issues with "long double" type (useful to enforce the use of x87 regist... | Gael Guennebaud | 2008-09-14 |
* | * Extend a bit ParametrizedLine and move it to a separate file, | Gael Guennebaud | 2008-09-03 |
* | if EIGEN_NICE_RANDOM is defined, the random functions will return numbers with | Benoit Jacob | 2008-09-01 |
* | * Add Hyperplane::transform(Matrix/Transform) | Gael Guennebaud | 2008-08-31 |
* | * bugfix in SolveTriangular found by Timothy Hunter (did not compiled for ver... | Gael Guennebaud | 2008-08-22 |
* | * add Regression module, from eigen1, improved, with doc and unit-test. | Benoit Jacob | 2008-08-11 |
* | add a geometry unit test and fix a couple of typo in Quaternion.h | Gael Guennebaud | 2008-06-03 |
* | added unit tests for sizeof and dynamic memory allocation | Gael Guennebaud | 2008-06-02 |
* | moved purely "array" related stuff to a new module Array. | Gael Guennebaud | 2008-05-31 |
* | now the unit-tests (hence all of Eigen) don't depend on Qt at all | Benoit Jacob | 2008-05-29 |
* | update of the testing framework: | Gael Guennebaud | 2008-05-22 |
* | * Patch by Konstantinos Margaritis: AltiVec vectorization. | Benoit Jacob | 2008-05-03 |
* | * added ei_sqrt for complex | Gael Guennebaud | 2008-04-27 |
* | added Cholesky module | Gael Guennebaud | 2008-04-27 |
* | Fixed a couple of issues introduced in previous commits. | Gael Guennebaud | 2008-04-26 |
* | added a tough test to check the determinant that currently fails | Gael Guennebaud | 2008-04-25 |
* | Added initial experimental support for explicit vectorization. | Gael Guennebaud | 2008-04-09 |
* | Make use of the LazyBit, introduce .lazy(), remove lazyProduct. | Benoit Jacob | 2008-03-31 |
* | * add Gael copyright lines on 2 more files | Benoit Jacob | 2008-03-26 |
* | small fix of VERIFY_ASSERT in debug mode | Gael Guennebaud | 2008-03-13 |
* | fixed an issue with VERIFY_ASSERT | Gael Guennebaud | 2008-03-12 |
* | Removed Column and Row in favor of Block | Gael Guennebaud | 2008-03-12 |
* | generalized ei_traits<>. | Benoit Jacob | 2008-03-12 |
* | big change: MatrixBase only takes one template parameter "Derived", the | Benoit Jacob | 2008-03-10 |
* | * Added support for a comma initializer: mat.block(i,j,2,2) << 1, 2, 3, 4; | Gael Guennebaud | 2008-03-08 |
* | Patch by Gael Guennebaud: coeff-wise binary operators. | Benoit Jacob | 2008-02-29 |
* | Relicense --> dual-license LGPL3+/GPL2+ | Benoit Jacob | 2008-02-28 |
* | prefix global functions with ei_ as previous solution was rather | Benoit Jacob | 2008-02-28 |
* | Ready for alpha2 release. | Benoit Jacob | 2008-01-07 |
* | - make MatrixBase and all expressions aware of their preferred traversal order. | Benoit Jacob | 2008-01-05 |
* | part 2 of the reorganization. Benefits/changes: | Benoit Jacob | 2007-12-28 |