- b366d50 Core: support the 64-bit integer (ILP64) BLAS interface by Susi Lehtola · 12 hours ago upstream/master
- e26fa7f Eigenvalues: Preserve ComplexQZ NumericalIssue after QZ reduction by Steve Hoelzer · 3 days ago
- 3bac4af Eigenvalues: Initialize ComplexQZ safely by Steve Hoelzer · 3 days ago
- 769c72f Add `popcount` wrapper by onalante-ebay · 5 days ago
- d53ac33 Tests: Share the scaled-comparison helpers and use them in matrix_function by Rasmus Munk Larsen · 10 days ago
- a5eb2d5 Tests: Fix seed-dependent linearstructure failure from cancellation by Rasmus Munk Larsen · 10 days ago
- 846d97e Tensor: Make mixed-scalar operators on tensors and reductions unambiguous by Rasmus Munk Larsen · 10 days ago
- 8a4a417 make if constexpr macro variadic by Charles Schlosser · 2 weeks ago
- e0f18b7 Fix NNLS wide-matrix crash and processTriangularMatrix branch-cut test inputs by Rasmus Munk Larsen · 3 weeks ago
- 76c990b StructuredMatrices: Fix Doxygen \ref in Hankel class comment by Rasmus Munk Larsen · 3 weeks ago
- 37b7310 MatrixFunctions: Use ArrayBase::ldexp for exponential scaling by Rasmus Munk Larsen · 3 weeks ago
- 2998767 StructuredMatrices: Add Hankel fast operator by Rasmus Munk Larsen · 3 weeks ago
- d8db7e1 Eigenvalues: harden TridiagonalEigenSolver bisection and inverse iteration by Rasmus Munk Larsen · 3 weeks ago
- 4a5c040 Tests: Extract helpers from main.h by Rasmus Munk Larsen · 3 weeks ago
- 8058e94 TensorReduction: add implicit conversion for scalar reduction by Henric Ryden · 3 weeks ago
- 1da4c9e Docs: Streamline agent guidance by Rasmus Munk Larsen · 3 weeks ago
- 0bb1537 Core: honor EIGEN_DEBUG_SMALL_PRODUCT_BLOCKS in the SME blocking heuristic by Rasmus Munk Larsen · 3 weeks ago
- 23c101c Tests: Register assignment_threaded by Rasmus Munk Larsen · 3 weeks ago
- bca9175 ci: absorb SME emulation timing swings by Rasmus Munk Larsen · 3 weeks ago
- 8b70f28 CI: refresh the smoke test set with recently added tests by Rasmus Munk Larsen · 3 weeks ago
- 7f8814d Docs: per-tool agent configs import AGENTS.md rather than duplicating it by Rasmus Munk Larsen · 3 weeks ago
- 85f9965 Core: harden and accelerate stable normalization by Rasmus Munk Larsen · 4 weeks ago
- b941180 Core: keep NaN/Inf constants out of fast-math poison in packet kernels by Rasmus Munk Larsen · 4 weeks ago
- e142653 Docs: Prefer Eigen expressions over scalar loops by Rasmus Munk Larsen · 4 weeks ago
- 70baef3 Tests: deflake integer_types by Rasmus Munk Larsen · 4 weeks ago
- 9d5669f Core: add ArrayBase::ldexp() and Eigen::ldexp() for exact scaling by 2^e by Rasmus Munk Larsen · 4 weeks ago
- f79da50 StructuredMatrices: Refine mathematical comments by Rasmus Munk Larsen · 4 weeks ago
- 40e7e38 fp16/bf16: fix NumTraits<half>::epsilon, half GPU raw-bit interop, RVV10 bf16 masks, and 16-bit normal RNG by Rasmus Munk Larsen · 4 weeks ago
- c453a87 Docs: Add guidance for code comments by Rasmus Munk Larsen · 4 weeks ago
- dfa92d7 Core: fix pldexp intermediate overflow for |e| >= 2^ExponentBits by Rasmus Munk Larsen · 4 weeks ago
- 3006c69 BDCSVD: improve accuracy and workspace use by Rasmus Munk Larsen · 4 weeks ago
- 26f009d StructuredMatrices: Complete Circulant; add operator transposition family by Rasmus Munk Larsen · 4 weeks ago
- 27492ea SpecialFunctions: Enable NEON packet wrappers for SME by Rasmus Munk Larsen · 4 weeks ago
- 660b00f Core: Fix select() with IndexedView operands by Rasmus Munk Larsen · 4 weeks ago
- c4bed22 Core: build packet sign masks from integer bits to survive fast-math by Rasmus Munk Larsen · 4 weeks ago
- 6d95a47 AGENTS.md: Document the test-tolerance convention by Rasmus Munk Larsen · 4 weeks ago
- 4035ffe StructuredMatrices: Document maxBlockSize() to fix docs build by Rasmus Munk Larsen · 4 weeks ago
- b54d445 StructuredMatrices: Derive LookAheadLevinson from SolverBase by Rasmus Munk Larsen · 4 weeks ago
- fbc0c78 Core: Improve fixed-size intermediate matrix product performances by Florian Maurin · 4 weeks ago
- 70034bc Reach-based sparse triangular solveInPlace (Gilbert–Peierls) for col-major L / Lᵀ by Charles Schlosser · 4 weeks ago
- 0af925c Documentation: Fix examples and clarify Eigen API notes by Florian Maurin · 4 weeks ago
- bc5f5f6 SME: fix gebp packers for non-direct-GEMM consumers by Kasper Nielsen · 4 weeks ago
- fc89fe1 StructuredMatrices: add look-ahead Levinson solver for general Toeplitz systems by Rasmus Munk Larsen · 4 weeks ago
- 70f9119 Add StructuredMatrices module: Circulant and Toeplitz fast operators by Rasmus Munk Larsen · 4 weeks ago
- 0bdd2d1 AlignedVector3: add regression test for compound-assignment return types by Rasmus Munk Larsen · 4 weeks ago
- d2e1d35 Fix Eigen::AlignedVector3::operator-= return type by 赵诗涵 · 4 weeks ago
- bb18f8a Core: Fix dangling reference in non-const imag() of real-valued expressions by Rasmus Munk Larsen · 4 weeks ago
- b33822a Test: Fix block sparse identity guard for C++14 by Rasmus Munk Larsen · 4 weeks ago
- f7001a2 Cholesky: Fuse the 2x2-pivot trailing update in unblocked Bunch-Kaufman by Rasmus Munk Larsen · 4 weeks ago
- edfad91 AGENTS.md: refresh stale module and backend details by Rasmus Munk Larsen · 4 weeks ago
- 35b0428 CI: only batch-build single-target jobs; build target lists directly by Rasmus Munk Larsen · 4 weeks ago
- b8ca06f Perf: Use constexpr branching for static paths by Florian Maurin · 4 weeks ago
- 3923421 Geometry: restrict transform matrix product overloads by Florian Maurin · 4 weeks ago
- 23815f4 Test: Fix platform-sensitive test expectations by Florian Maurin · 4 weeks ago
- 005a356 Tensor: restore static chip fast paths by Florian Maurin · 4 weeks ago
- f7a85f8 cleanup: C++14 cleanup of obsolete helpers and workarounds by Florian Maurin · 4 weeks ago
- cd70e0c BlockSparseMatrix: add block-sparse data structure and operations by Charles Schlosser · 5 weeks ago
- b4e88b9 packetmath: fix signed-integer-overflow UB in test reference helpers by Rasmus Munk Larsen · 5 weeks ago
- cf9f107 warning: fix some compiler warnings by Florian Maurin · 5 weeks ago
- 220732c unsupported/Eigen/FFT changed prototypes of .fwd() and .inv() to accept DenseBase vectors by frm-dsp · 5 weeks ago
- 3fccdcd IterativeLinearSolvers: fix flaky LSMR tolerances test by Rasmus Munk Larsen · 5 weeks ago
- e943eba Fix compiler warnings in cross-compile CI jobs by Charles Schlosser · 5 weeks ago
- 82ab9b7 GMRES: normalize convergence by preconditioned RHS by Florian Maurin · 5 weeks ago
- 944a219 Optimize dot product for contiguous data with runtime-unit stride by Xe · 5 weeks ago
- e478052 Product: vectorize small fixed-size compound products via packet cascade by Charles Schlosser · 5 weeks ago
- cdb9e1e CI: bump gcc/clang versions in Risc-V jobs by Charles Schlosser · 5 weeks ago
- 2e20f35 Add LSMR iterative least-squares solver by Rasmus Munk Larsen · 5 weeks ago
- 18ddcf4 AVX: fix pset1<Packet4cf> broadcasting only half its lanes without AVX2 by Charles Schlosser · 6 weeks ago
- 65bf174 SME: adapt the fp32 GEMM kernel to the runtime streaming vector length by Kasper Nielsen · 6 weeks ago
- d4940f8 Core: preserve pointer result types in coefficient functors by Florian Maurin · 6 weeks ago
- 6b77b5b Perf: x2 speedup compilation time for BDCSVD and JacobiSVD by Florian Maurin · 6 weeks ago
- fdfece7 Vectorize reductions and norms on runtime-contiguous strided expressions by Rasmus Munk Larsen · 6 weeks ago
- 9415204 Fix empty product blocking in triangular updates by Florian Maurin · 6 weeks ago
- 6103881 CI: fix and fold RVV vectorization into the default riscv64 builds by Charles Schlosser · 6 weeks ago
- bf7d621 BDCSVD: fix accuracy issue by protecting secular corrections from reassociation by Florian Maurin · 6 weeks ago
- 7bd9869 Eigenvalues: add inverse-iteration eigenvectors to TridiagonalEigenSolver by Rasmus Munk Larsen · 7 weeks ago
- dd3b764 Test: fix some CI test failures by Florian Maurin · 7 weeks ago
- 36b8ecc Don't use __builtin_alloca_with_align with icpc by Willem Deconinck · 7 weeks ago
- 69ec633 BiCGSTABL: Improve convergence accuracy by Florian Maurin · 7 weeks ago
- 3e04831 Doc: correct rank-revealing decomposition table by Florian Maurin · 7 weeks ago
- 6942f48 AVX: fix pset1<Packet4cf> store-to-load forwarding hazard by Charles Schlosser · 7 weeks ago
- f720207 CI: Add RISC-V runners by Charles Schlosser · 7 weeks ago
- fc56f71 Eigenvalues: add TridiagonalEigenSolver, SIMD + OpenMP spectral bisection for symmetric tridiagonal eigenvalues by Rasmus Munk Larsen · 8 weeks ago
- f7a1c99 IterativeLinearSolvers: simplify and harden the iterative solvers (follow-up to !2606) by Rasmus Munk Larsen · 8 weeks ago
- 946e96d Core: replace selected recursive unrollers with integer_sequence by Florian Maurin · 8 weeks ago
- 5b3089d Core: avoid throwing assert in noexcept variable_if_dynamic by Florian Maurin · 8 weeks ago
- c631f23 SparseQR: make weak-pivot look-ahead robust to FMA contraction by Rasmus Munk Larsen · 8 weeks ago
- b86d9c9 BLAS: restore conj_expr_if helper removed from core by Rasmus Munk Larsen · 8 weeks ago
- f7abffd Core/products: handle size 0 self-adjoint products by tttapa · 8 weeks ago
- c1a4cd5 Default trivial special members where semantics are unchanged by Florian Maurin · 8 weeks ago
- 2c95e55 Test: relax vectorization_logic_half unrolling expectation broken on AVX-512 by Rasmus Munk Larsen · 8 weeks ago
- 599d534 Core/arch + ThreadPool: simplify (comments, dead code, #undef hygiene) by Rasmus Munk Larsen · 8 weeks ago
- 2fb6015 Tensor: simplify subtree (dead code, redundant parens, comments) by Rasmus Munk Larsen · 8 weeks ago
- 255b1ce FFT/SparseExtra/Splines/BVH/EulerAngles/KroneckerProduct/Arpack: simplify by Rasmus Munk Larsen · 8 weeks ago
- 60e84fd NonLinearOptimization/LM/AutoDiff/Polynomials: simplify subtree by Rasmus Munk Larsen · 8 weeks ago
- 5826856 MatrixFunctions/SpecialFunctions: simplify subtree (comments, macro hygiene) by Rasmus Munk Larsen · 8 weeks ago
- 4c9c482 Sparse solvers / IterativeLinearSolvers / *Support: simplify subtree by Rasmus Munk Larsen · 8 weeks ago
- de9130a Eigenvalues: simplify subtree (dead code, comments, hygiene) by Rasmus Munk Larsen · 8 weeks ago
- 60bff86 Geometry/misc/plugins/StlSupport: simplify (comments, redundant parens) by Rasmus Munk Larsen · 8 weeks ago
- d38c757 Dense decompositions: simplify subtree (dead code, comments, hygiene) by Rasmus Munk Larsen · 8 weeks ago