aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/util/Meta.h
Commit message (Expand)AuthorAge
* add a noncopyable base class for decompositionsGravatar Gael Guennebaud2012-06-04
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
* rm non standard and useless overloads of is_arithmetic for long longGravatar Gael Guennebaud2012-01-31
* add is_constGravatar Benoit Jacob2010-12-01
* remove makeconst_return_typeGravatar Benoit Jacob2010-12-01
* Removed remove_const_on_value_type since the meaning is unclear and it is in ...Gravatar Hauke Heibel2010-11-26
* Added STL like (add|remove)_const. Fixed add_const_on_value_type for "const T...Gravatar Hauke Heibel2010-11-26
* Postfixed add_const and remove_const by _on_value_type to express the differe...Gravatar Hauke Heibel2010-11-26
* Renamed cleantype to remove_all since it is close to remove_{const|pointer|re...Gravatar Hauke Heibel2010-10-26
* Initial fixes for bug #85.Gravatar Hauke Heibel2010-10-25
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* * fix compilation of mixed scalar productGravatar Gael Guennebaud2010-07-19
* move ei_conj_if to a more appropriate fileGravatar Gael Guennebaud2010-07-09
* fix warning "type qualifiers ignored on function return type" for long long s...Gravatar Gael Guennebaud2010-07-05
* fix very annoying warning (gcc 4.3): type qualifiers ignored on function retu...Gravatar Gael Guennebaud2010-06-25
* email changeGravatar Gael Guennebaud2010-06-24
* fix compilation adding a makeconst helper structGravatar Gael Guennebaud2009-11-07
* my previous fix was not very goodGravatar Gael Guennebaud2009-08-15
* finally directly calling the low-level products is fasterGravatar Gael Guennebaud2009-07-10
* * update sparse module wrt new diagonal matrix implGravatar Gael Guennebaud2009-07-04
* remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
* * enable vectorization of sin, cos, etc. by default with an option toGravatar Gael Guennebaud2009-03-26
* unfuck v.cwise()*w where v is real and w is complexGravatar Benoit Jacob2008-12-21
* Update e-mail addressGravatar Benoit Jacob2008-11-24
* Shut up two bogus gcc 4.3 warningsGravatar Benoit Jacob2008-08-25
* Documentation: fill the placeholders, add a custom CSS file,Gravatar Gael Guennebaud2008-08-24
* bugfix in Product and ei_L2_block_traitsGravatar Gael Guennebaud2008-08-24
* temporary fix of the pèrevious commitGravatar Gael Guennebaud2008-08-24
* * split Meta.h to Meta.h (generic meta programming) and XprHelper.h (relates ...Gravatar Gael Guennebaud2008-08-24
* * remove LargeBit and related stuffGravatar Gael Guennebaud2008-08-23
* Various compilation fixes for MSVC 9. All tests compile but someGravatar Gael Guennebaud2008-08-19
* * Big change in Block and Map:Gravatar Gael Guennebaud2008-08-09
* Several compilation fixes for MSVC and NVCC, basically:Gravatar Gael Guennebaud2008-07-29
* the big Array/Cwise rework as discussed on the mailing list. The new APIGravatar Benoit Jacob2008-07-08
* * added innerSize / outerSize functions to MatrixBaseGravatar Gael Guennebaud2008-06-28
* * rework Map, allow vectorizationGravatar Benoit Jacob2008-06-27
* various work on the Sparse module:Gravatar Gael Guennebaud2008-06-26
* * add bench/benchVecAdd.cpp by Gael, fix crash (ei_pload on non-aligned)Gravatar Benoit Jacob2008-06-26
* * more cleaning in ProductGravatar Gael Guennebaud2008-06-19
* * refactoring of Product:Gravatar Gael Guennebaud2008-06-19
* fix two bugs dicovered by the previous commit.Gravatar Gael Guennebaud2008-06-16
* * Block: row and column expressions in the inner directionGravatar Benoit Jacob2008-06-16
* * Big rework of Assign.h:Gravatar Benoit Jacob2008-06-16
* * make the _Flags template parameter of Matrix default to the correctedGravatar Benoit Jacob2008-06-13
* added a static assertion mechanismGravatar Gael Guennebaud2008-06-04
* added optimized matrix times diagonal matrix product via Diagonal flag shortcut.Gravatar Gael Guennebaud2008-05-31
* Added ArrayBit to get the ability to manipulate a Matrix like a simple scalar.Gravatar Gael Guennebaud2008-05-29
* many small fixes and documentation improvements,Gravatar Benoit Jacob2008-05-29
* hehe, the complicated nesting scheme in Flagged in the previous commitGravatar Benoit Jacob2008-05-28
* - introduce Part and Extract classes, splitting and extending the formerGravatar Benoit Jacob2008-05-27