aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* 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
| | | | such that mat.array().resize(a,b) is now allowed.
* Fix out-of-range memory access in GEMV (the memory was not used for the ↵Gravatar Gael Guennebaud2012-08-30
| | | | | | | computation, only to assemble unaligned packets from aligned packet loads) (transplanted from 221f54698c2f6690da8c0f44c1e31e55118dedab )
* 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
| | | | | | | | Use Christoph Hertzberg's suggestion to use exponent laws.
* | Read real and complex bench matrices from a unique folderGravatar Desire NUENTSA W.2012-08-27
| | | | | | | | Output and display bench results using XML and XSLT
| * 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
| | | | (regarding MKL on windows)
* fix bug #499: the image was missing because of a dependency issue when ↵Gravatar Gael Guennebaud2012-08-27
| | | | building/executing the "special" examples
* 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 ↵Gravatar jdh82012-08-15
| | | | | | | | integral type
* | 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
| | | | (after some benchmarking, it was not useful anymore)
* bug #493 : multiple calls to FindUmfPackGravatar Desire NUENTSA2012-08-02
| | | | | (transplanted from 1914024965172d6920f3cbfa35b09053dcbb7fc8 )
* fix warningGravatar Gael Guennebaud2012-08-01
|
* fix lower acceptable bound of SSE pexp for doubleGravatar Gael Guennebaud2012-07-31
|