aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Replace COPYING.LGPL by a copy of the LGPL 2.1 (instead of LGPL 3).Gravatar Benoit Jacob2012-09-10
* Clean the Colamd routine and add test for sparselu codeGravatar Desire NUENTSA2012-09-10
|\
| * Clean the Colamd routineGravatar Desire NUENTSA2012-09-10
| * add SparseLU in sparse benchGravatar Desire NUENTSA2012-09-10
* | Merged in jdh8/eigen (pull request PR-16)Gravatar Gael Guennebaud2012-09-08
|\ \
* | | fix bug #501: remove aggressive mat/scalar optimization (was replaced by mat*...Gravatar Gael Guennebaud2012-09-08
* | | remove stupid assert in blue norm.Gravatar Gael Guennebaud2012-09-07
| |/ |/|
| * 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
* | multiple warnings for unused variableGravatar Desire NUENTSA2012-09-07
* | merge Sparse LU branchGravatar Desire NUENTSA2012-09-07
|\ \
| * | Add tutorial for sparse solversGravatar Desire NUENTSA2012-09-07
| | * 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
| * | Init perf valuesGravatar Desire NUENTSA2012-09-04
| * | correct bug in Blas 3 2D block updateGravatar Desire NUENTSA2012-09-04
| * | Bug in blas 3 2D block updateGravatar Desire NUENTSA2012-09-03
* | | Insert XSL styles into output XML filesGravatar Desire NUENTSA2012-09-03
| | * 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
|\| |
| | * Clean the supernodal matrix classGravatar Desire NUENTSA2012-08-07
| | * Bug in 2D block update, disable it for nowGravatar Desire NUENTSA2012-08-07