aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/util/Meta.h
Commit message (Expand)AuthorAge
* Fix duplicate definitions on MacGravatar Dan Miller2021-07-01
* Fix checking of version number for mingw.Gravatar Antonio Sanchez2021-06-11
* Fix CUDA constexpr issues for numeric_limits.Gravatar Antonio Sanchez2021-03-30
* Revert "Revert "Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), in...Gravatar Steve Bronder2021-03-24
* Revert "Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), innerStrid...Gravatar David Tellenbach2021-03-05
* Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), innerStride(), out...Gravatar Steve Bronder2021-03-04
* Add `invoke_result` and eliminate `result_of` warnings for C++17+.Gravatar Antonio Sanchez2021-02-24
* Define internal::make_unsigned for [unsigned]long long on macOS.Gravatar David Tellenbach2021-02-17
* Include `<cstdint>` in one place, remove custom typedefsGravatar Antonio Sanchez2021-01-26
* Add support for Armv8.2-a __fp16Gravatar David Tellenbach2020-10-28
* remove semi triggering -Wextra-semi-stmtGravatar Alexander Neumann2020-09-07
* Replace the call to int64_t in the blasutil test by explicit typesGravatar David Tellenbach2020-08-14
* Make numext::as_uint a device function.Gravatar Rasmus Munk Larsen2020-07-22
* Add numeric_limits min and max for boolGravatar Akshay Naresh Modi2020-04-06
* Added Eigen::numext typedefs for uint8_t, int8_t, uint16_t and int16_tGravatar Joel Holdsworth2019-12-11
* SparseRef: Fixed alignment warning on ARM GCCGravatar Joel Holdsworth2019-11-07
* bug #1752: make is_convertible equivalent to the std c++11 equivalent and fal...Gravatar Gael Guennebaud2019-10-10
* Tensor block evaluation V2 support for unary/binary/broadcstingGravatar Eugene Zhulenev2019-09-24
* bug #1736: fix compilation issue with A(all,{1,2}).col(j) by implementing tru...Gravatar Gael Guennebaud2019-09-11
* PR 571: Implements an accurate argument reduction algorithm for huge inputs o...Gravatar Gael Guennebaud2019-01-14
* Do not rely on the compiler generating __device__ functions for constexpr in ...Gravatar Rasmus Munk Larsen2018-10-22
* bug #1584: Improve random (avoid undefined behavior).Gravatar Alexey Frunze2018-08-08
* bug #1580: Fix cuda clang build. STL is not supported, so std::equal_to and s...Gravatar Rasmus Munk Larsen2018-08-01
* bug #1571: fix is_convertible<from,to> with "from" a reference.Gravatar Gael Guennebaud2018-07-13
* Forward declaring std::array does not work with all std libs, so let's just i...Gravatar Gael Guennebaud2018-07-13
* Fix compilation regarding std::arrayGravatar Gael Guennebaud2018-07-12
* Merged in deven-amd/eigen (pull request PR-402)Gravatar Gael Guennebaud2018-07-12
|\
* | Make is_convertible more robust and conformant to std::is_convertibleGravatar Gael Guennebaud2018-07-12
| * 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
| |\
* | | Extend CUDA support to matrix inversion and selfadjointeigensolverGravatar Andrea Bocci2018-06-11
| |/ |/|
* | Don't use std::equal_to inside cuda kernels since it's not supported.Gravatar Benoit Steiner2018-06-07
| * Adding support for using Eigen in HIP kernels.Gravatar Deven Desai2018-06-06
|/
* Fix internal::is_integral<size_t/ptrdiff_t> with MSVC 2013 and older.Gravatar Gael Guennebaud2018-05-22
* Add specializations of is_arithmetic for long long in c++11Gravatar Gael Guennebaud2018-04-23
* fix linking issueGravatar Gael Guennebaud2018-04-13
* bug #1520: workaround some -Wfloat-equal warnings by calling std::equal_toGravatar Gael Guennebaud2018-04-11
* MIsc. source and comment typosGravatar luz.paz2018-03-11
* Add a EIGEN_NO_CUDA option, and introduce EIGEN_CUDACC and EIGEN_CUDA_ARCH al...Gravatar Gael Guennebaud2017-07-17
* update has_ReturnType to be more consistent with other has_ helpersGravatar Gael Guennebaud2017-03-17
* Fall back is_integral to std::is_integral in c++11Gravatar Gael Guennebaud2017-02-13
* Fix vector indexing with uint64_tGravatar Jonathan Hseu2017-02-11
* Fix duplicates of array_size bewteen unsupported and CoreGravatar Gael Guennebaud2017-01-25
* Large code refactoring:Gravatar Gael Guennebaud2017-01-11
* Workaround for error in VS2012 with /clrGravatar Chun Wang2016-11-17
* Workaround a weird msvc 2012 compilation error.Gravatar Gael Guennebaud2016-09-05
* Fix compilation with MSVC 2012Gravatar Gael Guennebaud2016-09-02
* One more msvc fix iteration, the previous one was over-simplified for visualGravatar Gael Guennebaud2016-09-01
* Fix compilation with visual studioGravatar Gael Guennebaud2016-09-01