aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Merged.Gravatar Jeff2014-06-23
|\
| * Removed tabs and fixed indentation.Gravatar Jeff2014-06-23
* | Fixed type mixing issues.Gravatar Jeff2014-06-23
|/
* Using LU decomposition with complete pivoting for better accuracy.Gravatar Jeff2014-06-23
* Changed uint to unsigned int.Gravatar Jeff2014-06-23
* Added Spline interpolation with derivatives.Gravatar Jeff2014-06-20
* Fix bug #827: improve accuracy of quaternion to angle-axis conversionGravatar Gael Guennebaud2014-06-20
* Add assertion and warning on the requirements of SparseQR and COLAMDOrderingGravatar Gael Guennebaud2014-06-20
* Explain how to export sparse linear problems in matrix-market format.Gravatar Gael Guennebaud2014-06-20
* Add documentation and very simple test for array atan(), part 2Gravatar Jitse Niesen2014-06-19
* Add documentation and very simple test for array atan().Gravatar Jitse Niesen2014-06-19
* Add component-wise atan() function (see bug #80).Gravatar Roger Martin2014-06-19
* fixed warning: -Wunused-local-typedefsGravatar Mark Borgerding2014-06-17
* Fix Jacobi preconditioner with zero diagonal entriesGravatar Gael Guennebaud2014-06-17
* Update decompositions tablesGravatar Gael Guennebaud2014-06-17
* Merged in vladimir_ch/eigen/vladimir_ch/bug-796-fix-eigen3config.cmake (pull ...Gravatar Gael Guennebaud2014-06-17
|\
| * Change variable names in Eigen3Config.cmake to EIGEN3_*Gravatar Vladimir Chalupecky2014-06-12
|/
* The BLAS interface is complete.Gravatar Gael Guennebaud2014-06-06
* Fix bug #738: use the "current" version of cmake project directories to ease ...Gravatar Gael Guennebaud2014-06-06
* Enable LinearAccessBit in Block expression for inner-panelsGravatar Gael Guennebaud2014-06-06
* unsupported/TensorSymmetry: factor out completely from Tensor moduleGravatar Christian Seiler2014-06-04
* unsupported/TensorSymmetry: make symgroup construction autodetect number of i...Gravatar Christian Seiler2014-06-04
* unsupported/CXX11/Core: allow gen_numeric_list to have a starting pointGravatar Christian Seiler2014-06-04
* unsupported/ C++11 workarounds: don't use hack for libc++ if not requiredGravatar Christian Seiler2014-06-04
* Fix compilation for CXX11/Tensor module if unsupported is not in include pathGravatar Christian Seiler2014-06-04
* Fic bug #819: include path of details.hGravatar Gael Guennebaud2014-06-04
* Fix test: EigenSolver on 1x1 matrix with NaN sets info to NumericalIssue.Gravatar Jitse Niesen2014-06-02
* Fix doc'n of FullPivLU re permutation matrices (bug #815).Gravatar Jitse Niesen2014-05-31
* AsciiQuickReference: added .real(), .imag()Gravatar Mark Borgerding2014-05-16
* fixed AsciiQuickReference typo: LinSpace -> LinSpacedGravatar Mark Borgerding2014-05-08
* README.md edited online with BitbucketGravatar Christoph Hertzberg2014-05-21
* PolynomialSolver: fix typo.Gravatar Benjamin Chrétien2014-05-19
* PolynomialSolver: fix bugs related to linear polynomials.Gravatar Benjamin Chrétien2014-05-19
* PolynomialSolver: add missing constructors.Gravatar Benjamin Chrétien2014-05-19
* PolynomialSolver: test template constructor in test suite.Gravatar Benjamin Chrétien2014-05-19
* PolynomialSolver: add a test to reveal a bug.Gravatar Benjamin Chrétien2014-05-19
* Merged in benoitsteiner/eigen-fixes (pull request PR-62)Gravatar Christoph Hertzberg2014-05-08
|\
| * Made it possible to call the assignment operator on an Eigen::Block from a CU...Gravatar Benoit Steiner2014-05-07
* | Disabled unused warnings in Eigen2-testsGravatar Christoph Hertzberg2014-05-06
* | Missed to remove IACA_END in previous commitGravatar Christoph Hertzberg2014-05-05
* | Removed IACA-definesGravatar Christoph Hertzberg2014-05-05
* | Fixed unused variable warningsGravatar Christoph Hertzberg2014-05-05
* | Fix bug #807: Missing scalar type cast in umeyama()Gravatar Christoph Hertzberg2014-05-05
* | Fixed bug #806: Missing scalar type cast in Quaternion::setFromTwoVectors()Gravatar Christoph Hertzberg2014-05-05
* | Fix typo in SparseMatrix assert.Gravatar Benjamin Chretien2014-05-03
* | Add missing add_subdirectory directiveGravatar Gael Guennebaud2014-05-03
* | Fix bug #803: avoid char* to int* conversionGravatar Gael Guennebaud2014-05-01
* | Add a small benchmark to compare dense solvers for small to large problems.Gravatar Gael Guennebaud2014-04-28
* | Make gdb pretty printer Python3-compatible (bug #800).Gravatar Kolja Brix2014-04-28
* | TRMM: Make sure we have enough memory in rhs block to enforce alignment.Gravatar Gael Guennebaud2014-04-25