aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* 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
|\|
| * 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
* bug #493 : multiple calls to FindUmfPackGravatar Desire NUENTSA2012-08-02
* fix warningGravatar Gael Guennebaud2012-08-01
* fix lower acceptable bound of SSE pexp for doubleGravatar Gael Guennebaud2012-07-31
* Eigenvalues module: Implement setMaxIterations() methods.Gravatar Jitse Niesen2012-07-28
* add an example for GeneralizedEigenSolverGravatar Gael Guennebaud2012-07-28
* fix various regressions with MKL supportGravatar Gael Guennebaud2012-07-28
* RealQZ: added example and some code commentsGravatar Alexey Korepanov2012-07-28
* Added a default constructor for Splines which creates zero (constant) splines.Gravatar Hauke Heibel2012-07-28
* Fix typo in the doc: s/Succeeded/SuccessGravatar Gael Guennebaud2012-07-28
* add SSE pexp function for double, make use of _mm_floor_p* for pexp with SSE4.1Gravatar Gael Guennebaud2012-07-27
* extend quotient functor to allow for mixed types (complex-real)Gravatar Gael Guennebaud2012-07-27
* Add a preliminary GeneralizedEigenSolver computing the eigenvalues of Av=lBv ...Gravatar Gael Guennebaud2012-07-26
* RealSchur: improve speed of computeNormOfTGravatar Gael Guennebaud2012-07-26
* RealQZ: improve computeNorms speed, improve shift accuracy (better to do a/b ...Gravatar Gael Guennebaud2012-07-26
* SparseMatrix: add missing ctor for ReturnByValueGravatar Gael Guennebaud2012-07-25
* RealQZ: bug in pushDownZero fixed tooGravatar Alexey Korepanov2012-07-25
* RealQZ: bug in splitOffTwoRows fixedGravatar Alexey Korepanov2012-07-25
* Add static assert that objects on stacks are not too big (bug #491).Gravatar Jitse Niesen2012-07-17
* Fix aliasing issue in sparse matrix assignment.Gravatar Gael Guennebaud2012-07-25
* do not apply plane rotation when it is exactly the identityGravatar Gael Guennebaud2012-07-24
* RealQZ: optimize general hessenberg to not apply rotations to zero entries.Gravatar Gael Guennebaud2012-07-24
* real QZ: update licenseGravatar Gael Guennebaud2012-07-24
* Add a RealQZ class: a generalized Schur decomposition for real matricesGravatar Alexey Korepanov2012-07-11
* Allow user to specify max number of iterations (bug #479).Gravatar Jitse Niesen2012-07-24
* Use EISPACK's strategy re max number of iters in Schur decomposition (bug #479).Gravatar Jitse Niesen2012-07-22
* LDLT: Report sign consistent with D for indefinite matrices.Gravatar Jitse Niesen2012-07-22
* Fix some illegal memory access in sparse conservativeResize()Gravatar Jitse Niesen2012-07-20
* bug #449: add SparseMatrix::conservativeResize featureGravatar Benjamin Piwowarski2012-07-19
* add COPYING.MINPACKGravatar Benoit Jacob2012-07-15
* MINPACK license is OK for MPL2 after allGravatar Benoit Jacob2012-07-15
* add COPYING.READMEGravatar Benoit Jacob2012-07-15
* add COPYING.MPL2Gravatar Benoit Jacob2012-07-15