aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported
Commit message (Collapse)AuthorAge
* Avoid inefficient 2x2 LU. Move atanh to internal for maintainability.Gravatar Chen-Pang He2012-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
|/
* 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
| |
* | 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
|\|
* | Fix some typos in MatrixLogarithm to improve accuracy.Gravatar jdh82012-08-03
|/
* Added a default constructor for Splines which creates zero (constant) splines.Gravatar Hauke Heibel2012-07-28
|
* MINPACK license is OK for MPL2 after allGravatar Benoit Jacob2012-07-15
|
* clean old KDE mention and relatedGravatar Gael Guennebaud2012-07-14
|
* Add a EIGEN_MPL2_ONLY build option to generate compiler errors when ↵Gravatar Benoit Jacob2012-07-13
| | | | including non-MPL2 modules
* Manual MPL2 relicensing fixesGravatar Benoit Jacob2012-07-13
|
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
|
* fix GMRESGravatar Gael Guennebaud2012-06-23
|
* MPreal: extended unit test, remove useless internal overloads, add support ↵Gravatar Gael Guennebaud2012-06-21
| | | | for internal::cast (needed for printing)
* patch mpfr c++ copy to fix warnings and min/max issuesGravatar Gael Guennebaud2012-06-21
|
* update internal mpfr C++ copyGravatar Gael Guennebaud2012-06-21
|
* update adolc support wrt "new" NumTraits mechanismGravatar Gael Guennebaud2012-06-18
|
* Matrix-Market: fix perf issue and infinite loopGravatar Gael Guennebaud2012-06-15
|
* fix typo in unsupported/NumericalDiffGravatar Gael Guennebaud2012-06-15
|
* Fix kdBVH unit testGravatar Gael Guennebaud2012-06-04
|
* Read header of Hermitian matricesGravatar Desire NUENTSA2012-05-25
|
* protect min/max with parenthesisGravatar Gael Guennebaud2012-05-15
|
* mergeGravatar Jitse Niesen2012-05-02
|\
* | AutoDiffScalar: fix bug with operator/, add missing functionsGravatar Philip Avery2012-05-02
| |
| * Got rid of a warning message by doing an explicit castGravatar clusty2012-05-02
| |
* | fix lmdif1 with Scalar!=doubleGravatar Gael Guennebaud2012-05-01
| |
* | cleaning pass: rm unused variables in MKL stuff, fix a few namespace issues, ↵Gravatar Gael Guennebaud2012-04-18
| | | | | | | | MarketIO needs iostream
* | Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
| |
* | Added spline interpolation with pre-defined knot parameters.Gravatar Hauke Heibel2012-04-13
| |
* | remove use of GSL in polynomialsolver unit testGravatar Gael Guennebaud2012-04-11
| |
* | does not include MatrixMaketIterator on win32,Gravatar Gael Guennebaud2012-03-31
| | | | | | | | no "using whatever" in global scope in a header file
* | Adding a householder-GMRES implementation from Kolja BrixGravatar Desire NUENTSA2012-03-29
| |
* | add a benchmark routine for all sparse linear solvers in EigenGravatar Desire NUENTSA2012-03-29
| |
* | Algorithm to equilibrate rows and columns of a square matrixGravatar Desire NUENTSA2012-03-22
| |
* | compress loaded market matrixGravatar Desire NUENTSA2012-03-22
| |
* | improve FindFFTW cmake moduleGravatar Gael Guennebaud2012-03-15
| |
* | Adding support to read and write complex matrices in Matrix Market formatGravatar Desire NUENTSA2012-03-08
|/