aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Support manually disabling exceptionsHEADmasterGravatar Benjamin Barenblat2021-07-07
* Add Doxygen-style documentation to main.h.Gravatar Kolja Brix2021-07-07
* Fix CMake directory issues.Gravatar Antonio Sanchez2021-07-07
* Fix Tensor documentation page.Gravatar Antonio Sanchez2021-07-03
* Fix breakage of conj_helper in conjunction with custom types introduced in !537.Gravatar Rasmus Munk Larsen2021-07-02
* Don't crash when attempting to shuffle an empty tensor.Gravatar Jonas Harsch2021-07-02
* Use `padd` instead of `+`.Gravatar Rasmus Munk Larsen2021-07-02
* Implement a generic vectorized version of Smith's algorithms for complex divi...Gravatar Rasmus Munk Larsen2021-07-01
* Fix compile issues for gcc 4.8.Gravatar Antonio Sanchez2021-07-01
* Fix inverse nullptr/asan errors for LU.Gravatar Antonio Sanchez2021-07-01
* Fix duplicate definitions on MacGravatar Dan Miller2021-07-01
* Create the ability to disable the specialized gemm_pack_rhs in Eigen (only PP...Gravatar Chip Kerchner2021-06-30
* Make DenseStorage<> trivially_copyableGravatar Alexander Karatarakis2021-06-30
* Correct declarations for aarch64-pc-windows-msvcGravatar 大河メタル2021-06-30
* Get rid of redundant `pabs` instruction in complex square root.Gravatar Rasmus Munk Larsen2021-06-29
* Modify tensor argmin/argmax to always return first occurence.Gravatar Antonio Sanchez2021-06-29
* Commit 52a5f982 broke conjhelper functionality for HIP GPUs.Gravatar Rohit Santhanam2021-06-25
* Small cleanup: Get rid of the macros EIGEN_HAS_SINGLE_INSTRUCTION_CJMADD and ...Gravatar Rasmus Munk Larsen2021-06-24
* Get rid of code duplication for conj_helper. For packets where LhsType=RhsTyp...Gravatar Rasmus Munk Larsen2021-06-24
* Use internal::ref_selector to avoid holding a reference to a RHS expression.Gravatar Rasmus Munk Larsen2021-06-22
* Update ComplexEigenSolver_eigenvectors.cppGravatar Rasmus Munk Larsen2021-06-21
* Fix typo in SelfAdjointEigenSolver_eigenvectors.cppGravatar Rasmus Munk Larsen2021-06-21
* Rewrite balancer to avoid overflows.Gravatar Antonio Sanchez2021-06-21
* Fix fix<> for gcc-4.9.3.Gravatar Antonio Sanchez2021-06-18
* Remove pset, replace with ploadu.Gravatar Antonio Sanchez2021-06-16
* EIGEN_STRONG_INLINE was NOT inlining in some critical needed areas (6.6X slow...Gravatar Chip-Kerchner2021-06-16
* changed documentation to make example compileGravatar jenswehner2021-06-16
* Add missing ppc pcmp_lt_or_nan<Packet8bf>Gravatar Antonio Sanchez2021-06-15
* Fix placement of permanent GPU defines.Gravatar Antonio Sanchez2021-06-15
* Fix more enum arithmetic.Gravatar Rasmus Munk Larsen2021-06-15
* Fix checking of version number for mingw.Gravatar Antonio Sanchez2021-06-11
* Add ability to permanently enable HIP/CUDA gpu* defines.Gravatar Antonio Sanchez2021-06-11
* Allow custom TENSOR_CONTRACTION_DISPATCH macro.Gravatar Antonio Sanchez2021-06-11
* Use bit_cast to create -0.0 for floating point types to avoid compiler optimi...Gravatar Rasmus Munk Larsen2021-06-11
* Fix c++20 warnings about using enums in arithmetic expressions.Gravatar Rasmus Munk Larsen2021-06-10
* Fix parsing of version for nvhpcGravatar Nicolas Cornu2021-06-10
* Removed dead code from GPU float16 unit test.Gravatar Rohit Santhanam2021-05-28
* Remove EIGEN_DEVICE_FUNC from CwiseBinaryOp's default copy constructor.Gravatar Cyril Kaiser2021-05-26
* Add missing NEON ptranspose implementations.Gravatar Antonio Sanchez2021-05-25
* Modify Unary/Binary/TernaryOp evaluators to work for non-class types.Gravatar Antonio Sanchez2021-05-23
* predux_half_dowto4 test extended to all applicable packetsGravatar Jakub Lichman2021-05-21
* Adds macro for checking if C++14 variable templates are supportedGravatar Steve Bronder2021-05-21
* Use derived object type in conservative_resize_like_implGravatar Niall Murphy2021-05-20
* ptranpose test for non-square kernels addedGravatar Jakub Lichman2021-05-19
* Ensure all generated matrices for inverse_4x4 testes are invertible, this fix...Gravatar Guoqiang QI2021-05-13
* Fix calls to device functions from host codeGravatar Nathan Luehr2021-05-11
* Device implementation of log for std::complex types.Gravatar Nathan Luehr2021-05-11
* Fix ambiguity due to argument dependent lookup.Gravatar Nathan Luehr2021-05-11
* Changing the storage of the SSE complex packets to that of the wrapper. This ...Gravatar guoqiangqi2021-05-10
* Fix for issue where numext::imag and numext::real are used before they are de...Gravatar Rohit Santhanam2021-05-10