Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Sign in or sign up before continuing. Don't have an account yet? Register now to get started.
Register now
Commits on Source
214
7aee90b8
Fix fix<N> when variable templates are not supported.
Aug 30, 2021
277d3690
win: include intrin header in Windows on ARM
Aug 31, 2021
c2b6df6e
Disable cuda Eigen::half vectorization on host.
Aug 31, 2021
4ef67cbf
GCC 4.8 arm EIGEN_OPTIMIZATION_BARRIER fix (
#2315
).
Aug 31, 2021
07cc3622
Fix EIGEN_OPTIMIZATION_BARRIER for arm-clang.
Sep 01, 2021
0fdc99c6
Allow old Fortran code for LAPACK tests to compile despite argument mismatch...
Sep 01, 2021
92634757
Add missing dependency on LAPACK test suite binaries to target `buildtests`,...
Sep 01, 2021
b8cf1ed7
Rename 'vec_all_nan' of cxx11_tensor_expr test because this symbol is used by altivec.h
Sep 01, 2021
f03d3e70
Missing EIGEN_DEVICE_FUNCs to get `gpu_basic` passing with CUDA 9.
Sep 02, 2021
3395f4e6
Fix tridiagonalization_inplace_selector.
Sep 08, 2021
3335e076
Fix typos in copyright dates
Sep 15, 2021
f046e326
Fix strict aliasing bug causing product_small failure.
Sep 19, 2021
929bc0e1
Fix alias violation in BFloat16
Sep 20, 2021
a8eb797a
Remove -fabi-version=6 flag from AVX512 builds. It was added to fix builds...
Oct 11, 2021
ebd5c6d4
Add -mfma for AVX512DQ tests.
Oct 11, 2021
71498b32
Disable more NVCC warnings.
Oct 11, 2021
7ea4adb5
Disable another device warning
Oct 11, 2021
943ef50a
Disable testing of complex compound assignment operators for MSVC.
Oct 11, 2021
05c9d7ce
Disable MSVC constant condition warning.
Oct 11, 2021
5d918b82
Add nan-propagation options to matrix and array plugins.
Oct 21, 2021
96007cae
Remove license column in tables for builtin sparse solvers since all are MPL2 now.
Oct 26, 2021
6b6ba412
Fix min/max nan-propagation for scalar "other".
Oct 28, 2021
9c193db5
Fix BDCSVD's total deflation in branch 3.4, similar to that of master in MR 707.
Nov 03, 2021
f9b2e920
Remove bad "take" impl that causes g++-11 crash.
Nov 03, 2021
18824d10
Fix ZVector build.
Nov 03, 2021
23469c3c
ZVector: Move alignas qualifier to come first
Nov 03, 2021
b0fe1421
Fix vectorized reductions for Eigen::half
Nov 03, 2021
0ab1f8ec
Fix broadcasting oob error.
Nov 03, 2021
962a596d
test: fix boostmutiprec test to compile with older Boost versions
Nov 03, 2021
71320af6
Fix -Wbitwise-instead-of-logical clang warning
Nov 03, 2021
fbdaff81
Invert rows and depth in non-vectorized portion of packing (PowerPC).
Nov 03, 2021
df53e281
Included note on inner stride for compile-time vectors. See...
Nov 03, 2021
6f57470b
Bug Fix: correct the bug that won't define EIGEN_HAS_FP16_C
Nov 04, 2021
c379a211
nestbyvalue test: fix uninitialized matrix
Nov 05, 2021
7e3bc417
Fix tensor broadcast off-by-one error.
Nov 16, 2021
3af8c262
Include immintrin.h if F16C is available and vectorization is disabled
Dec 25, 2021
bd72e4a8
ensure that eigen::internal::size is not found by ADL, rename to ssize and...
Jan 11, 2022
b5d218d8
fix compilation issue with gcc < 10 and -std=c++2a
Jan 13, 2022
3e71c621
Revert "fix compilation issue with gcc < 10 and -std=c++2a"
Jan 18, 2022
46126273
Revert "ensure that eigen::internal::size is not found by ADL, rename to ssize and..."
Jan 18, 2022
34e5f34b
Update warning suppression to latest.
Mar 21, 2022
f3aaba87
Revert "Replace call to FixedDimensions() with a singleton instance of"
Apr 10, 2022
a1e1612c
Fix cwise NaN propagation for scalar input.
Apr 15, 2022
e7248b26
Prevent BDCSVD crash caused by index out of bounds.
May 19, 2022
770ed079
fix broken asserts
Jul 07, 2023
0cd4719f
Silence some MSVC warnings
Jul 07, 2023
52e54532
Fix ODR violations.
Jul 07, 2023
77b28073
Fix AVX512 math function consistency, enable for ICC.
Jul 07, 2023
730a7812
Define EIGEN_HAS_AVX512_MATH in PacketMath.
Jul 07, 2023
99571414
Restrict GCC<6.3 maxpd workaround to only gcc.
Jul 07, 2023
709d7048
Fix collision with resolve.h.
Jul 07, 2023
21e0ad05
Fix ODR failures in TensorRandom.
Jul 07, 2023
d1ed3fe5
Fix for crash bug in SPQRSupport: Initialize pointers to nullptr to avoid...
Jul 07, 2023
36be6747
Modify test expression to avoid numerical differences (
#2402
).
Jul 07, 2023
cd543434
Fix gcc-5 packetmath_12 bug.
Jul 07, 2023
d259104c
Fix frexp packetmath tests for MSVC.
Jul 07, 2023
e0fe0069
Fix mixingtypes for g++-11.
Jul 07, 2023
bd0d873b
Fix any/all reduction in the case of row-major layout
Jul 07, 2023
bc1b354b
Adjust tolerance of matrix_power test for MSVC.
Jul 07, 2023
b30a2a52
Remove poor non-convergence checks in NonLinearOptimization.
Jul 07, 2023
f6954e44
Fix enum conversion warnings in BooleanRedux.
Jul 07, 2023
b1f06aac
Update vectorization_logic tests for all platforms.
Jul 07, 2023
b6d9b6f4
Remove duplicate IsRowMajor declaration.
Jul 07, 2023
b158fcaa
Fix edge-case in zeta for large inputs.
Jul 07, 2023
fab848d4
Remove workarounds for bad
GCC-4
warnings
Jul 07, 2023
3a4a4e9f
Disable schur non-convergence test.
Jul 07, 2023
6469fbf9
Work around g++-10 docker issue for geo_orthomethods_4.
Jul 07, 2023
c473d69d
Completed a missing parenthesis in tutorial.
Jul 07, 2023
5cb2dfec
Fix RowMajorBit <-> RowMajor mixup.
Jul 07, 2023
16844d75
Work around MSVC compiler bug dropping `const`.
Jul 07, 2023
973b04f3
Fix AVX512 builds with MSVC.
Jul 07, 2023
ac78f84b
Eliminate trace unused warning.
Jul 07, 2023
8a21df2d
Disable f16c scalar conversions for MSVC.
Jul 07, 2023
8e7bd539
fixed order of arguments in blas syrk
Jul 07, 2023
86d958e8
Consider inf/nan in scalar test_isApprox.
Jul 07, 2023
af912a7b
Fix MSVC+CUDA issues.
Jul 07, 2023
5cb7505a
Fix 'Incorrect reference code in STL_interface.hh for ata_product' eigen/isses/2425
Jul 07, 2023
848db4ed
Fix BDCSVD condition for failing with numerical issue.
Jul 07, 2023
80c5b8b3
Fix ambiguous comparisons for c++20 (again again)
Jul 07, 2023
3df7d7fe
Fix row vs column vector typo in Matrix class tutorial
Jul 07, 2023
b9ac284e
Use numext::sqrt in Householder.h.
Jul 07, 2023
a11bdf39
Skip f16/bf16 bessel specializations on AVX512 if unavailable.
Jul 07, 2023
f55a112c
Fix ODR violations.
Jul 07, 2023
ea57f9b7
AutoDiff depends on Core, so include appropriate header.
Jul 07, 2023
6aaa45db
Include immintrin.h header for enscripten.
Jul 07, 2023
a5469a6f
Avoid including <sstream> with EIGEN_NO_IO
Jul 07, 2023
61efca2e
Use numext::sqrt in ConjugateGradient.
Jul 07, 2023
a9490cd3
Fix code and unit test for a few corner cases in vectorized pow()
Jul 07, 2023
33a602eb
Don't double-define Half functions on aarch64
Jul 07, 2023
669dc8fa
Eliminate bool bitwise warnings.
Jul 07, 2023
d0e2b3e5
Removed unnecessary checks for FP16C
Jul 07, 2023
68f35d76
Fix GeneralizedEigenSolver::info() and Asserts
Jul 07, 2023
6576ee4f
2 typos fix in the 3rd table.
Jul 07, 2023
ab6f39e1
Fix mixingtypes tests.
Jul 07, 2023
11dacc48
Fix some cmake issues.
Jul 07, 2023
fd2817e3
Add asserts for index-out-of-bounds in IndexedView.
Jul 07, 2023
1000cf9f
fixed msvc compilation error in GeneralizedEigenSolver.h
Jul 07, 2023
d641062a
fix typo in doc/TutorialSparse.dox
Jul 07, 2023
8cc3ec8e
Fix realloc for non-trivial types.
Jul 10, 2023
28cd2807
Fix 4x4 inverse when compiling with -Ofast.
Jul 10, 2023
114 additional commits have been omitted to prevent performance issues.
Loading