aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Expand)AuthorAge
* bug #1526 - CUDA compilation fails on CUDA 9.x SDK when arch is set to comput...Gravatar Jiandong Ruan2018-09-08
* bug #1595: Don't use C++11's std::isnan() in MIPS/MSA packet math.Gravatar Alexey Frunze2018-09-06
* Make param name and docs constistent for JacobiRotation::makeGivensGravatar cgs10192018-09-06
* Fixed a few more shadowing warnings when compiling with g++ (and c++03)Gravatar Christoph Hertzberg2018-08-30
* Collapsed revisionGravatar Mehdi Goli2018-08-28
* Fix numerous shadow-warnings for GCC<=4.8Gravatar Christoph Hertzberg2018-08-28
* Disable/ReenableStupidWarnings did not work properly, when included recursivelyGravatar Christoph Hertzberg2018-08-28
* bug #1590: fix collision with some system headers defining the macro FP32Gravatar Gael Guennebaud2018-08-28
* Old gcc versions have problems with recursive #pragma GCC diagnostic push/popGravatar Christoph Hertzberg2018-08-28
* bug #1584: Improve random (avoid undefined behavior).Gravatar Alexey Frunze2018-08-08
* Use Intel cast intrinsics, since MSVC does not allow direct casting.Gravatar Christoph Hertzberg2018-08-24
* Assertion depended on a not yet initialized valueGravatar Christoph Hertzberg2018-08-17
* Silence logical-op-parentheses warningGravatar Christoph Hertzberg2018-08-17
* PR 465: Fix issue in RowMajor assignment in plain_matrix_type_row_major::typeGravatar Justin Carpentier2018-08-10
* SuiteSparse defines the macro SuiteSparse_long to control what type is used f...Gravatar Rasmus Munk Larsen2018-08-13
* Merged in rmlarsen/eigen2 (pull request PR-466)Gravatar Gael Guennebaud2018-08-13
|\
| * sigmoid -> logisticGravatar Rasmus Munk Larsen2018-08-13
* | Cast to diagonalSize to RealScalar instead Scalar.Gravatar Rasmus Munk Larsen2018-08-09
* | Cast diagonalSize() to Scalar before multiplication. Without this, automatic ...Gravatar Rasmus Munk Larsen2018-08-09
* | Fixing typo.Gravatar Mehdi Goli2018-08-08
* | Adding EIGEN_UNROLL_LOOP macro.Gravatar Mehdi Goli2018-08-08
| * Move sigmoid functor to core.Gravatar Rasmus Munk Larsen2018-08-03
|/
* bug #1580: Fix cuda clang build. STL is not supported, so std::equal_to and s...Gravatar Rasmus Munk Larsen2018-08-01
* Creating separate SYCL required PR for uncontroversial files.Gravatar Mehdi Goli2018-08-03
* Fix two regressions introduced in previous merges: bad usage of EIGEN_HAS_VAR...Gravatar Gael Guennebaud2018-08-01
* Merged in codeplaysoftware/eigen-upstream-pure/eigen_variadic_assert (pull re...Gravatar Benoit Steiner2018-08-01
|\
| * Using the suggested modification.Gravatar Mehdi Goli2018-08-01
* | Adding new arch/SYCL headers, used for SYCL vectorization.Gravatar Mehdi Goli2018-08-01
| * variadic version of assert which can take a parameter pack as its input.Gravatar Mehdi Goli2018-08-01
|/
* bug #1578: Improve prefetching in matrix multiplication on MIPS.Gravatar Alexey Frunze2018-07-24
* Re-enable FMA for fast sqrt functionsGravatar Mark D Ryan2018-07-30
* Fix AVX512 implementations of psqrtGravatar Mark D Ryan2018-06-25
* Add pcast packet op for NEON.Gravatar Rasmus Munk Larsen2018-07-26
* Fixed issue which made documentation not getting built anymoreGravatar Christoph Hertzberg2018-07-24
* fix typoGravatar Gael Guennebaud2018-07-23
* Add lastN shorcuts to seq/seqN.Gravatar Gael Guennebaud2018-07-23
* Disable type traits for stdlibc++ <= 4.9.3Gravatar Eugene Zhulenev2018-07-20
* Fix IsRelocatable without C++11Gravatar Gael Guennebaud2018-07-19
* Fix determination of EIGEN_HAS_TYPE_TRAITSGravatar Gael Guennebaud2018-07-19
* Fix stupid error in Quaternion move ctorGravatar Gael Guennebaud2018-07-19
* Add MIPS changes missing from previous merge.Gravatar Alexey Frunze2018-07-18
* Disable type traits for GCC < 5.1.0Gravatar Eugene Zhulenev2018-07-18
* bug #1432: fix conservativeResize for non-relocatable scalar types. For those...Gravatar Gael Guennebaud2018-07-18
* bug #1575: fix regression introduced in bug #1573 patch. Move ctor/assignment...Gravatar Gael Guennebaud2018-07-18
* More clearly disable the inclusion of src/Core/arch/CUDA/Complex.h without CUDAGravatar Gael Guennebaud2018-07-18
* applying EIGEN_DECLARE_TEST to *gpu* testsGravatar Deven Desai2018-07-17
* bug #1573: add noexcept move constructor and move assignment operator to Quat...Gravatar Gael Guennebaud2018-07-17
* Some warning fixesGravatar Gael Guennebaud2018-07-17
* bug #1572: use c++11 atomic instead of volatile if c++11 is available, and di...Gravatar Gael Guennebaud2018-07-17
* Fix GeneralizedEigenSolver when requesting for eigenvalues only.Gravatar Gael Guennebaud2018-07-14