aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core
Commit message (Expand)AuthorAge
* Replace multiple constructors of half-type by a generic/templated constructor...Gravatar Christoph Hertzberg2016-05-23
* Silenced several double-promotion warningsGravatar Christoph Hertzberg2016-05-22
* Make EIGEN_HAS_CONSTEXPR user configurableGravatar Gael Guennebaud2016-05-20
* Make EIGEN_HAS_VARIADIC_TEMPLATES user configurableGravatar Gael Guennebaud2016-05-20
* Make EIGEN_HAS_STD_RESULT_OF user configurableGravatar Gael Guennebaud2016-05-20
* Make EIGEN_HAS_C99_MATH user configurableGravatar Gael Guennebaud2016-05-20
* Make EIGEN_HAS_RVALUE_REFERENCES user configurableGravatar Gael Guennebaud2016-05-20
* Rename EIGEN_HAVE_RVALUE_REFERENCES to EIGEN_HAS_RVALUE_REFERENCESGravatar Gael Guennebaud2016-05-20
* Add a EIGEN_MAX_CPP_VER option to limit the C++ version to be used.Gravatar Gael Guennebaud2016-05-20
* Improve doc of special math functionsGravatar Gael Guennebaud2016-05-20
* zeta and polygamma are not unary functions, but binary ones.Gravatar Gael Guennebaud2016-05-19
* zeta and digamma do not require C++11/C99Gravatar Gael Guennebaud2016-05-19
* bug #1221: disable gcc 6 warning: ignoring attributes on template argumentGravatar Gael Guennebaud2016-05-19
* DiagonalWrapper is a vector, so it must expose the LinearAccessBit flag.Gravatar Gael Guennebaud2016-05-19
* Add support for SelfAdjointView::diagonal()Gravatar Gael Guennebaud2016-05-19
* Fix SelfAdjointView::triangularView for complexes.Gravatar Gael Guennebaud2016-05-19
* bug #1230: add support for SelfadjointView::triangularView.Gravatar Gael Guennebaud2016-05-19
* bug #1231: fix compilation regression regarding complex_array/=real_array and...Gravatar Gael Guennebaud2016-05-18
* bug #1213: rename some enums type for consistency.Gravatar Gael Guennebaud2016-05-18
* Roll back changes to core. Move include of TensorFunctors.h up to satisfy dep...Gravatar Rasmus Munk Larsen2016-05-17
* Improvements to parallelFor.Gravatar Rasmus Munk Larsen2016-05-12
* Fixed a couple of bugs related to the Pascalfamily of GPUsGravatar Benoit Steiner2016-05-11
* Added the ability to load fp16 using the texture path.Gravatar Benoit Steiner2016-05-11
* Misc fixes for fp16Gravatar Benoit Steiner2016-05-11
* Made predux_min and predux_max on fp16 less noisyGravatar Benoit Steiner2016-05-11
* __ldg is only available with cuda architectures >= 3.5Gravatar Benoit Steiner2016-05-11
* Fixed a typoGravatar Benoit Steiner2016-05-11
* Do not copy for trivial 1x1 case. This also avoids a "maybe-uninitialized" wa...Gravatar Christoph Hertzberg2016-05-11
* Added missing EIGEN_DEVICE_FUNCGravatar Benoit Steiner2016-05-11
|\
| * Added missing EIGEN_DEVICE_FUNC qualifiersGravatar Benoit Steiner2016-05-11
* | 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
* 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
* 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
* 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