aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cwiseop.cpp
Commit message (Expand)AuthorAge
* Workaround warning: assuming signed overflow does not occur when...Gravatar Gael Guennebaud2013-02-26
* Make sure sqrt and the likes are not compiled for integer type in cwiseop uni...Gravatar Gael Guennebaud2012-12-20
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* fix a couple of warnings in the unit testsGravatar Gael Guennebaud2011-11-05
* protect calls to min and max with parentheses to make Eigen compatible with d...Gravatar Gael Guennebaud2011-07-21
* 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
* email changeGravatar Gael Guennebaud2010-06-24
* 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
* Remove some Array #includes.Gravatar Jitse Niesen2010-01-21
* Another big refactoring change:Gravatar Gael Guennebaud2009-11-18
* 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
* *add missing overloads of setZero, etc... that were mentioned in the tutorialGravatar Benoit Jacob2009-05-06
* fix msvc warnings (useful ones again) reported by gael on CDashGravatar Benoit Jacob2009-01-26
* add fill() function as an alias for setConstantGravatar Gael Guennebaud2009-01-24
* forgot to commit updated testGravatar Benoit Jacob2009-01-11
* 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
* extended cwise unit tests to cover all Cwise APIGravatar Gael Guennebaud2008-08-22
* * 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
* * vectorize dot product, copying code from sum.Gravatar Benoit Jacob2008-06-24
* moved purely "array" related stuff to a new module Array.Gravatar Gael Guennebaud2008-05-31
* update of the testing framework:Gravatar Gael Guennebaud2008-05-22
* * added cwise comparisonsGravatar Gael Guennebaud2008-04-03
* -new: recursive costs system, useful to determine automaticallyGravatar Benoit Jacob2008-04-03
* generalized ei_traits<>.Gravatar Benoit Jacob2008-03-12
* * coefficient wise operators are more generic, with controllable result type.Gravatar Gael Guennebaud2008-03-06
* Removed trailling spaces.Gravatar Gael Guennebaud2008-03-03
* * Added generic unary operators (replace Opposite and Conjugate)Gravatar Gael Guennebaud2008-03-03
* Patch by Gael Guennebaud: coeff-wise binary operators.Gravatar Benoit Jacob2008-02-29