aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/util
Commit message (Expand)AuthorAge
* bug #1680: improve MSVC inlining by declaring many triavial constructors and ...Gravatar Gael Guennebaud2019-02-15
* bug #1678: Fix lack of __FMA__ macro on MSVC with AVX512Gravatar Gael Guennebaud2019-02-15
* bug #1676: workaround GCC's bug in c++17 mode.Gravatar Gael Guennebaud2019-02-07
* Fix conflicts and mergeGravatar Gael Guennebaud2019-01-30
|\
* | Replace host_define.h with cuda_runtime_api.hGravatar nluehr2019-01-18
* | PR 567: makes all dense solvers inherit SoverBase (LU,Cholesky,QR,SVD).Gravatar Patrick Peltzer2019-01-17
* | TypoGravatar Gael Guennebaud2019-01-15
* | PR 571: Implements an accurate argument reduction algorithm for huge inputs o...Gravatar Gael Guennebaud2019-01-14
* | Replace compiler's alignas/alignof extension by respective c++11 keywords whe...Gravatar Gael Guennebaud2019-01-11
* | bug #1654: fix compilation with cuda and no c++11Gravatar Gael Guennebaud2019-01-09
| * Introducing "vectorized" byte on unpacket_traits structsGravatar Gustavo Lima Chaves2018-12-19
|/
* Enable FMA with MSVC (through /arch:AVX2). To make this possible, I also has ...Gravatar Gael Guennebaud2018-12-07
* bug #1638: add a warning if avx512 is enabled without SSE/AVX FMAGravatar Gael Guennebaud2018-12-07
* #elif -> #else to fix GPU build.Gravatar Rasmus Munk Larsen2018-12-05
* Update checks in ConfigureVectorization.hGravatar Eugene Zhulenev2018-12-03
* Do not disable alignment with EIGEN_GPUCCGravatar Eugene Zhulenev2018-12-03
* Fix typosGravatar Patrik Huber2018-11-23
* Fix typo in comment on EIGEN_MAX_STATIC_ALIGN_BYTESGravatar Nikolaus Demmel2018-11-14
* Recent xcode versions does support EIGEN_HAS_STATIC_ARRAY_TEMPLATEGravatar Gael Guennebaud2018-11-09
* Fix code formatGravatar Eugene Zhulenev2018-11-02
* Workaround nbcc+msvc compiler bugGravatar Eugene Zhulenev2018-11-02
* bug #1618: Use different power-of-2 check to avoid MSVC warningGravatar Christoph Hertzberg2018-11-01
* Do not rely on the compiler generating __device__ functions for constexpr in ...Gravatar Rasmus Munk Larsen2018-10-22
* Only set EIGEN_CONSTEXPR_ARE_DEVICE_FUNC for clang++ if cxx_relaxed_constexpr...Gravatar Rasmus Munk Larsen2018-10-18
* Use void type if stl-style iterators are not supportedGravatar Eugene Zhulenev2018-10-10
* Compile time detection for unimplemented stl-style iteratorsGravatar Eugene Zhulenev2018-10-09
* mergeGravatar Gael Guennebaud2018-10-08
|\
| * Implement a better workaround for GCC's bug #87544Gravatar Gael Guennebaud2018-10-07
| * Workaround gcc bug making it trigger an invalid warningGravatar Gael Guennebaud2018-10-07
* | Simplify API by removing allCols/allRows and reusing rowwise/colwise to defin...Gravatar Gael Guennebaud2018-10-05
* | Move iterators to internal, improve doc, make unit test c++03 friendlyGravatar Gael Guennebaud2018-10-03
| * fix unused warningGravatar Gael Guennebaud2018-10-03
* | Add pointer-based iterator for direct-access expressionsGravatar Gael Guennebaud2018-10-02
* | Factorize RowsProxy/ColsProxy and related iterators using subVector<>(Index)Gravatar Gael Guennebaud2018-10-02
* | bug #231: initial implementation of STL iterators for dense expressionsGravatar Gael Guennebaud2018-10-01
| * Merged in deven-amd/eigen/HIP_fixes (pull request PR-518)Gravatar Christoph Hertzberg2018-10-01
|/|
| * This commit contains the following (HIP specific) updates:Gravatar Deven Desai2018-10-01
* | Provide EIGEN_OVERRIDE and EIGEN_FINAL macros to mark virtual function overridesGravatar Christoph Hertzberg2018-09-24
|/
* oops, I've been too fast in previous copy/pasteGravatar Gael Guennebaud2018-09-27
* #pragma GCC diagnostic push/pop is not supported prioro to gcc 4.6Gravatar Gael Guennebaud2018-09-27
* Add reshaped<>() shortcuts when returning vectors and remove the reshaping ve...Gravatar Gael Guennebaud2018-09-21
* merge with default EigenGravatar Gael Guennebaud2018-09-21
|\
| * Merged indexing cleanup (pull request PR-506)Gravatar Gael Guennebaud2018-09-21
| |\
| * | Fix EIGEN_MAKE_ALIGNED_OPERATOR_NEW_IF_VECTORIZABLE_FIXED_SIZE for AVX512 or ...Gravatar Gael Guennebaud2018-09-21
| | * Fix docGravatar Gael Guennebaud2018-09-20
* | | Update reshaped API to use RowMajor/ColMajor directly as integral values inst...Gravatar Gael Guennebaud2018-09-19
| | * ease transition by adding placeholders::all/last/and as deprecatedGravatar Gael Guennebaud2018-09-17
| | * Move all, last, end from Eigen::placeholders namespace to Eigen::, and rename...Gravatar Gael Guennebaud2018-09-15
| |/
| * Fix gebp kernel for real+complex in case only reals are vectorized (e.g., AVX...Gravatar Gael Guennebaud2018-09-20
| * Rename Symbolic namespace to symbolic to be consistent with numext namespaceGravatar Gael Guennebaud2018-09-15