aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/src
Commit message (Expand)AuthorAge
* merge EulerAngles moduleGravatar Gael Guennebaud2016-08-30
|\
* | bug #1167: simplify installation of header files using cmake's install(DIRECT...Gravatar Gael Guennebaud2016-08-29
* | 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
| | * Complete docs and add ostream operator for EulerAngles.Gravatar Tal Hadad2016-06-19
* | | 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
| | * Little bit docsGravatar Tal Hadad2016-06-13
| | * Add static assertionGravatar Tal Hadad2016-06-13
| * | Add bind1st_op and bind2nd_op helpers to turn binary functors into unary ones...Gravatar Gael Guennebaud2016-06-13
| | * More docs, and minor code fixesGravatar Tal Hadad2016-06-12
| | * Doc EulerAngles class, and minor fixes.Gravatar Tal Hadad2016-06-06
| * | Relax mixing-type constraints for binary coefficient-wise operators:Gravatar Gael Guennebaud2016-06-06
|/ /
* | Fix MatrixFunctions module.Gravatar Gael Guennebaud2016-06-03
| * Merged eigen/eigen into defaultGravatar Tal Hadad2016-06-02
| |\ | |/ |/|
| * Fix Gael reports (except documention)Gravatar Tal Hadad2016-06-02
* | 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
| * Fix commentsGravatar Tal Hadad2015-12-20
| * Use RotationBase, test quaternions and support ranges.Gravatar Tal Hadad2015-12-20
| * Remove unneccesary comment.Gravatar Tal Hadad2015-12-20
| * Merged eigen/eigen into defaultGravatar Tal Hadad2015-12-20
| |\ | |/ |/|
| * Much better tests, and a little bit more functionality.Gravatar Tal Hadad2015-12-20