aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* add a generic version of std::vector::resize for other stlGravatar Gael Guennebaud2009-04-21
* std::vector now explicitely requires the use of Eigen::aligned_allocatorGravatar Gael Guennebaud2009-04-21
* add missing vector ctor reported by Markus Moll on the MLGravatar Gael Guennebaud2009-04-21
* this should fix the linking issue with StdVector without any userGravatar Gael Guennebaud2009-04-21
* fix ctor issues with ei_workaround_msvc_std_vectorGravatar Gael Guennebaud2009-04-21
* not compilable with msvc :(Gravatar Christian Ehrlicher2009-04-15
* patch from Ilya Baran: This small patch fixes a potential initializationGravatar Gael Guennebaud2009-04-15
* fix the 4x4 inverse -- unit test passes againGravatar Benoit Jacob2009-04-14
* finally commit Rohit's work as the start of a new (currentlyGravatar Benoit Jacob2009-04-14
* patch from Moritz Lenz to allow solving transposed problem with superluGravatar Gael Guennebaud2009-04-10
* fix memory leak in superlu backendGravatar Gael Guennebaud2009-04-10
* bugfix when the diagonal is not stored and assumed to be 1Gravatar Gael Guennebaud2009-04-10
* add a 4x4 inverse case which is not handled by the currentGravatar Gael Guennebaud2009-04-09
* clean asm commentsGravatar Gael Guennebaud2009-04-09
* add aligned_allocator operator == and != as suggested by Hauke HeibelGravatar Gael Guennebaud2009-04-09
* more patches from Hauke Heibel: compilation/warning fixes from VC++Gravatar Benoit Jacob2009-04-09
* forward-port r951449: patch by Hauke Heibel: compile fix with VS 9Gravatar Benoit Jacob2009-04-09
* relicence Julien Pommier's SSE code to Eigen's licensesGravatar Gael Guennebaud2009-04-09
* stupid typoGravatar Gael Guennebaud2009-04-06
* * 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
* Compile fix.Gravatar Jos van den Oever2009-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
* add an auto-diff module in unsupported. it is similar to adolc's forwardGravatar Gael Guennebaud2009-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 typo found by noir.sender from KDE forumsGravatar Benoit Jacob2009-03-31
* 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
* As values may be used uninitialised, they have now been givenGravatar Andrew Coles2009-03-23
* * allows fixed size matrix with size==0 (via a specialization ofGravatar Gael Guennebaud2009-03-23
* split and extend eigen-solver testsGravatar 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
* Add BVH module in unsupported (patch from Ilya Baran)Gravatar Gael Guennebaud2009-03-18