index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
Eigen
/
src
Commit message (
Expand
)
Author
Age
*
Support manually disabling exceptions
HEAD
master
Benjamin Barenblat
2021-07-07
*
Fix breakage of conj_helper in conjunction with custom types introduced in !537.
Rasmus Munk Larsen
2021-07-02
*
Use `padd` instead of `+`.
Rasmus Munk Larsen
2021-07-02
*
Implement a generic vectorized version of Smith's algorithms for complex divi...
Rasmus Munk Larsen
2021-07-01
*
Fix compile issues for gcc 4.8.
Antonio Sanchez
2021-07-01
*
Fix inverse nullptr/asan errors for LU.
Antonio Sanchez
2021-07-01
*
Fix duplicate definitions on Mac
Dan Miller
2021-07-01
*
Create the ability to disable the specialized gemm_pack_rhs in Eigen (only PP...
Chip Kerchner
2021-06-30
*
Make DenseStorage<> trivially_copyable
Alexander Karatarakis
2021-06-30
*
Correct declarations for aarch64-pc-windows-msvc
大河メタル
2021-06-30
*
Get rid of redundant `pabs` instruction in complex square root.
Rasmus Munk Larsen
2021-06-29
*
Commit 52a5f982 broke conjhelper functionality for HIP GPUs.
Rohit Santhanam
2021-06-25
*
Small cleanup: Get rid of the macros EIGEN_HAS_SINGLE_INSTRUCTION_CJMADD and ...
Rasmus Munk Larsen
2021-06-24
*
Get rid of code duplication for conj_helper. For packets where LhsType=RhsTyp...
Rasmus Munk Larsen
2021-06-24
*
Use internal::ref_selector to avoid holding a reference to a RHS expression.
Rasmus Munk Larsen
2021-06-22
*
Fix fix<> for gcc-4.9.3.
Antonio Sanchez
2021-06-18
*
Remove pset, replace with ploadu.
Antonio Sanchez
2021-06-16
*
EIGEN_STRONG_INLINE was NOT inlining in some critical needed areas (6.6X slow...
Chip-Kerchner
2021-06-16
*
Add missing ppc pcmp_lt_or_nan<Packet8bf>
Antonio Sanchez
2021-06-15
*
Fix more enum arithmetic.
Rasmus Munk Larsen
2021-06-15
*
Fix checking of version number for mingw.
Antonio Sanchez
2021-06-11
*
Use bit_cast to create -0.0 for floating point types to avoid compiler optimi...
Rasmus Munk Larsen
2021-06-11
*
Fix c++20 warnings about using enums in arithmetic expressions.
Rasmus Munk Larsen
2021-06-10
*
Remove EIGEN_DEVICE_FUNC from CwiseBinaryOp's default copy constructor.
Cyril Kaiser
2021-05-26
*
Add missing NEON ptranspose implementations.
Antonio Sanchez
2021-05-25
*
Modify Unary/Binary/TernaryOp evaluators to work for non-class types.
Antonio Sanchez
2021-05-23
*
Adds macro for checking if C++14 variable templates are supported
Steve Bronder
2021-05-21
*
Use derived object type in conservative_resize_like_impl
Niall Murphy
2021-05-20
*
Device implementation of log for std::complex types.
Nathan Luehr
2021-05-11
*
Fix ambiguity due to argument dependent lookup.
Nathan Luehr
2021-05-11
*
Changing the storage of the SSE complex packets to that of the wrapper. This ...
guoqiangqi
2021-05-10
*
Fix for issue where numext::imag and numext::real are used before they are de...
Rohit Santhanam
2021-05-10
*
Restore ABI compatibility for conj with 3.3, fix conflict with boost.
Antonio Sanchez
2021-05-07
*
Fix numext::arg return type.
Antonio Sanchez
2021-05-07
*
Revert addition of unused `paddsub<Packet2cf>`. This fixes #2242
Christoph Hertzberg
2021-05-06
*
Better CUDA complex division.
Antonio Sanchez
2021-04-29
*
Add missing pcmp_lt_or_nan for NEON Packet4bf.
Antonio Sanchez
2021-04-27
*
Tests added and AVX512 bug fixed for pcmp_lt_or_nan
Jakub Lichman
2021-04-25
*
DenseStorage safely copy/swap.
Antonio Sanchez
2021-04-22
*
Make vectorized compute_inverse_size4 compile with AVX.
Rasmus Munk Larsen
2021-04-22
*
Fix taking address of rvalue compiler issue with TensorFlow (plus other warni...
Chip-Kerchner
2021-04-21
*
HasExp added for AVX512 Packet8d
Jakub Lichman
2021-04-20
*
Fix ldexp for AVX512 (#2215)
Antonio Sanchez
2021-04-20
*
Before 3.4 branch
David Tellenbach
2021-04-18
*
Avoid using uninitialized inputs and if available, use slightly more efficien...
Christoph Hertzberg
2021-04-13
*
Use EIGEN_HAS_CXX11 and EIGEN_COMP_CXXVER macros to detect C++ version for `s...
Christoph Hertzberg
2021-04-12
*
Make iterators default constructible and assignable, by making...
Christoph Hertzberg
2021-04-09
*
Scaled epsilon the wrong way.
Antonio Sanchez
2021-04-07
*
Replace `-2147483648` by `-0.0f` or `-0.0` constants (this should fix #2189).
Christoph Hertzberg
2021-04-07
*
Align local arrays to Packet boundary.
Rasmus Munk Larsen
2021-04-06
[next]