aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Implement functors for rank-1 and rank-2 update.Gravatar Chen-Pang He2012-09-08
* Fix memory leak in DSDOT.Gravatar Chen-Pang He2012-09-07
* BLAS: implement DSDOT and SDSDOT; update test for them.Gravatar Chen-Pang He2012-09-05
* Fix a typo in blas/common.hGravatar Chen-Pang He2012-09-03
* Write dox for assertionsGravatar Chen-Pang He2012-08-31
* Avoid inefficient 2x2 LU. Move atanh to internal for maintainability.Gravatar Chen-Pang He2012-08-30
* forward resize() function from Array/Matrix-Wrapper to the nested expression ...Gravatar Gael Guennebaud2012-08-30
* Fix out-of-range memory access in GEMV (the memory was not used for the compu...Gravatar Gael Guennebaud2012-08-30
* Fix dox and tabbingGravatar Chen-Pang He2012-08-29
* Tidy up and write dox.Gravatar Chen-Pang He2012-08-28
* Optimize matrix powerGravatar Chen-Pang He2012-08-26
* Fix a lot in MatrixPower.hGravatar Chen-Pang He2012-08-25
* mergeGravatar Jitse Niesen2012-08-27
|\
| * Add test for matrix power.Gravatar Chen-Pang He2012-08-27
* | Read real and complex bench matrices from a unique folderGravatar Desire NUENTSA W.2012-08-27
| * Replace atanh with atanh2Gravatar Chen-Pang He2012-08-27
|/
* workaround clang bug (see http://forum.kde.org/viewtopic.php?f=74&t=102653)Gravatar Gael Guennebaud2012-08-27
* fix a typo in commit 324ecf153b9b9ab85297e3087f0376e6c55f78fcGravatar Gael Guennebaud2012-08-27
* fix bug #499: the image was missing because of a dependency issue when buildi...Gravatar Gael Guennebaud2012-08-27
* simplify eigen-doc.tgz file generation, and make it more future proofGravatar Gael Guennebaud2012-08-27
* remove EXTRACT_ALLGravatar Gael Guennebaud2012-08-27
* add piwik code to documentation (web stats engine)Gravatar Thomas Capricelli2012-08-21
* Fix toc in dox and claim copyrightGravatar jdh82012-08-20
* Dox in MatrixFunctionsGravatar jdh82012-08-19
* Bugfix in MatrixLogarithm.hGravatar jdh82012-08-18
|\
| * Ensured that all branches of MatrixLogarithmAtomic::getPadeDegree return values.Gravatar Hauke Heibel2012-08-18
* | Add specialization for float and long doubleGravatar jdh82012-08-18
| * Undo incorrect fix in previous commit, and fix real mistake instead.Gravatar Jitse Niesen2012-08-17
| * Documentation fixes. Thanks to Rodney Sparapani for reporting these.Gravatar Jitse Niesen2012-08-17
* | Remove useless code (abort specialization for complex exponent temporarily)Gravatar jdh82012-08-15
* | matrix power: MatrixBase::pow(RealScalar) and MatrixBase::pow(T) where T is i...Gravatar jdh82012-08-15
* | using std::frexp instead of frexpGravatar jdh82012-08-08
* | Optimize getting exponent from IEEE floating points.Gravatar jdh82012-08-08
|\|
| * Add missing const in some castsGravatar Gael Guennebaud2012-08-05
| * Fix precision regression when attempting to fix underflow issues.Gravatar Gael Guennebaud2012-08-05
* | Fix some typos in MatrixLogarithm to improve accuracy.Gravatar jdh82012-08-03
|/
* fix bug #495: remove too aggressive EIGEN_FLATTEN_ATTRIB attributeGravatar Gael Guennebaud2012-08-02
* bug #493 : multiple calls to FindUmfPackGravatar Desire NUENTSA2012-08-02
* fix warningGravatar Gael Guennebaud2012-08-01
* fix lower acceptable bound of SSE pexp for doubleGravatar Gael Guennebaud2012-07-31
* Eigenvalues module: Implement setMaxIterations() methods.Gravatar Jitse Niesen2012-07-28
* add an example for GeneralizedEigenSolverGravatar Gael Guennebaud2012-07-28
* fix various regressions with MKL supportGravatar Gael Guennebaud2012-07-28
* RealQZ: added example and some code commentsGravatar Alexey Korepanov2012-07-28
* Added a default constructor for Splines which creates zero (constant) splines.Gravatar Hauke Heibel2012-07-28
* Fix typo in the doc: s/Succeeded/SuccessGravatar Gael Guennebaud2012-07-28
* add SSE pexp function for double, make use of _mm_floor_p* for pexp with SSE4.1Gravatar Gael Guennebaud2012-07-27
* extend quotient functor to allow for mixed types (complex-real)Gravatar Gael Guennebaud2012-07-27
* Add a preliminary GeneralizedEigenSolver computing the eigenvalues of Av=lBv ...Gravatar Gael Guennebaud2012-07-26
* RealSchur: improve speed of computeNormOfTGravatar Gael Guennebaud2012-07-26