aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/linearstructure.cpp
Commit message (Expand)AuthorAge
* 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
* Implement expr+scalar, scalar+expr, expr-scalar, and scalar-expr as binary ex...Gravatar Gael Guennebaud2016-06-14
* Add unittesting plugins to scalar_product_op and scalar_quotient_op to help c...Gravatar Gael Guennebaud2016-06-14
* Enable and fix -Wdouble-conversion warningsGravatar Christoph Hertzberg2016-05-05
* Add regression using test for array<complex>/realGravatar Gael Guennebaud2015-11-20
* Add special path for matrix<complex>/real.Gravatar Gael Guennebaud2015-06-26
* Avoid `unneeded-internal-declaration' warningGravatar Christoph Hertzberg2014-09-30
* Fix /= when using evaluator as in changeset 2d90484450f3934db3f5db39ef37967fb...Gravatar Gael Guennebaud2014-09-14
* Optimization: "matrix<complex> * real" did not call the special path and the ...Gravatar Gael Guennebaud2014-09-02
* Fix bug #314:Gravatar Gael Guennebaud2012-11-06
* 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
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* fix += return by value like operationsGravatar Gael Guennebaud2010-09-06
* More Index related stuff.Gravatar Hauke Heibel2010-06-21
* Utilize Index in all unit tests.Gravatar Hauke Heibel2010-06-20
* Complete rework of global math functions and NumTraits.Gravatar Benoit Jacob2010-04-28
* a couple of fixes, now Array passes the linearstructure testGravatar Gael Guennebaud2009-12-17
* a couple of fixes and cleaningGravatar Gael Guennebaud2009-12-17
* a lot of cleaning and fixesGravatar Gael Guennebaud2009-12-16
* adapt select, replicate and reverseGravatar Gael Guennebaud2009-12-10
* big huge changes, so i dont remember everything.Gravatar Benoit Jacob2009-10-28
* remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
* Update e-mail addressGravatar Benoit Jacob2008-11-24
* if EIGEN_NICE_RANDOM is defined, the random functions will return numbers withGravatar Benoit Jacob2008-09-01
* * bug fixes in: Dot, generalized eigen problem, singular matrix detetection ...Gravatar Gael Guennebaud2008-08-23
* * bugfix in SolveTriangular found by Timothy Hunter (did not compiled for ver...Gravatar Gael Guennebaud2008-08-22
* * Merge Extract and Part to the Part expression.Gravatar Gael Guennebaud2008-07-21
* the big Array/Cwise rework as discussed on the mailing list. The new APIGravatar Benoit Jacob2008-07-08
* * added a pseudo expression Array giving access to:Gravatar Gael Guennebaud2008-06-20
* many small fixes and documentation improvements,Gravatar Benoit Jacob2008-05-29
* * find the proper way of nesting the expression in Flagged:Gravatar Benoit Jacob2008-05-28
* update of the testing framework:Gravatar Gael Guennebaud2008-05-22
* added a tough test to check the determinant that currently failsGravatar Gael Guennebaud2008-04-25
* * make use of the EvalBeforeNestingBit and EvalBeforeAssigningBitGravatar Gael Guennebaud2008-04-05
* generalized ei_traits<>.Gravatar Benoit Jacob2008-03-12
* Relicense --> dual-license LGPL3+/GPL2+Gravatar Benoit Jacob2008-02-28
* prefix global functions with ei_ as previous solution was ratherGravatar Benoit Jacob2008-02-28
* rework Identity API: no longer restricted to square matricesGravatar Benoit Jacob2008-01-11
* Ready for alpha2 release.Gravatar Benoit Jacob2008-01-07
* - move: DerivedTraits becomes MatrixBase::TraitsGravatar Benoit Jacob2008-01-06
* - eigen2 now fully enforces constness! found a way to achieve thatGravatar Benoit Jacob2007-12-25