aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
* | | | Fix a typo in blas/common.hGravatar Chen-Pang He2012-09-03
| | | |
| | | * added preconditioner with preconditioned-Lanczos iterationGravatar giacomo po2012-09-01
| | | |
* | | | 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.
| | * some optimization in MINRES, not sure about convergence criterionGravatar giacomo po2012-08-30
| | |
* | | 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 )
| | * first working version. Still no preconditioningGravatar giacomo po2012-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
| | | | | | | | | | | | 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
|\| |
| | * Clean the supernodal matrix classGravatar Desire NUENTSA2012-08-07
| | |
| | * Bug in 2D block update, disable it for nowGravatar Desire NUENTSA2012-08-07
| | |
| | * Add support for Metis fill-reducing ordering ; it is generally more ↵Gravatar Desire NUENTSA2012-08-06
| | | | | | | | | | | | efficient than COLAMD ordering
| * | 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
|/ /
| * Prefix with glu, the global structureGravatar Desire NUENTSA2012-08-03
| |
| * Prefix with glu, the global structureGravatar Desire NUENTSA2012-08-03
| |
| * SparseLU: add leverage level3 opsGravatar Gael Guennebaud2012-08-03
| |
| * factorize column_dfs and panel_dfsGravatar Gael Guennebaud2012-08-02
| |
| * Add unit testsGravatar Desire NUENTSA2012-08-03
| |
| * correct bug when solving with multiple RhsGravatar Desire NUENTSA2012-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 )
| * Update copyrights sectionsGravatar Desire NUENTSA2012-08-01
| |
| * switch to MPL licenseGravatar Desire NUENTSA2012-08-01
| |
| * Add missing .noalias()Gravatar Desire NUENTSA2012-08-01
| |