aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/src
Commit message (Expand)AuthorAge
* Some warning fixesGravatar Gael Guennebaud2018-07-17
* Remove clang warningGravatar Gael Guennebaud2018-07-13
* Updates corresponding to the latest round of PR feedbackGravatar Deven Desai2018-07-11
* renaming CUDA* to GPU* for some header filesGravatar Deven Desai2018-07-11
* merging updates from upstreamGravatar Deven Desai2018-07-11
|\
* | updates based on PR feedbackGravatar Deven Desai2018-06-14
* | syncing this fork with upstreamGravatar Deven Desai2018-06-13
|\ \
| | * Use std::complex constructor instead of assignment from scalarGravatar Jonathan Liu2018-06-28
| |/
| * Merged in mfigurnov/eigen/gamma-der-a (pull request PR-403)Gravatar Benoit Steiner2018-06-11
| |\
| * | fix prototypeGravatar Gael Guennebaud2018-06-08
| | * Merge from eigen/eigenGravatar Michael Figurnov2018-06-07
| | |\ | | |/ | |/|
| | * Updated the stopping criteria in igammac_cf_impl.Gravatar Michael Figurnov2018-06-07
| | * Derivative of the incomplete Gamma function and the sample of a Gamma random ...Gravatar Michael Figurnov2018-06-06
* | | Adding support for using Eigen in HIP kernels.Gravatar Deven Desai2018-06-06
| |/ |/|
| * Merge from eigen/eigen.Gravatar Michael Figurnov2018-06-07
| |\
| | * Fix int versus IndexGravatar Gael Guennebaud2018-06-07
| * | Fix compilation of special functions without C99 math.Gravatar Michael Figurnov2018-06-07
|/ /
| * Fix typos found using codespellGravatar Gael Guennebaud2018-06-07
|/
* Exponentially scaled modified Bessel functions of order zero and one.Gravatar Michael Figurnov2018-05-31
* Hyperlink DOIs against preferred resolverGravatar Katrin Leinweber2018-05-24
* protect calls to isnanGravatar Gael Guennebaud2018-04-03
* Fix uninitialized output argument.Gravatar Gael Guennebaud2018-04-03
* Improve robustness of igamma and igammac to bad inputs.Gravatar Rasmus Munk Larsen2018-03-19
* Move KLU support to officialGravatar Gael Guennebaud2017-11-10
* KLU: truely disable unimplemented code, add proper static assertions in solveGravatar Gael Guennebaud2017-11-10
* Merged in kylemacfarlan/eigen (pull request PR-337)Gravatar Gael Guennebaud2017-11-10
|\
* \ Merged in jkflying/eigen-fix-scaling (pull request PR-302)Gravatar Gael Guennebaud2017-11-10
|\ \
* | | 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