aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/array.cpp
Commit message (Expand)AuthorAge
* 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