aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/array.cpp
Commit message (Expand)AuthorAge
* add global tan functionGravatar Gael Guennebaud2011-02-03
* Re-enabled the missing tests, again...Gravatar Hauke Heibel2010-12-16
* Improved the array unit test - internal::isApprox needs to use the same preci...Gravatar Hauke Heibel2010-12-16
* Uups - re-enabled subtests 1 to 5.Gravatar Hauke Heibel2010-12-16
* Fixed compound subtraction in ArrayBase where the assignment needs to be carr...Gravatar Hauke Heibel2010-12-16
* Initial fixes for bug #85.Gravatar Hauke Heibel2010-10-25
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* email changeGravatar Gael Guennebaud2010-06-24
* Fix compilation of some tests as well as more warnings.Gravatar Hauke Heibel2010-06-20
* Utilize Index in all unit tests.Gravatar Hauke Heibel2010-06-20
* add missing support for std::pow(array,scalar)Gravatar Gael Guennebaud2010-06-19
* implicit conversion to scalar for inner productGravatar Gael Guennebaud2010-06-02
* the Index types change.Gravatar Benoit Jacob2010-05-30
* * kill the retval typedefs, instead introduce ei_xxx_retval which does the jo...Gravatar Benoit Jacob2010-04-28
* Complete rework of global math functions and NumTraits.Gravatar Benoit Jacob2010-04-28
* add support for global math function for arrayGravatar Gael Guennebaud2010-01-27
* Remove some Array #includes.Gravatar Jitse Niesen2010-01-21
* add unit tests for true array objectsGravatar Gael Guennebaud2010-01-18
* s/asMatrix()/matrix()Gravatar Gael Guennebaud2010-01-04
* a lot of cleaning and fixesGravatar Gael Guennebaud2009-12-16
* Another big refactoring change:Gravatar Gael Guennebaud2009-11-18
* big huge changes, so i dont remember everything.Gravatar Benoit Jacob2009-10-28
* Set of fixes and workaround to make sun studio more happy.Gravatar Gael Guennebaud2009-07-10
* * rename PartialRedux to VectorwiseOpGravatar Gael Guennebaud2009-06-10
* remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
* fix msvc warnings (useful ones again) reported by gael on CDashGravatar Benoit Jacob2009-01-26
* add partial count redux (adapted patch from Ricard Marxer)Gravatar Gael Guennebaud2009-01-24
* add lpNorm<p>() method to MatrixBase, implemented in Array module, withGravatar Benoit Jacob2008-11-03
* Add coeff-wise comparisons to scalar operators. You can now write:Gravatar Gael Guennebaud2008-09-03
* Add a Select expression in the Array module which mimics a coeff-wise ?: oper...Gravatar Gael Guennebaud2008-09-03
* 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
* * Merge Extract and Part to the Part expression.Gravatar Gael Guennebaud2008-07-21
* Added MatrixBase::Unit*() static function to easily create unit/basis vectors.Gravatar Gael Guennebaud2008-07-19
* the big Array/Cwise rework as discussed on the mailing list. The new APIGravatar Benoit Jacob2008-07-08
* forgot to add the unit test array.cppGravatar Gael Guennebaud2008-06-21