aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Expand)AuthorAge
...
* * fix the binary bloat issue, Rohit's idea was the good oneGravatar Benoit Jacob2009-04-06
* fix computation of aligned_bit (has been broken by the change ofGravatar Gael Guennebaud2009-04-05
* sparse module: new API proposal for triangular solves and experimentalGravatar Gael Guennebaud2009-04-05
* * fixed truncation warnings caused by MatrixBase::CoeffReturnType under MSVCGravatar Kenneth Frank Riddile2009-04-03
* add an assertion in sparse LLT for invalid input matrixGravatar Gael Guennebaud2009-04-03
* oops, bad copy paste in ei_psqrt, thanks to Jitse NiesenGravatar Gael Guennebaud2009-04-02
* CwiseUnaryOp -> SparseCwiseUnaryOpGravatar Benoit Jacob2009-04-01
* * 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
* Many improvements in LLT and LDLT:Gravatar Benoit Jacob2009-03-30
* fix superLU backend: missing operator=Gravatar Gael Guennebaud2009-03-27
* 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
* fix Taucs support (it appears Taucs does not return sorted matrices)Gravatar Gael Guennebaud2009-03-26
* 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
* angle-axis doc: make it more clear the axis must be normalizedGravatar Gael Guennebaud2009-03-18
* 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
* fix compilation MSVCGravatar Gael Guennebaud2009-03-17
* add affine * homogeneous vector for backward compatibility (e.g.,Gravatar Gael Guennebaud2009-03-11
* minor changes in AlignedBox needed for BVH moduleGravatar Gael Guennebaud2009-03-11
* 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
* fix warning in TridiagGravatar Gael Guennebaud2009-03-09
* add a small note in Transform doc.Gravatar Gael Guennebaud2009-03-08
* 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
* Install the newly added eigen2/Eigen/src/Geometry/arch/Geometry_SSE.hGravatar Jure Repinc2009-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
* patch from Stjepan Rajko (MSVC fix in RotationBase)Gravatar Gael Guennebaud2009-03-06
* Commented out duplicate definition of TransformTraits - was causingGravatar Andrew Coles2009-03-05
* add efficient matrix product specializations for HomogeneousGravatar Gael Guennebaud2009-03-05
* remove bad #include of SelfadjointRank2Update.hGravatar Gael Guennebaud2009-03-05