aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Expand)AuthorAge
* bug #1207: Add and fix logical-op warningsGravatar Christoph Hertzberg2016-05-11
* bug #1213: Give names to anonymous enumsGravatar Christoph Hertzberg2016-05-06
* Fixed a typo in my previous commitGravatar Benoit Steiner2016-05-11
* Workaround maybe-uninitialized warningGravatar Christoph Hertzberg2016-05-11
* Workaround "misleading-indentation" warningsGravatar Christoph Hertzberg2016-05-11
* Added packet primitives to compute exp, log, sqrt and rsqrt on fp16. This imp...Gravatar Benoit Steiner2016-05-10
* Added support for packet processing of fp16 on kepler and maxwell gpusGravatar Benoit Steiner2016-05-06
* Relaxed the dummy precision for fp16Gravatar Benoit Steiner2016-05-05
* Enable and fix -Wdouble-conversion warningsGravatar Christoph Hertzberg2016-05-05
* fix double-promotion/float-conversion in Core/SpecialFunctions.hGravatar Ola Røer Thorsen2016-05-04
* Improve documentation of BDCSVDGravatar Gael Guennebaud2016-05-04
* bug #1214: consider denormals as zero in D&C SVD. This also workaround infini...Gravatar Gael Guennebaud2016-05-03
* Fixed compilation error with cuda >= 7.5Gravatar Benoit Steiner2016-05-03
* Made a cast explicitGravatar Benoit Steiner2016-05-02
* Fix performance regression: with AVX, unaligned stores were emitted instead o...Gravatar Gael Guennebaud2016-05-01
* Fixed compilation errors generated by clangGravatar Benoit Steiner2016-04-29
* Don't turn on const expressions when compiling with gcc >= 4.8 unless the -st...Gravatar Benoit Steiner2016-04-29
* Fix compilation of sparse.cast<>().transpose().Gravatar Gael Guennebaud2016-04-29
* Fixed the igamma and igammac implementations to make them callable from a gpu...Gravatar Benoit Steiner2016-04-28
* Deleted unused variableGravatar Benoit Steiner2016-04-28
* Eliminate mutual recursion in igamma{,c}_impl::Run.Gravatar Justin Lebar2016-04-28
* Merged in rmlarsen/eigen2 (pull request PR-183)Gravatar Benoit Steiner2016-04-27
|\
| * Depend on the more extensive support for constexpr in clang:Gravatar Rasmus Munk Larsen2016-04-27
| * Detect cxx_constexpr support when compiling with clang.Gravatar Rasmus Munk Larsen2016-04-27
* | fpclassify isn't portable enough. In particular, the return values of the fun...Gravatar Benoit Steiner2016-04-27
* | Made the index type a template parameter to evaluateProductBlockingSizesGravatar Benoit Steiner2016-04-27
|/
* Improved support for min and max on 16 bit floats when running on recent cuda...Gravatar Benoit Steiner2016-04-27
* Added support for fpclassify in Eigen::NumextGravatar Benoit Steiner2016-04-27
* Merged in rmlarsen/eigen (pull request PR-179)Gravatar Benoit Steiner2016-04-21
|\
| * Prevent crash in CompleteOrthogonalDecomposition if object was default constr...Gravatar Rasmus Munk Larsen2016-04-21
* | Don't attempt to leverage the _cvtss_sh and _cvtsh_ss instructions when compi...Gravatar Benoit Steiner2016-04-20
* | Made sure all the required header files are included when trying to use fp16Gravatar Benoit Steiner2016-04-19
|/
* Enable lazy-coeff-based-product for vector*(1x1) productsGravatar Gael Guennebaud2016-04-16
* Deleted extraneous comma.Gravatar Benoit Steiner2016-04-15
* bug #1203: by-pass large stack-allocation in stableNorm if EIGEN_STACK_ALLOCA...Gravatar Gael Guennebaud2016-04-15
* Improved the matrix multiplication blocking in the case where mr is not a pow...Gravatar Benoit Steiner2016-04-15
* Fix trmv for mixing types.Gravatar Gael Guennebaud2016-04-15
* Added ability to access the cache sizes from the tensor devicesGravatar Benoit Steiner2016-04-14
* Added support for exclusive orGravatar Benoit Steiner2016-04-14
* Improve numerical robustness of JacoviSVD:Gravatar Gael Guennebaud2016-04-14
* Force the inlining of the << operator on half floatsGravatar Benoit Steiner2016-04-14
* Inline the << operator on half floatsGravatar Benoit Steiner2016-04-14
* Added ability to printf fp16Gravatar Benoit Steiner2016-04-14
* Cleaning pass on rcond estimator.Gravatar Gael Guennebaud2016-04-14
* Better use .data() than &coeffRef(0)Gravatar Gael Guennebaud2016-04-14
* Merged in rmlarsen/eigen (pull request PR-174)Gravatar Gael Guennebaud2016-04-14
|\
* | Properly gate the definition of the error and gamma functions for fp16Gravatar Benoit Steiner2016-04-13
* | Improved support for trigonometric functions on GPUGravatar Benoit Steiner2016-04-13
* | Added basic implementation of the lgamma, digamma, igamma, igammac, polygamma...Gravatar Benoit Steiner2016-04-13
* | mergeGravatar Gael Guennebaud2016-04-13
|\ \