| Commit message (Expand) | Author | Age |
* | Explicit casts of S -> std::complex<T> | Antonio Sanchez | 2020-11-14 |
* | Fix test basic stuff | David Tellenbach | 2020-07-09 |
* | Fix tensor casts for large packets and casts to/from std::complex | Antonio Sanchez | 2020-06-30 |
* | Remove usage of #if EIGEN_TEST_PART_XX in unit tests that does not require th... | Gael Guennebaud | 2018-07-17 |
* | Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLAR... | Gael Guennebaud | 2018-07-17 |
* | Remove local Index typedef from unit-tests | Gael Guennebaud | 2018-07-12 |
* | Fix overflow and make use of long long in c++11 only. | Gael Guennebaud | 2017-02-13 |
* | Fix vector indexing with uint64_t | Jonathan Hseu | 2017-02-11 |
* | Add unit tests for bug #981: valid and invalid usage of ternary operator | Gael Guennebaud | 2015-09-09 |
* | Fix the fact that float(int) != float(int(float(int))) | Gael Guennebaud | 2015-06-23 |
* | Ambiguous call fixes for clang. | Gael Guennebaud | 2014-07-22 |
* | Extend fixed-size ctor unit test and fix conversion warning. | Gael Guennebaud | 2014-07-22 |
* | Additional unit tests for bug #826 by Gael | Christoph Hertzberg | 2014-06-23 |
* | 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 |