aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/src
Commit message (Expand)AuthorAge
...
* | | Check that Schur decomposition succeed.Gravatar Gael Guennebaud2017-11-10
* | | bug #1484: restore deleted line for 128 bits long doubles, and improve dispat...Gravatar Gael Guennebaud2017-11-10
| | * Add support for SuiteSparse's KLU routinesGravatar Kyle Vedder2017-10-04
| |/ |/|
* | bug #1464 : Fixes construction of EulerAngles from 3D vector expression.Gravatar Abhijit Kundu2017-08-30
| * Make scaling work with non-square matricesGravatar Julian Kent2017-03-03
* | Add a EIGEN_NO_CUDA option, and introduce EIGEN_CUDACC and EIGEN_CUDA_ARCH al...Gravatar Gael Guennebaud2017-07-17
* | Specializing numeric_limits For AutoDiffScalarGravatar Mmanu Chaturvedi2017-05-23
* | Fix compilation of matrix log with Map as inputGravatar Gael Guennebaud2017-06-07
* | bug #1401: fix compilation of "cond ? x : -x" with x an AutoDiffScalarGravatar Gael Guennebaud2017-03-08
|/
* bug #1380: for Map<> as input of matrix exponentialGravatar Gael Guennebaud2017-02-20
* bug #1380: fix matrix exponential with Map<>Gravatar Gael Guennebaud2017-01-30
* Properly adjust precision when saving to Market format.Gravatar Gael Guennebaud2016-12-20
* Speed up parsing of sparse Market file.Gravatar Gael Guennebaud2016-12-20
* Fixed compilation warningsGravatar Benoit Steiner2016-11-26
* Fix compilation.Gravatar Gael Guennebaud2016-11-23
* Merged in tal500/eigen-eulerangles (pull request PR-237)Gravatar Gael Guennebaud2016-11-23
|\
* | Automatically switch between EigenSolver and ComplexEigenSolver, and fix a fe...Gravatar Gael Guennebaud2016-11-23
* | Patch from Oleg Shirokobrod to extend polynomial solver to complexesGravatar Gael Guennebaud2016-11-23
| * Allow to construct EulerAngles from 3D vector directly.Gravatar Tal Hadad2016-11-18
* | Don't call lgamma_r when compiling for an Apple device, since the function is...Gravatar Benoit Steiner2016-11-02
* | Don't attempts to use lgamma_r for CUDA devices.Gravatar Rasmus Munk Larsen2016-11-01
* | Use threadsafe versions of lgamma and lgammaf if possible.Gravatar Rasmus Munk Larsen2016-10-27
| * Add isApprox() and cast() functions.Gravatar Tal Hadad2016-10-17
| * Fix calc bug, docs and better testing.Gravatar Tal Hadad2016-10-16
| * Merge Hongkai Dai correct range calculation, and remove ranges from API.Gravatar Tal Hadad2016-10-14
|/|
| * implement euler angles with the right rangesGravatar Hongkai Dai2016-10-13
|/
* remove ternary operator in euler anglesGravatar Hongkai Dai2016-09-19
* Made AutoDiffJacobian more intuitive to use and updated for C++11Gravatar Emil Fresk2016-09-16
* bug #1288: fix memory leak in arpack wrapper.Gravatar Gael Guennebaud2016-09-05
* 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