aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/src
Commit message (Expand)AuthorAge
* Fixed a possible integer overflow.Gravatar Benoit Steiner2016-04-07
* bug #1189: fix pow/atan2 compilation for AutoDiffScalarGravatar Gael Guennebaud2016-04-05
* Replace all M_PI by EIGEN_PI and add a check to the testsuite.Gravatar Christoph Hertzberg2016-03-23
* Reverted previous commit since it caused more problems than it solvedGravatar Benoit Steiner2016-02-26
* Fixed handling of long doubles on aarch64Gravatar Benoit Steiner2016-02-26
* Fixed minor typo in SplineFitting.Gravatar Hauke Heibel2016-01-25
* Fix numerous doxygen shortcomings, and workaround some clang -Wdocumentation ...Gravatar Gael Guennebaud2016-01-01
* Disable AutoDiffScalar generic copy ctor for non compatible scalar types (fix...Gravatar Gael Guennebaud2015-12-16
* Add matrix-free solver exampleGravatar Gael Guennebaud2015-12-07
* Implement wrapper for matrix-free iterative solversGravatar Gael Guennebaud2015-12-07
* bug #1112: fix compilation on exotic architecturesGravatar Gael Guennebaud2015-11-27
* bug #1063: nest AutoDiffScalar by value to avoid dead referencesGravatar Gael Guennebaud2015-11-05
* Refactoring of the cost model:Gravatar Gael Guennebaud2015-10-28
* bug #1092: fix iterative solver ctors for expressions as inputGravatar Gael Guennebaud2015-10-26
* Added ArpackSupport to cmake install targetGravatar Abhijit Kundu2015-10-16
* Cleanup EIGEN_SPARSE_PUBLIC_INTERFACE, it is now a simple alias to EIGEN_GENE...Gravatar Gael Guennebaud2015-10-08
* Move IncompleteCholesky to official modulesGravatar Gael Guennebaud2015-10-08
* Improve doc of IncompleteCholeskyGravatar Gael Guennebaud2015-10-08
* Fix return by value versus ref typo in IncompleteCholeskyGravatar Gael Guennebaud2015-10-07
* bug #1076: fix scaling in IncompleteCholesky, improve doc, add read-only acce...Gravatar Gael Guennebaud2015-10-06
* bug #1070: propagate last three Matrix template arguments for NumTraits<AutoD...Gravatar Gael Guennebaud2015-09-28
* Remove dense nested loops in IncompleteCholeskyGravatar Gael Guennebaud2015-08-04
* Numerous fixes for IncompleteCholesky. Still have to make it fully exploit th...Gravatar Gael Guennebaud2015-08-04
* Add const getters for LM parametersGravatar Nicolas Mellado2015-07-17
* Get rid of class internal::nested<> (still have to updated Tensor module)Gravatar Gael Guennebaud2015-06-19
* code simplificationGravatar Gael Guennebaud2015-06-09
* formattingGravatar Gael Guennebaud2015-06-09
* remove redundant dynamic allocations in GMRESGravatar Gael Guennebaud2015-06-09
* fix some legitimate shadow warningsGravatar Gael Guennebaud2015-06-09
* Do not abort if the folder cannot be openned!Gravatar Gael Guennebaud2015-06-05
* Improve loading of symmetric sparse matrices in MatrixMarketIteratorGravatar Gael Guennebaud2015-06-05
* Fix trivial warnings in LevenbergMarquardt module and testGravatar Christoph Hertzberg2015-04-24
* Fix regression in DynamicSparseMatrix and SuperLUSupport wrt recent change on...Gravatar Gael Guennebaud2015-04-02
* fix loadMarket wrt Index versus intGravatar Gael Guennebaud2015-03-20
* Suppress some remaining Index conversion warningsGravatar Christoph Hertzberg2015-02-17
* Fix many long to int conversion warnings:Gravatar Gael Guennebaud2015-02-16
* Index refactoring: StorageIndex must be used for storage only (and locally wh...Gravatar Gael Guennebaud2015-02-13
* Merge Index-refactoring branch with default, fix PastixSupport, remove some u...Gravatar Gael Guennebaud2015-02-13
|\
| * Fix bug #733: step by step solving is not a good example for solveWithGuessGravatar Jan Blechta2015-02-10
| * typoGravatar Gael Guennebaud2015-02-10
| * Allows Lower|Upper as a template argument of CG and MINRES: in this case the ...Gravatar Gael Guennebaud2015-02-10
| * bug #897: Update unsupported iterative solvers based on IterativeSolverBased.Gravatar Gael Guennebaud2015-02-10
| * Using numext::pow instead of std::pow in poly_eval function.Gravatar Filippo Basso2015-02-04
* | bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index t...Gravatar Christoph Hertzberg2014-12-04
| * bug #876: remove usage of atanh2 in matrix powerGravatar Gael Guennebaud2014-12-08
| * bug #876, matrix_log_compute_2x2: directly use logp1 instead of atanh2Gravatar Gael Guennebaud2014-12-08
|/
* Move D&C SVD to official SVD module.Gravatar Gael Guennebaud2014-10-29
* BDCSVD: fix CMake install (missing separator).Gravatar Benjamin Chrétien2014-10-24
* Removed weird self assignment.Gravatar Christoph Hertzberg2014-10-24
* bug #701: workaround (min) and (max) blocking ADL by introducing numext::mini...Gravatar Gael Guennebaud2014-10-20