aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/src
Commit message (Expand)AuthorAge
...
| * | 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
* | 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