aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/src
Commit message (Expand)AuthorAge
* std::erfcf doesn't exist: use numext::erfc insteadGravatar Benoit Steiner2016-08-11
* bug #1264: fix compilationGravatar Gael Guennebaud2016-07-27
* Big 1261: add missing max(ADS,ADS) overload (same for min)Gravatar Gael Guennebaud2016-07-27
* bug #1260: remove doubtful specializations of ScalarBinaryOpTraitsGravatar Gael Guennebaud2016-07-27
* bug #1250: fix pow() for AutoDiffScalar with custom nested scalar type.Gravatar Gael Guennebaud2016-07-25
* Fixed a code comment errorGravatar Yi Lin2016-07-20
* Move CUDA's special functions to SpecialFunctions module.Gravatar Gael Guennebaud2016-07-11
* bug #1232: refactor special functions as a new SpecialFunctions module, curre...Gravatar Gael Guennebaud2016-07-08
* Fix hyperbolic functions for autodiff.Gravatar Gael Guennebaud2016-06-24
* merge pull request 198Gravatar Gael Guennebaud2016-06-24
|\
| * Fix some unused typedef warnings.Gravatar Gael Guennebaud2016-06-24
| * Fix NumTraits<AutoDiff>Gravatar Gael Guennebaud2016-06-24
| * Fix instantiation of ScalarBinaryOpTraits for AutoDiff.Gravatar Gael Guennebaud2016-06-24
* | Add autodiff coverage for standard library hyperbolic functions, and tests.Gravatar Geoffrey Lalonde2016-06-15
| * Update AutoDiffScalar wrt to scalar-multiple.Gravatar Gael Guennebaud2016-06-14
| * Add bind1st_op and bind2nd_op helpers to turn binary functors into unary ones...Gravatar Gael Guennebaud2016-06-13
| * Relax mixing-type constraints for binary coefficient-wise operators:Gravatar Gael Guennebaud2016-06-06
|/
* Fix MatrixFunctions module.Gravatar Gael Guennebaud2016-06-03
* Fix compilation when defaulting to row-majorGravatar Gael Guennebaud2016-05-27
* Silenced several double-promotion warningsGravatar Christoph Hertzberg2016-05-22
* Remove std:: to enable custom scalar types.Gravatar Gael Guennebaud2016-05-19
* made a fix to the GMRES solver so that it now correctly reports the error ach...Gravatar David Dement2016-05-16
* bug #1229: bypass usage of Derived::Options which is available for plain matr...Gravatar Gael Guennebaud2016-05-18
* Pass argument by const ref instead of by value in pow(AutoDiffScalar...)Gravatar Gael Guennebaud2016-05-18
* bug #1223: fix compilation of AutoDiffScalar's min/max operators, and add reg...Gravatar Gael Guennebaud2016-05-18
* bug #1222: fix compilation in AutoDiffScalar and add respective unit testGravatar Gael Guennebaud2016-05-18
* Removed deprecated flag (which apparently was ignored anyway)Gravatar Christoph Hertzberg2016-05-11
* Fixed some incorrect assertionsGravatar Benoit Steiner2016-05-05
* Enable and fix -Wdouble-conversion warningsGravatar Christoph Hertzberg2016-05-05
* 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