aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core
Commit message (Expand)AuthorAge
...
* * Find SuperLU also when it is installed without a superlu/ prefixGravatar Benoit Jacob2009-04-01
* now if Derived has the DirectAccess flag, then MatrixBase<Derived>::coeff() c...Gravatar Benoit Jacob2009-04-01
* More Cholesky fixes.Gravatar Benoit Jacob2009-04-01
* fix mistake in static assertion, patch by Markus Moll.Gravatar Benoit Jacob2009-03-31
* add adjointInPlace() and add documentation warnings on adjoint() and transpos...Gravatar Benoit Jacob2009-03-31
* make special ei_p functions static to avoid linking issues (they are tooGravatar Gael Guennebaud2009-03-27
* add vectorization of sqrt for floatGravatar Gael Guennebaud2009-03-27
* The ABI break:Gravatar Benoit Jacob2009-03-26
* * enable vectorization of sin, cos, etc. by default with an option toGravatar Gael Guennebaud2009-03-26
* oops forgot to include a file in previous commit (I had other localGravatar Gael Guennebaud2009-03-26
* for some reason passing the argument by const reference killed the perfGravatar Gael Guennebaud2009-03-25
* add SSE2 versions of sin, cos, log, exp using code from JulienGravatar Gael Guennebaud2009-03-25
* * allows fixed size matrix with size==0 (via a specialization ofGravatar Gael Guennebaud2009-03-23
* ei_pnegate implemented for AltiVecGravatar Konstantinos A. Margaritis2009-03-20
* add vectorization of unary operator-() (the AltiVec version is probablyGravatar Gael Guennebaud2009-03-20
* more MSVC fixes: restrict keywords (sorry for all these commits)Gravatar Gael Guennebaud2009-03-17
* more MSVC fixes (asm comments...)Gravatar Gael Guennebaud2009-03-17
* add optimized cross3 function (code from Rohit Garg)Gravatar Gael Guennebaud2009-03-11
* fix a few compilation errors and warnings (ICC)Gravatar Gael Guennebaud2009-03-11
* fix compilation with old, and future gccGravatar Gael Guennebaud2009-03-10
* compilation fix in MapBaseGravatar Gael Guennebaud2009-03-10
* add "slice vectorization" of redux (eg. m.block().minCoeff() is nowGravatar Gael Guennebaud2009-03-09
* because of a missing specialization, operator/(scalar) was not vectorizedGravatar Gael Guennebaud2009-03-09
* fix MapBase's ForceAligned concept which was not working at all....Gravatar Gael Guennebaud2009-03-09
* add the vectorization of absGravatar Gael Guennebaud2009-03-09
* big rework of the Transform class:Gravatar Gael Guennebaud2009-03-08
* slight optimization of SSE base integer mul (thanks to Rohit Garg)Gravatar Gael Guennebaud2009-03-08
* add optimized quaternion * quaternion product specialization forGravatar Gael Guennebaud2009-03-07
* significantly reduce the default stack allocation limit which was muchGravatar Gael Guennebaud2009-03-06
* big addons:Gravatar Gael Guennebaud2009-03-05
* add ReturnByValue pseudo expression for in-place evaluation with aGravatar Gael Guennebaud2009-03-04
* add much faster versions of unaligned stores (and slightly fasterGravatar Gael Guennebaud2009-03-03
* performance improvement: rewrite of the matrix-matrix product followingGravatar Gael Guennebaud2009-03-02
* improve WIP new matrix productGravatar Gael Guennebaud2009-02-27
* Add COMPONENT DevelGravatar Laurent Montel2009-02-23
* Fix install headerGravatar Laurent Montel2009-02-22
* * split CacheFriendlyProduct into multiple smaller filesGravatar Gael Guennebaud2009-02-21
* oops, got confused by the preprocessor directives aroundGravatar Gael Guennebaud2009-02-21
* fix posix_memalign return value warningGravatar Gael Guennebaud2009-02-21
* Added new product implementation.Gravatar Daniel Gomez Ferro2009-02-20
* increase version number for stepGravatar Gael Guennebaud2009-02-19
* eventually c++ does not provide any optimized pow(int,int) function,Gravatar Gael Guennebaud2009-02-18
* fix assertion issue in slice vectorizationGravatar Gael Guennebaud2009-02-16
* no reason for 3 vec_mins, 2 are enough apparently in ei_predux_minGravatar Konstantinos A. Margaritis2009-02-12
* modified ei_predux_min/max to actually use altivec instructionsGravatar Konstantinos A. Margaritis2009-02-12
* fix bug in MapBase found by myguelGravatar Gael Guennebaud2009-02-12
* * exit Sum.h, exit Prod.h, welcome vectorization of redux() !Gravatar Gael Guennebaud2009-02-12
* add ei_predux_mul for AltiVecGravatar Gael Guennebaud2009-02-10
* * add ei_predux_mul internal functionGravatar Gael Guennebaud2009-02-10
* fix ICC internal compilation errorGravatar Gael Guennebaud2009-02-10