eigen/test
Charles Schlosser fdfdd4c96b test suite: emit the function name when an ieee test fails
libeigen/eigen!2114
2026-01-22 02:32:38 +00:00
..
AnnoyingScalar.h Fix a collection of random failures encountered when testing with Bazel. 2025-06-26 16:58:24 +00:00
CMakeLists.txt ComplexQZ 2025-10-13 17:35:03 +00:00
CustomComplex.h Remove assumption of std::complex for complex scalar types. 2025-02-12 15:44:32 -08:00
MovableScalar.h make fixed_size matrices conform to std::is_standard_layout 2024-11-12 23:34:26 +00:00
OffByOneScalar.h
SafeScalar.h Fix random again 2024-03-29 21:49:27 +00:00
accelerate_support.cpp
adjoint.cpp
array_cwise.cpp Fix select: return typed comparisons if vectorized 2025-09-24 05:38:12 +00:00
array_for_matrix.cpp Remove select class 2025-08-10 17:44:09 +00:00
array_of_string.cpp
array_replicate.cpp
array_reverse.cpp
assignment_threaded.cpp Fix warnings about repeated deinitions of macros. 2024-05-29 13:38:00 -07:00
bandmatrix.cpp
basicstuff.cpp
bdcsvd.cpp Fix deflation in BDCSVD. 2024-02-15 23:53:59 +00:00
bfloat16_float.cpp add nextafter for bfloat16 2024-10-26 00:08:25 +00:00
bicgstab.cpp Initialize matrix in bicgstab test 2025-02-21 10:27:29 -08:00
blasutil.cpp
block.cpp optimize setConstant, setZero 2024-11-22 03:39:19 +00:00
boostmultiprec.cpp
bug1213.cpp
bug1213.h
bug1213_main.cpp
cholesky.cpp
cholmod_support.cpp Fix segfault in CholmodBase::factorize() for zero matrix 2024-02-12 03:27:56 +00:00
clz.cpp Add internal ctz/clz implementation. 2023-12-11 21:03:09 +00:00
commainitializer.cpp
complex_qz.cpp Fix a benign bug in ComplexQZ 2025-10-24 20:54:54 +00:00
conjugate_gradient.cpp
conservative_resize.cpp
constexpr.cpp Specify constructor template arguments for ConstexprTest struct 2025-02-25 19:38:47 +00:00
constructor.cpp
corners.cpp
ctorleak.cpp
denseLM.cpp
dense_storage.cpp Ensure that destructor's needed by lldb make it into binary in non-inlined fashion 2024-11-15 17:15:09 +00:00
determinant.cpp
diagonal.cpp
diagonal_matrix_variadic_ctor.cpp
diagonalmatrices.cpp
dontalign.cpp
dynalloc.cpp
eigen2support.cpp
eigensolver_complex.cpp Remove assumption of std::complex for complex scalar types. 2025-02-12 15:44:32 -08:00
eigensolver_generalized_real.cpp
eigensolver_generic.cpp
eigensolver_selfadjoint.cpp Add a method to SelfAdjointEigenSolver for computing the matrix exponential 2025-10-05 15:06:04 +00:00
evaluator_common.h
evaluators.cpp Remove select class 2025-08-10 17:44:09 +00:00
exceptions.cpp Fix a collection of random failures encountered when testing with Bazel. 2025-06-26 16:58:24 +00:00
fastmath.cpp
first_aligned.cpp
float_conversion.cpp
geo_alignedbox.cpp Return 0 volume for empty AlignedBox 2024-03-04 17:32:44 +00:00
geo_eulerangles.cpp Fix "unary minus operator applied to unsigned type, result still unsigned" on MSVC and other stupid warnings 2024-04-12 19:35:04 +00:00
geo_homogeneous.cpp fix errors in windows builds and tests 2025-10-07 22:47:35 +00:00
geo_hyperplane.cpp
geo_orthomethods.cpp
geo_parametrizedline.cpp
geo_quaternion.cpp Add factory/getters for quat coeffs in both orders 2025-05-28 18:39:55 -04:00
geo_transformations.cpp Fix preshear transformation. 2024-01-30 06:37:33 +00:00
gpu_basic.cu
gpu_common.h CUDA 13 compatibility update for unit test gpu_basic 2026-01-09 22:42:33 +00:00
gpu_example.cu
gpu_test_helper.h CUDA 13 compatibility update for unit test gpu_basic 2026-01-09 22:42:33 +00:00
half_float.cpp Faster emulated half comparisons 2025-06-17 17:05:58 +00:00
hessenberg.cpp
householder.cpp
incomplete_LUT.cpp added functions to fetch L and U Factors from IncompleteLUT 2025-01-31 18:32:38 +00:00
incomplete_cholesky.cpp Fix incomplete cholesky. 2024-03-08 19:18:10 +00:00
indexed_view.cpp Fix direct index aliased assignment. 2025-08-25 18:17:18 +00:00
initializer_list_construction.cpp
inplace_decomposition.cpp
integer_types.cpp
inverse.cpp
io.cpp
is_same_dense.cpp
jacobi.cpp
jacobisvd.cpp Fix jacobi svd for TriangularBase 2025-10-10 00:10:50 +00:00
klu_support.cpp
linearstructure.cpp
lscg.cpp
lu.cpp Returns condition number of zero if matrix is not invertible. 2025-02-12 07:09:20 +00:00
main.h CI enhancements: visual indication of flaky tests 2025-10-22 04:51:51 +00:00
mapped_matrix.cpp optimize setConstant, setZero 2024-11-22 03:39:19 +00:00
mapstaticmethods.cpp Fix "unary minus operator applied to unsigned type, result still unsigned" on MSVC and other stupid warnings 2024-04-12 19:35:04 +00:00
mapstride.cpp optimize setConstant, setZero 2024-11-22 03:39:19 +00:00
matrix_cwise.cpp Add missing cwiseSquare, tests for cwise matrix ops. 2024-03-28 04:26:55 +00:00
maxsizevector.cpp Fix a collection of random failures encountered when testing with Bazel. 2025-06-26 16:58:24 +00:00
meta.cpp
metis_support.cpp
miscmatrices.cpp
mixingtypes.cpp
nestbyvalue.cpp
nesting_ops.cpp
nomalloc.cpp
nullary.cpp
num_dimensions.cpp
numext.cpp Bit shifting functions 2024-05-03 18:55:02 +00:00
packet_segment.cpp Suppress Warray-bounds warning in generic ploaduSegment, fix edge case for vectorized cast 2025-07-23 22:26:40 +00:00
packetmath.cpp test suite: emit the function name when an ieee test fails 2026-01-22 02:32:38 +00:00
packetmath_test_shared.h Modify pselect and various masks to use Scalar(1) for true. 2025-06-20 22:40:46 +00:00
pardiso_support.cpp
pastix_support.cpp
permutationmatrices.cpp Make permutation products aliasing by default. 2025-08-25 18:39:06 +00:00
prec_inverse_4x4.cpp
product.h Replace calls to numext::fma with numext:madd. 2025-08-28 21:40:19 +00:00
product_extra.cpp
product_large.cpp
product_mmtr.cpp
product_notemporary.cpp make fixed size matrices and arrays trivially_default_constructible 2024-10-21 17:10:15 +00:00
product_selfadjoint.cpp Fix 1x1 selfadjoint matrix-vector product bug 2025-07-07 17:32:54 +00:00
product_small.cpp
product_symm.cpp
product_syrk.cpp
product_threaded.cpp A few cleanups to threaded product code and test. 2024-08-09 09:35:23 -07:00
product_trmm.cpp
product_trmv.cpp
product_trsolve.cpp
qr.cpp Add method signDeterminant() to QR and related decompositions. 2024-02-20 23:44:28 +00:00
qr_colpivoting.cpp Fix QR colpivoting warnings and test failure. 2024-02-28 15:00:13 +00:00
qr_fullpivoting.cpp Add method signDeterminant() to QR and related decompositions. 2024-02-20 23:44:28 +00:00
qtvector.cpp
rand.cpp fix UB in random implementation and tests 2025-12-31 03:57:04 +00:00
random_matrix.cpp
random_matrix_helper.h
random_without_cast_overflow.h
real_qz.cpp
realview.cpp Fix build of realview.cpp 2025-11-08 23:19:54 +00:00
redux.cpp Fix a collection of random failures encountered when testing with Bazel. 2025-06-26 16:58:24 +00:00
ref.cpp fix errors in windows builds and tests 2025-10-07 22:47:35 +00:00
reshape.cpp Don't pass matrices by value. 2024-10-29 18:19:02 +00:00
resize.cpp
rvalue_types.cpp
schur_complex.cpp
schur_real.cpp Fix real schur and polynomial solver. 2024-02-17 15:22:11 +00:00
selfadjoint.cpp
serializer.cpp
simplicial_cholesky.cpp Add SimplicialNonHermitianLLT and SimplicialNonHermitianLDLT 2024-03-28 00:22:27 +00:00
sizeof.cpp Add tests for sizeof() with one dynamic dimension. 2024-10-28 13:48:53 -07:00
sizeoverflow.cpp Fix a collection of random failures encountered when testing with Bazel. 2025-06-26 16:58:24 +00:00
skew_symmetric_matrix3.cpp fix skew symmetric test 2024-02-04 21:13:06 -05:00
smallvectors.cpp
solverbase.h
sparse.h
sparseLM.cpp
sparse_basic.cpp Sparse move 2024-03-27 17:44:50 +00:00
sparse_block.cpp
sparse_permutations.cpp
sparse_product.cpp
sparse_ref.cpp
sparse_solver.h Add SimplicialNonHermitianLLT and SimplicialNonHermitianLDLT 2024-03-28 00:22:27 +00:00
sparse_solvers.cpp
sparse_vector.cpp Fix "unary minus operator applied to unsigned type, result still unsigned" on MSVC and other stupid warnings 2024-04-12 19:35:04 +00:00
sparselu.cpp
sparseqr.cpp
special_numbers.cpp
split_test_helper.h
spqr_support.cpp
stable_norm.cpp Revert "Clean up stableNorm" 2024-01-19 20:22:47 +00:00
stddeque.cpp
stddeque_overload.cpp
stdlist.cpp
stdlist_overload.cpp
stdvector.cpp
stdvector_overload.cpp
stl_iterators.cpp fix tests when scalar is bfloat16, half 2024-02-07 04:50:11 +00:00
superlu_support.cpp
svd_common.h Fix a collection of random failures encountered when testing with Bazel. 2025-06-26 16:58:24 +00:00
svd_fill.h
swap.cpp Add free-function swap. 2024-10-14 15:51:40 +00:00
sycl_basic.cpp
symbolic_index.cpp
threads_eventcount.cpp
threads_fork_join.cpp fix various compiler warnings 2025-11-10 17:14:35 +00:00
threads_non_blocking_thread_pool.cpp Fix various asan errors. 2024-01-08 00:13:17 +00:00
threads_runqueue.cpp
triangular.cpp
tuple_test.cpp
type_alias.cpp
umeyama.cpp
umfpack_support.cpp
unalignedcount.cpp
unaryview.cpp Fix CwiseUnaryView. 2024-03-11 19:08:30 +00:00
upperbidiagonalization.cpp
vectorization_logic.cpp Fix Warray-bounds warning for fixed-size assignments 2025-02-18 19:23:14 +00:00
vectorwiseop.cpp Fixes #2952 2025-08-07 16:58:22 +00:00
visitor.cpp Add missing bool SSE2 PacketMath comparison 2025-09-22 21:28:45 +02:00
zerosized.cpp Fix a collection of random failures encountered when testing with Bazel. 2025-06-26 16:58:24 +00:00