index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
Eigen
Commit message (
Expand
)
Author
Age
*
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
*
Fix SelfAdjoingEigenSolver (#2191)
Antonio Sanchez
2021-04-05
*
Fix two bugs in commit
Rasmus Munk Larsen
2021-04-02
*
Fix address of temporary object errors in clang11.
Chip Kerchner
2021-04-02
*
Add an info() method to the SVDBase class to make it possible to tell the use...
Rasmus Munk Larsen
2021-03-31
*
Fix CUDA constexpr issues for numeric_limits.
Antonio Sanchez
2021-03-30
*
Use Index type in loop over coefficients.
Antonio Sanchez
2021-03-29
*
Eliminate `round_impl` double-promotion warnings for c++03.
Antonio Sanchez
2021-03-25
*
Un-defining EIGEN_HAS_CONSTEXPR on the HIP platform
Deven Desai
2021-03-25
*
Fixed performance issues for complex VSX and P10 MMA in gebp_kernel (level 3).
Chip Kerchner
2021-03-25
*
Revert "Revert "Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), in...
Steve Bronder
2021-03-24
*
Revert "Uses _mm512_abs_pd for Packet8d pabs"
Christoph Hertzberg
2021-03-23
*
Remove yet another comma at end of enum
David Tellenbach
2021-03-18
*
Uses _mm512_abs_pd for Packet8d pabs
Steve Bronder
2021-03-18
*
Proposed fix for issue #2187
Niek Bouman
2021-03-18
*
Augment NumTraits with min/max_exponent() again.
Antonio Sanchez
2021-03-16
*
Fix another warning on missing commas
David Tellenbach
2021-03-17
*
Revert "Augment NumTraits with min/max_exponent()."
David Tellenbach
2021-03-17
*
Augment NumTraits with min/max_exponent().
Antonio Sanchez
2021-03-17
*
Silence warning on comma at end of enumerator list
David Tellenbach
2021-03-17
*
Updated SelfAdjointEigenSolver documentation to include that the eigenvectors...
Theo Fletcher
2021-03-16
*
Add NaN propagation options to minCoeff/maxCoeff visitors.
Rasmus Munk Larsen
2021-03-16
*
Add fmod(half, half).
Antonio Sanchez
2021-03-15
*
Fix numext::round pre c++11 for large inputs.
Antonio Sanchez
2021-03-15
[next]