aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Remove unnecessary code. lazyAssign seems to fix all (noalias, initialization...Gravatar Chen-Pang He2012-09-24
* Remove class MatrixPowerEvaluator with enhanced existing MatrixPowerReturnVal...Gravatar Chen-Pang He2012-09-23
* Fix bug in MatrixPower(expression) due to destruction of temporary objects. S...Gravatar Chen-Pang He2012-09-23
* Eliminate unnecessary evaluationsGravatar Chen-Pang He2012-09-23
* Avoid inefficient 2x2 LUGravatar Chen-Pang He2012-09-22
* Fix my typo in MatrixPowerBase.h, no effect on the flow.Gravatar Chen-Pang He2012-09-22
* Fix cost evaluation. (chain product for integral power)Gravatar Chen-Pang He2012-09-22
* Implement matrix power-matrix product againGravatar Chen-Pang He2012-09-22
* Enable saving intermidiate (Schur decomposition) but disable unstable special...Gravatar Chen-Pang He2012-09-21
* Optimize matrix functions: m_fT is triangular and trmm is faster than gemmGravatar Chen-Pang He2012-09-16
* Fix rank-1 update for self-adjoint packed matrices.Gravatar Chen-Pang He2012-09-10
* Implement packed triangular solver.Gravatar Chen-Pang He2012-09-10
* Implement packed triangular matrix-vector product.Gravatar Chen-Pang He2012-09-09
* Use conj_expr_if to clarify what it's doing.Gravatar Chen-Pang He2012-09-09
* Extend rank-1 updates for different storage orders.Gravatar Chen-Pang He2012-09-09
* Implement rank-1 update for self-adjoint packed matrices.Gravatar Chen-Pang He2012-09-08
* Simplify Rank2Update.hGravatar Chen-Pang He2012-09-08
* Comment FIXMEs on Rank2Update.h and remove unused files.Gravatar Chen-Pang He2012-09-08
* Implement rank-2 update for packed matrices.Gravatar Chen-Pang He2012-09-08
* Perform direct calls in xHEMV and xSYMV.Gravatar Chen-Pang He2012-09-08
* Implement SDSDOT with DSDOT and avoid allocating buffers in DSDOT.Gravatar Chen-Pang He2012-09-08
* 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