| Commit message (Expand) | Author | Age |
* | Fix bug #314: move remaining math functions from internal to numext namespace | Gael Guennebaud | 2013-06-10 |
* | Update basicstuff unit test to avoid instantiating the ambiguous sqrt(int) | Gael Guennebaud | 2013-02-14 |
* | Automatic relicensing to MPL2 using Keirs script. Manual fixup follows. | Benoit Jacob | 2012-07-13 |
* | Fix some unused-variable warnings with GCC 4.6 | Benoit Jacob | 2011-10-30 |
* | add the possibility to configure the maximal matrix size in the unit tests | Gael Guennebaud | 2011-07-12 |
* | fix unit tests for integer types in preparation for next changeset making ran... | Benoit Jacob | 2011-02-07 |
* | Added unit test for matrix creation from const raw data. | Hauke Heibel | 2010-12-15 |
* | bug #86 : use internal:: namespace instead of ei_ prefix | Benoit Jacob | 2010-10-25 |
* | noalias was wrongly skipping automatic transposition | Gael Guennebaud | 2010-09-02 |
* | More Index related stuff. | Hauke Heibel | 2010-06-21 |
* | Utilize Index in all unit tests. | Hauke Heibel | 2010-06-20 |
* | Make test slightly fuzzy to account for effect of extended precision. | Jitse Niesen | 2010-06-10 |
* | fix compilation error thanks to test case by Trevor Irons, and expand unit test | Benoit Jacob | 2010-05-09 |
* | introduce DenseCoeffsBase: this is where the coeff / coeffRef / etc... method... | Benoit Jacob | 2010-05-08 |
* | Complete rework of global math functions and NumTraits. | Benoit Jacob | 2010-04-28 |
* | restrict operator[] to vectors, not matrices. | Benoit Jacob | 2010-04-23 |
* | * Refactoring of the class hierarchy: introduction of DenseDirectAccessBase, ... | Benoit Jacob | 2010-04-16 |
* | unit tests for == / != operators | Thomas Capricelli | 2010-01-17 |
* | big huge changes, so i dont remember everything. | Benoit Jacob | 2009-10-28 |
* | * add serious unit test for swap | Benoit Jacob | 2009-09-02 |
* | Set of fixes and workaround to make sun studio more happy. | Gael Guennebaud | 2009-07-10 |
* | merge | Benoit Jacob | 2009-05-22 |
|\ |
|
| * | remove sentence "Eigen itself is part of the KDE project." | Benoit Jacob | 2009-05-22 |
* | | * add a writable generic coeff wise expression (CwiseUnaryView) | Gael Guennebaud | 2009-05-20 |
|/ |
|
* | gni, forgot to call the new subtest | Benoit Jacob | 2009-04-29 |
* | add cast<>() tests. including a vectorization_logic test that currently fails... | Benoit Jacob | 2009-04-29 |
* | now these tests succeed with 10,000 repeats | Benoit Jacob | 2009-01-27 |
* | * remove set(), revert to old behavior where = resizes | Benoit Jacob | 2009-01-21 |
* | Update e-mail address | Benoit Jacob | 2008-11-24 |
* | As discussed on ML: | Gael Guennebaud | 2008-10-24 |
* | * fix issues with "long double" type (useful to enforce the use of x87 regist... | Gael Guennebaud | 2008-09-14 |
* | if EIGEN_NICE_RANDOM is defined, the random functions will return numbers with | Benoit Jacob | 2008-09-01 |
* | * bugfix in SolveTriangular found by Timothy Hunter (did not compiled for ver... | Gael Guennebaud | 2008-08-22 |
* | *add operator()(int) for vectors, synonymous to operator[](int). | Benoit Jacob | 2008-08-18 |
* | * Merge Extract and Part to the Part expression. | Gael Guennebaud | 2008-07-21 |
* | * fix compilation issue in Product | Gael Guennebaud | 2008-07-02 |
* | update of the testing framework: | Gael Guennebaud | 2008-05-22 |
* | Make use of the LazyBit, introduce .lazy(), remove lazyProduct. | Benoit Jacob | 2008-03-31 |
* | * introducte recursive Flags system for the expressions | Benoit Jacob | 2008-03-30 |
* | generalized ei_traits<>. | Benoit Jacob | 2008-03-12 |
* | Extended the comma initializer to support xpr on the right side: | Gael Guennebaud | 2008-03-08 |
* | * Added support for a comma initializer: mat.block(i,j,2,2) << 1, 2, 3, 4; | Gael Guennebaud | 2008-03-08 |
* | * Fix a compilation issue with large fixed-size matrices: the unrollers were... | Gael Guennebaud | 2008-03-05 |
* | Removed trailling spaces. | Gael Guennebaud | 2008-03-03 |
* | 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 |
* | rework Identity API: no longer restricted to square matrices | Benoit Jacob | 2008-01-11 |
* | Ready for alpha2 release. | Benoit Jacob | 2008-01-07 |
* | - move: DerivedTraits becomes MatrixBase::Traits | Benoit Jacob | 2008-01-06 |
* | - eigen2 now fully enforces constness! found a way to achieve that | Benoit Jacob | 2007-12-25 |