aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/Coeffs.h
Commit message (Expand)AuthorAge
* *add operator()(int) for vectors, synonymous to operator[](int).Gravatar Benoit Jacob2008-08-18
* * Big change in Block and Map:Gravatar Gael Guennebaud2008-08-09
* introduce copyCoeff and copyPacket methods in MatrixBase, used byGravatar Benoit Jacob2008-08-05
* * rework Map, allow vectorizationGravatar Benoit Jacob2008-06-27
* change derived classes methods from "private:_method()"Gravatar Benoit Jacob2008-06-26
* * add bench/benchVecAdd.cpp by Gael, fix crash (ei_pload on non-aligned)Gravatar Benoit Jacob2008-06-26
* * Block: row and column expressions in the inner directionGravatar Benoit Jacob2008-06-16
* added a static assertion mechanismGravatar Gael Guennebaud2008-06-04
* * Added several cast to int of the enums (needed for some compilers)Gravatar Gael Guennebaud2008-05-12
* put inline keywords everywhere appropriate. So we don't need anymore to passGravatar Benoit Jacob2008-05-12
* fix a compilation issue with gcc-3.3 and ei_result_ofGravatar Gael Guennebaud2008-04-03
* * introducte recursive Flags system for the expressionsGravatar Benoit Jacob2008-03-30
* * #define EIGEN_NDEBUG now also disables asserts. UsefulGravatar Benoit Jacob2008-03-26
* get rid of MatrixRef, simplifications.Gravatar Benoit Jacob2008-03-13
* generalized ei_traits<>.Gravatar Benoit Jacob2008-03-12
* big change: MatrixBase only takes one template parameter "Derived", theGravatar Benoit Jacob2008-03-10
* Relicense --> dual-license LGPL3+/GPL2+Gravatar Benoit Jacob2008-02-28
* Ready for alpha2 release.Gravatar Benoit Jacob2008-01-07
* Patch by Gael Guennebaud, making Eigen compatible with the Intel compiler (icc).Gravatar Benoit Jacob2008-01-06
* move Core/ to a src/ subdir, in preparation for following changesGravatar Benoit Jacob2007-12-28