aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/basicstuff.cpp
Commit message (Expand)AuthorAge
* Explicit casts of S -> std::complex<T>Gravatar Antonio Sanchez2020-11-14
* Fix test basic stuffGravatar David Tellenbach2020-07-09
* Fix tensor casts for large packets and casts to/from std::complexGravatar Antonio Sanchez2020-06-30
* Remove usage of #if EIGEN_TEST_PART_XX in unit tests that does not require th...Gravatar Gael Guennebaud2018-07-17
* Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLAR...Gravatar Gael Guennebaud2018-07-17
* Remove local Index typedef from unit-testsGravatar Gael Guennebaud2018-07-12
* Fix overflow and make use of long long in c++11 only.Gravatar Gael Guennebaud2017-02-13
* Fix vector indexing with uint64_tGravatar Jonathan Hseu2017-02-11
* Add unit tests for bug #981: valid and invalid usage of ternary operatorGravatar Gael Guennebaud2015-09-09
* Fix the fact that float(int) != float(int(float(int)))Gravatar Gael Guennebaud2015-06-23
* Ambiguous call fixes for clang.Gravatar Gael Guennebaud2014-07-22
* Extend fixed-size ctor unit test and fix conversion warning.Gravatar Gael Guennebaud2014-07-22
* Additional unit tests for bug #826 by GaelGravatar Christoph Hertzberg2014-06-23
* Fix bug #314: move remaining math functions from internal to numext namespaceGravatar Gael Guennebaud2013-06-10
* Update basicstuff unit test to avoid instantiating the ambiguous sqrt(int)Gravatar Gael Guennebaud2013-02-14
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* Fix some unused-variable warnings with GCC 4.6Gravatar Benoit Jacob2011-10-30
* add the possibility to configure the maximal matrix size in the unit testsGravatar Gael Guennebaud2011-07-12
* fix unit tests for integer types in preparation for next changeset making ran...Gravatar Benoit Jacob2011-02-07
* Added unit test for matrix creation from const raw data.Gravatar Hauke Heibel2010-12-15
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* noalias was wrongly skipping automatic transpositionGravatar Gael Guennebaud2010-09-02
* More Index related stuff.Gravatar Hauke Heibel2010-06-21
* Utilize Index in all unit tests.Gravatar Hauke Heibel2010-06-20
* Make test slightly fuzzy to account for effect of extended precision.Gravatar Jitse Niesen2010-06-10
* fix compilation error thanks to test case by Trevor Irons, and expand unit testGravatar Benoit Jacob2010-05-09
* introduce DenseCoeffsBase: this is where the coeff / coeffRef / etc... method...Gravatar Benoit Jacob2010-05-08
* Complete rework of global math functions and NumTraits.Gravatar Benoit Jacob2010-04-28
* restrict operator[] to vectors, not matrices.Gravatar Benoit Jacob2010-04-23
* * Refactoring of the class hierarchy: introduction of DenseDirectAccessBase, ...Gravatar Benoit Jacob2010-04-16
* unit tests for == / != operatorsGravatar Thomas Capricelli2010-01-17
* big huge changes, so i dont remember everything.Gravatar Benoit Jacob2009-10-28
* * add serious unit test for swapGravatar Benoit Jacob2009-09-02
* Set of fixes and workaround to make sun studio more happy.Gravatar Gael Guennebaud2009-07-10
* mergeGravatar Benoit Jacob2009-05-22
|\
| * remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
* | * add a writable generic coeff wise expression (CwiseUnaryView)Gravatar Gael Guennebaud2009-05-20
|/
* gni, forgot to call the new subtestGravatar Benoit Jacob2009-04-29
* add cast<>() tests. including a vectorization_logic test that currently fails...Gravatar Benoit Jacob2009-04-29
* now these tests succeed with 10,000 repeatsGravatar Benoit Jacob2009-01-27
* * remove set(), revert to old behavior where = resizesGravatar Benoit Jacob2009-01-21
* Update e-mail addressGravatar Benoit Jacob2008-11-24
* As discussed on ML:Gravatar Gael Guennebaud2008-10-24
* * fix issues with "long double" type (useful to enforce the use of x87 regist...Gravatar Gael Guennebaud2008-09-14
* if EIGEN_NICE_RANDOM is defined, the random functions will return numbers withGravatar Benoit Jacob2008-09-01
* * bugfix in SolveTriangular found by Timothy Hunter (did not compiled for ver...Gravatar Gael Guennebaud2008-08-22
* *add operator()(int) for vectors, synonymous to operator[](int).Gravatar Benoit Jacob2008-08-18
* * Merge Extract and Part to the Part expression.Gravatar Gael Guennebaud2008-07-21
* * fix compilation issue in ProductGravatar Gael Guennebaud2008-07-02
* update of the testing framework:Gravatar Gael Guennebaud2008-05-22