aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/util
Commit message (Expand)AuthorAge
* Merged in deven-amd/eigen (pull request PR-402)Gravatar Gael Guennebaud2018-07-12
|\
* | Remove useless specialization thanks to is_convertible being more robust.Gravatar Gael Guennebaud2018-07-12
* | spellcheckGravatar Gael Guennebaud2018-07-12
* | Make is_convertible more robust and conformant to std::is_convertibleGravatar Gael Guennebaud2018-07-12
* | Fix double ;;Gravatar Gael Guennebaud2018-07-11
| * merging updates from upstreamGravatar Deven Desai2018-07-11
| |\ | |/ |/|
* | Add internall::is_identity compile-time helperGravatar Gael Guennebaud2018-07-11
* | Fix conversion warningGravatar Gael Guennebaud2018-07-10
* | Introduce the macro ei_declare_local_nested_eval to help allocating on the st...Gravatar Gael Guennebaud2018-07-09
| * 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
* | | Make is_same_dense compatible with different scalar types.Gravatar Gael Guennebaud2018-07-03
| |/ |/|
* | 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 MSVC warning C4290: C++ exception specification ignored except to indicat...Gravatar Gael Guennebaud2018-06-07
* | Set EIGEN_IDEAL_MAX_ALIGN_BYTES correctly for AVX512 buildsGravatar Mark D Ryan2018-05-17
|/
* Fix internal::is_integral<size_t/ptrdiff_t> with MSVC 2013 and older.Gravatar Gael Guennebaud2018-05-22
* fix stupid typoGravatar Gael Guennebaud2018-05-18
* is_convertible<T,Index> does not seems to work well with MSVC 2013, so let's ...Gravatar Gael Guennebaud2018-05-18
* add some internal checksGravatar Gael Guennebaud2018-05-18
* Add specializations of is_arithmetic for long long in c++11Gravatar Gael Guennebaud2018-04-23
* Disable -Wshadow when compiling with g++Gravatar Christoph Hertzberg2018-04-21
* fix linking issueGravatar Gael Guennebaud2018-04-13
* bug #1520: workaround some -Wfloat-equal warnings by calling std::equal_toGravatar Gael Guennebaud2018-04-11
* Extend list of MSVC versionsGravatar Gael Guennebaud2018-04-04
* commit 45e9c9996da790b55ed9c4b0dfeae49492ac5c46 (HEAD -> memory_fix)Gravatar Gael Guennebaud2018-04-03
* MIsc. source and comment typosGravatar luz.paz2018-03-11
* Implement better static assertion checking to make sure that the first assert...Gravatar Gael Guennebaud2018-03-09
* Add static assertion on selfadjoint-view's UpLo parameter.Gravatar Gael Guennebaud2018-03-09
* Add possibility to overwrite EIGEN_STRONG_INLINE.Gravatar Gael Guennebaud2017-12-14
* Add EIGEN_MKL_NO_DIRECT_CALL optionGravatar Gael Guennebaud2017-11-09
* Patch from Konstantin Arturov to enable MKL's direct call by defaultGravatar Gael Guennebaud2017-11-09
* Merged in LaFeuille/eigen-1/LaFeuille/typo-fix-alignmeent-alignment-150588939...Gravatar Benoit Steiner2017-10-21
|\
* | bug #1468 (1/2) : add missing std:: to memcpyGravatar Gael Guennebaud2017-09-22
* | Update documentation for aligned_allocatorGravatar Gael Guennebaud2017-09-20
| * Typo fix alignmeent ->alignmentGravatar LaFeuille2017-09-20
|/
* clang provides __has_feature(is_enum) (but not <type_traits>) in C++03 modeGravatar Christoph Hertzberg2017-09-14
* std::integral_constant is not C++03 compatibleGravatar Christoph Hertzberg2017-09-14
* Fix compilation of Vector::operator()(enum) by treating enums as IndexGravatar Gael Guennebaud2017-09-07
* bug #1462: remove all occurences of the deprecated __CUDACC_VER__ macro by in...Gravatar Gael Guennebaud2017-08-24
* Clarify doc regarding the usage of MKL_DIRECT_CALLGravatar Gael Guennebaud2017-08-17
* Fix support for MKL's BLAS when using MKL_DIRECT_CALL.Gravatar Gael Guennebaud2017-08-17
* disable nvcc boolean-expr-is-constant warningGravatar Gael Guennebaud2017-07-17
* Add a EIGEN_NO_CUDA option, and introduce EIGEN_CUDACC and EIGEN_CUDA_ARCH al...Gravatar Gael Guennebaud2017-07-17
* Fix a gcc7 warning: Wint-in-bool-contextGravatar Gael Guennebaud2017-06-26
* Enable MSVC 2010 workaround from MSVC onlyGravatar Gael Guennebaud2017-06-09
* updated warning number for nvcc relase 8 (V8.0.61) for the stupid warning mes...Gravatar Abhijit Kundu2017-05-01
* update has_ReturnType to be more consistent with other has_ helpersGravatar Gael Guennebaud2017-03-17
* Adjusted the EIGEN_DEVICE_FUNC qualifiers to make sure that:Gravatar Benoit Steiner2017-03-01