aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-03-15Work around VS2015 compile bug.upstream-3.4Antonio Sánchez
2024-03-15Restore C++03 compatibility.Antonio Sánchez
2024-03-12Fix tridiagonalize snippet for 3.4.Antonio Sanchez
2024-02-16Fix real schur and polynomial solver.Antonio Sanchez
2024-01-30Use stableNorm in ComplexEigenSolver.Antonio Sánchez
2024-01-29Fix preshear transformation.Antonio Sanchez
2024-01-29Use `padd` instead of `+`.Rasmus Munk Larsen
2024-01-26Implement a generic vectorized version of Smith's algorithms for complex divi...Rasmus Munk Larsen
2023-12-21Fix compiler warnings in 3.4Charles Schlosser
2023-12-20Remove c++11 from ctz/clzAntonio Sanchez
2023-12-14fix msvc clzCharles Schlosser
2023-12-14Add internal ctz/clz implementation.Antonio Sánchez
2023-11-27Only apply ASM work-around for min/max on GNUC strict.Antonio Sanchez
2023-11-24replace using with typedefCharles Schlosser
2023-11-24Update file GeneralMatrixVector.hCharles Schlosser
2023-11-24Gemv microoptimizationCharles Schlosser
2023-11-24Fix -Waggressive-loop-optimizationsCharles Schlosser
2023-11-18Fix implicit conversion warning in GEBP kernel's packingarthurfeeney
2023-11-10Backport "disambiguate overloads for empty index list" to 3.4 branchSilvio Traversaro
2023-11-06Update version to 3.4.1Antonio Sanchez
2023-11-02Patch SparseLUCharles Schlosser
2023-10-25Fix pre-POWER8_VECTOR bugs in pcmp_lt and pnegate and reactivate psqrt.Chip Kerchner
2023-10-25Fix windows+CUDA buildsAntonio Sanchez
2023-10-16Make 3.4.1 compatible with c++03Antonio Sanchez
2023-10-16Eliminate use of _res.Antonio Sánchez
2023-08-24ensure that eigen::internal::size is not found by ADL, rename to ssize and...Erik Schultheis
2023-07-26optimize cmake scripts for subproject useFabian Keßler
2023-07-26Adds new CMake Options for controlling build components.Antonio Sánchez
2023-07-19fix warnings in tensorreduction and memoryCharles Schlosser
2023-07-11Fix up PowerPC MMA flags so it builds by default.Antonio Sánchez
2023-07-11Fix up PowerPC MMA flags so it builds by default.Antonio Sánchez
2023-07-11Reduce tensor_contract_gpu test.Antonio Sanchez
2023-07-10Disable Tree reduction for GPU.Antonio Sanchez
2023-07-10Fix gpu special function tests.Antonio Sanchez
2023-07-10Rename EIGEN_CUDA_FLAGS to EIGEN_CUDA_CXX_FLAGSAntonio Sanchez
2023-07-10Clean up CUDA CMake files.Antonio Sanchez
2023-07-10Add buildtests_gpu and check_gpu to simplify GPU testing.Antonio Sanchez
2023-07-10Fix use of arg function in CUDA.Antonio Sánchez
2023-07-10Fix argument for _mm256_cvtps_ph imm parameterKevin Leonardic
2023-07-10Ensure EIGEN_HAS_ARM64_FP16_VECTOR_ARITHMETIC is always defined on arm.Antonio Sánchez
2023-07-10Disable FP16 arithmetic for arm32.Antonio Sánchez
2023-07-10Do not set EIGEN_HAS_ARM64_FP16_SCALAR_ARITHMETIC for cuda compilationAlexander Shaposhnikov
2023-07-10Replace usage of CudaStreamDevice with GpuStreamDevice in tensor benchmarks GPUAlejandro Acosta
2023-07-10Add missing braces in Umeyama.hRasmus Munk Larsen
2023-07-10Work around compiler bug in Umeyama.h.Rasmus Munk Larsen
2023-07-10Return NaN in ndtri for values outside valid input range.Antonio Sánchez
2023-07-10JacobiSVD: set m_nonzeroSingularValues to zero if not finiteCharles Schlosser
2023-07-10Fix boolean bitwise and warning.Antonio Sanchez
2023-07-10Make sure we return +/-1 above the clamping point for Erf().Rasmus Munk Larsen
2023-07-10exclude `Eigen/Core` and `Eigen/src/Core` from being ignored due to `core` ig...Rob Conde