.. |
accelerate_support.cpp
|
Removed need to supply the Symmetric flag to UpLo argument for Accelerate LLT and LDLT
|
2022-04-21 20:02:10 +00:00 |
adjoint.cpp
|
Fix a bunch of annoying compiler warnings in tests
|
2022-11-21 20:07:19 +00:00 |
AnnoyingScalar.h
|
Use C++11 standard features for detecting presence of Inf and NaN
|
2023-03-15 16:52:44 +00:00 |
array_cwise.cpp
|
Fix scalar_logistic_function overflow for complex inputs.
|
2023-12-05 18:21:04 +00:00 |
array_for_matrix.cpp
|
Use VERIFY_IS_EQUAL to compare to zeros.
|
2023-02-01 13:49:56 -08:00 |
array_of_string.cpp
|
|
|
array_replicate.cpp
|
|
|
array_reverse.cpp
|
|
|
bandmatrix.cpp
|
|
|
basicstuff.cpp
|
Fix annoying warnings
|
2023-07-07 20:19:58 +00:00 |
bdcsvd.cpp
|
Fix -Wmaybe-uninitialized in SVD
|
2023-07-25 22:22:17 +00:00 |
bfloat16_float.cpp
|
Fix a bunch of minor build and test issues.
|
2023-01-06 16:37:26 +00:00 |
bicgstab.cpp
|
|
|
blasutil.cpp
|
issue #2581: review and cleanup of compiler version checks
|
2023-01-17 18:58:34 +00:00 |
block.cpp
|
Unwind Block of Blocks
|
2023-08-29 17:21:41 +00:00 |
boostmultiprec.cpp
|
fix boost mp test to refer to new svd tests
|
2023-08-02 13:38:12 +00:00 |
bug1213_main.cpp
|
|
|
bug1213.cpp
|
|
|
bug1213.h
|
|
|
cholesky.cpp
|
|
|
cholmod_support.cpp
|
|
|
CMakeLists.txt
|
Fix (u)int64_t->float conversion on arm
|
2023-11-21 16:09:12 +00:00 |
commainitializer.cpp
|
Split test commainitializer into two substests
|
2021-03-18 13:28:51 +01:00 |
conjugate_gradient.cpp
|
|
|
conservative_resize.cpp
|
Do not set AnnoyingScalar::dont_throw if not defined EIGEN_TEST_ANNOYING_SCALAR_DONT_THROW.
|
2021-08-11 10:01:21 +00:00 |
constexpr.cpp
|
Fix up C++ version detection macros and cmake tests.
|
2022-12-20 18:06:03 +00:00 |
constructor.cpp
|
|
|
corners.cpp
|
|
|
ctorleak.cpp
|
|
|
dense_storage.cpp
|
Allow all tests to pass with EIGEN_TEST_NO_EXPLICIT_VECTORIZATION
|
2022-04-12 14:48:22 +00:00 |
denseLM.cpp
|
|
|
determinant.cpp
|
|
|
diagonal_matrix_variadic_ctor.cpp
|
Clean up EIGEN_STATIC_ASSERT to only use standard c++11 static_assert.
|
2021-09-16 20:43:54 +00:00 |
diagonal.cpp
|
|
|
diagonalmatrices.cpp
|
Provide DiagonalMatrix Product and Initializers
|
2022-06-06 21:43:22 +00:00 |
dontalign.cpp
|
|
|
dynalloc.cpp
|
Replaced all instances of internal::(U)IntPtr with std::(u)intptr_t. Remove ICC workaround.
|
2023-03-21 16:50:23 +00:00 |
eigen2support.cpp
|
|
|
eigensolver_complex.cpp
|
|
|
eigensolver_generalized_real.cpp
|
Fix GeneralizedEigenSolver::info() and Asserts
|
2022-08-25 22:05:04 +00:00 |
eigensolver_generic.cpp
|
|
|
eigensolver_selfadjoint.cpp
|
Added complex matrix unit tests for SelfAdjointEigenSolve
|
2021-04-26 19:00:51 +00:00 |
evaluator_common.h
|
|
|
evaluators.cpp
|
Replaced all instances of internal::(U)IntPtr with std::(u)intptr_t. Remove ICC workaround.
|
2023-03-21 16:50:23 +00:00 |
exceptions.cpp
|
|
|
fastmath.cpp
|
Fix compiler warnings in tests.
|
2023-02-14 02:29:03 +00:00 |
first_aligned.cpp
|
Replaced all instances of internal::(U)IntPtr with std::(u)intptr_t. Remove ICC workaround.
|
2023-03-21 16:50:23 +00:00 |
float_conversion.cpp
|
Fix (u)int64_t->float conversion on arm
|
2023-11-21 16:09:12 +00:00 |
geo_alignedbox.cpp
|
Update SVD Module with Options template parameter
|
2022-02-02 00:15:44 +00:00 |
geo_eulerangles.cpp
|
Geometry/EulerAngles: introduce canonicalEulerAngles
|
2023-05-19 15:42:22 +00:00 |
geo_homogeneous.cpp
|
|
|
geo_hyperplane.cpp
|
Remove unaligned assert tests.
|
2021-08-18 18:05:24 +00:00 |
geo_orthomethods.cpp
|
Cross product for vectors of size 2. Fixes #1037
|
2022-11-15 22:39:42 +00:00 |
geo_parametrizedline.cpp
|
Remove unaligned assert tests.
|
2021-08-18 18:05:24 +00:00 |
geo_quaternion.cpp
|
Add Quaternion constructor from real scalar and imaginary vector
|
2023-06-27 05:38:17 +00:00 |
geo_transformations.cpp
|
Remove unaligned assert tests.
|
2021-08-18 18:05:24 +00:00 |
gpu_basic.cu
|
More EIGEN_DEVICE_FUNC fixes for CUDA 10/11/12.
|
2023-02-03 19:18:45 +00:00 |
gpu_common.h
|
issue #2581: review and cleanup of compiler version checks
|
2023-01-17 18:58:34 +00:00 |
gpu_example.cu
|
Fix a bunch of minor build and test issues.
|
2023-01-06 16:37:26 +00:00 |
gpu_test_helper.h
|
issue #2581: review and cleanup of compiler version checks
|
2023-01-17 18:58:34 +00:00 |
half_float.cpp
|
Fix a bunch of minor build and test issues.
|
2023-01-06 16:37:26 +00:00 |
hessenberg.cpp
|
|
|
householder.cpp
|
Add a NNLS solver to unsupported - issue #655
|
2022-03-23 20:20:44 +00:00 |
incomplete_cholesky.cpp
|
Fix a bunch of minor build and test issues.
|
2023-01-06 16:37:26 +00:00 |
indexed_view.cpp
|
Refactor IndexedView
|
2023-04-17 12:32:50 +00:00 |
initializer_list_construction.cpp
|
Silence string overflow warning for GCC in initializer_list_construction test.
|
2021-09-17 18:33:50 +00:00 |
inplace_decomposition.cpp
|
|
|
integer_types.cpp
|
remove EIGEN_HAS_CXX11
|
2021-11-24 20:08:49 +00:00 |
inverse.cpp
|
Replace Eigen type metaprogramming with corresponding std types and make use of alias templates
|
2022-03-16 16:43:40 +00:00 |
io.cpp
|
|
|
is_same_dense.cpp
|
|
|
jacobi.cpp
|
Fix vectorized Jacobi Rotation
|
2022-08-08 19:29:56 +00:00 |
jacobisvd.cpp
|
Fix -Wmaybe-uninitialized in SVD
|
2023-07-25 22:22:17 +00:00 |
klu_support.cpp
|
|
|
linearstructure.cpp
|
|
|
lscg.cpp
|
|
|
lu.cpp
|
Specify Permutation Index for PartialPivLU and FullPivLU
|
2023-03-07 20:28:05 +00:00 |
main.h
|
Eliminate use of _res.
|
2023-10-16 19:56:53 +00:00 |
mapped_matrix.cpp
|
Fix unaligned scalar alignment UB.
|
2023-08-01 19:39:08 +00:00 |
mapstaticmethods.cpp
|
|
|
mapstride.cpp
|
Replaced all instances of internal::(U)IntPtr with std::(u)intptr_t. Remove ICC workaround.
|
2023-03-21 16:50:23 +00:00 |
maxsizevector.cpp
|
Thread pool
|
2023-05-05 16:23:34 +00:00 |
meta.cpp
|
Thread pool
|
2023-05-05 16:23:34 +00:00 |
metis_support.cpp
|
|
|
miscmatrices.cpp
|
|
|
mixingtypes.cpp
|
Fix mixingtypes tests.
|
2022-09-02 15:30:13 +00:00 |
MovableScalar.h
|
|
|
nestbyvalue.cpp
|
Enable direct access for NestByValue.
|
2022-12-07 18:21:45 +00:00 |
nesting_ops.cpp
|
Replace Eigen type metaprogramming with corresponding std types and make use of alias templates
|
2022-03-16 16:43:40 +00:00 |
nomalloc.cpp
|
Guard all malloc, realloc and free() fonctions with check_that_malloc_is_allowed()
|
2023-04-04 04:24:22 +00:00 |
nullary.cpp
|
add EqualSpaced / setEqualSpaced
|
2022-12-13 00:54:57 +00:00 |
num_dimensions.cpp
|
remove EIGEN_HAS_CXX11
|
2021-11-24 20:08:49 +00:00 |
numext.cpp
|
fix arm build warnings
|
2023-07-17 20:37:27 +00:00 |
OffByOneScalar.h
|
[SYCL-2020] Enabling USM support for SYCL. SYCL-1.2.1 did not have support for USM.
|
2023-05-05 17:30:36 +00:00 |
packet_ostream.h
|
Fix failing MSVC tests due to compiler bugs.
|
2023-03-10 22:36:57 +00:00 |
packetmath_test_shared.h
|
Log position of first difference for easier debugging.
|
2022-03-07 19:06:27 +00:00 |
packetmath.cpp
|
Fix arm32 float division and related bugs
|
2023-08-29 00:36:07 +00:00 |
pardiso_support.cpp
|
|
|
pastix_support.cpp
|
|
|
permutationmatrices.cpp
|
|
|
prec_inverse_4x4.cpp
|
Fix g++-6 constexpr and c++20 constexpr build errors.
|
2022-09-09 03:41:45 +00:00 |
product_extra.cpp
|
|
|
product_large.cpp
|
Add support for Power10 (AltiVec) MMA instructions for bfloat16.
|
2022-11-30 23:33:37 +00:00 |
product_mmtr.cpp
|
|
|
product_notemporary.cpp
|
|
|
product_selfadjoint.cpp
|
|
|
product_small.cpp
|
Fix boolean bitwise and warning.
|
2023-04-25 15:24:49 +00:00 |
product_symm.cpp
|
|
|
product_syrk.cpp
|
Add support for Power10 (AltiVec) MMA instructions for bfloat16.
|
2022-11-30 23:33:37 +00:00 |
product_threaded.cpp
|
Generalize parallel GEMM implementation in Core to work with ThreadPool in addition to OpenMP.
|
2023-11-10 17:42:30 +00:00 |
product_trmm.cpp
|
|
|
product_trmv.cpp
|
|
|
product_trsolve.cpp
|
|
|
product.h
|
Adjust thresholds for bfloat16 product tests that are currently failing.
|
2022-12-28 19:32:25 +00:00 |
qr_colpivoting.cpp
|
Revert qr tests
|
2023-01-23 22:23:08 +00:00 |
qr_fullpivoting.cpp
|
Revert qr tests
|
2023-01-23 22:23:08 +00:00 |
qr.cpp
|
Add true determinant to QR and it's variants
|
2022-07-29 18:24:14 +00:00 |
qtvector.cpp
|
|
|
rand.cpp
|
make casts explicit and fixed the type
|
2022-01-24 18:19:21 +00:00 |
random_matrix_helper.h
|
Reorganize test main file
|
2021-09-27 18:30:47 +00:00 |
random_matrix.cpp
|
Fix more gcc compiler warnings / sort-of bugs
|
2023-07-14 21:12:45 +00:00 |
random_without_cast_overflow.h
|
Fix annoying warnings
|
2023-07-07 20:19:58 +00:00 |
real_qz.cpp
|
reduce float warnings (comparisons and implicit conversions)
|
2022-01-26 18:16:19 +00:00 |
redux.cpp
|
|
|
ref.cpp
|
traits<Ref>::match: use correct strides
|
2023-11-11 14:10:56 +00:00 |
reshape.cpp
|
Fix reshape strides when input has non-zero inner stride.
|
2022-11-29 19:39:29 +00:00 |
resize.cpp
|
|
|
rvalue_types.cpp
|
Replaced all instances of internal::(U)IntPtr with std::(u)intptr_t. Remove ICC workaround.
|
2023-03-21 16:50:23 +00:00 |
SafeScalar.h
|
DenseStorage safely copy/swap.
|
2021-04-22 18:45:19 +00:00 |
schur_complex.cpp
|
Disable schur non-convergence test.
|
2022-03-16 17:33:53 +00:00 |
schur_real.cpp
|
reduce float warnings (comparisons and implicit conversions)
|
2022-01-26 18:16:19 +00:00 |
selfadjoint.cpp
|
Clean up EIGEN_STATIC_ASSERT to only use standard c++11 static_assert.
|
2021-09-16 20:43:54 +00:00 |
serializer.cpp
|
Fix serialization for non-compressed matrices.
|
2022-11-30 18:16:47 +00:00 |
simplicial_cholesky.cpp
|
|
|
sizeof.cpp
|
|
|
sizeoverflow.cpp
|
|
|
skew_symmetric_matrix3.cpp
|
Remove bad skew_symmetric_matrix3 test.
|
2022-09-10 07:08:37 +00:00 |
smallvectors.cpp
|
Clean up EIGEN_STATIC_ASSERT to only use standard c++11 static_assert.
|
2021-09-16 20:43:54 +00:00 |
solverbase.h
|
Use internal::ref_selector to avoid holding a reference to a RHS expression.
|
2021-06-22 14:31:32 +00:00 |
sparse_basic.cpp
|
Fix sparse triangular view iterator
|
2023-10-05 17:13:37 +00:00 |
sparse_block.cpp
|
Fix inner iterator for sparse block.
|
2022-08-03 17:26:12 +00:00 |
sparse_permutations.cpp
|
Fix arm32 float division and related bugs
|
2023-08-29 00:36:07 +00:00 |
sparse_product.cpp
|
reduce float warnings (comparisons and implicit conversions)
|
2022-01-26 18:16:19 +00:00 |
sparse_ref.cpp
|
Replace Eigen type metaprogramming with corresponding std types and make use of alias templates
|
2022-03-16 16:43:40 +00:00 |
sparse_solver.h
|
Fix sparseLU solver when destination has a non-unit stride.
|
2022-11-29 19:37:03 +00:00 |
sparse_solvers.cpp
|
don't use deprecated MappedSparseMatrix
|
2021-11-19 15:58:04 +00:00 |
sparse_vector.cpp
|
Fix sparse iterator and tests.
|
2023-04-25 19:05:49 +00:00 |
sparse.h
|
Fix a bunch of minor build and test issues.
|
2023-01-06 16:37:26 +00:00 |
sparseLM.cpp
|
|
|
sparselu.cpp
|
Fix a bunch of minor build and test issues.
|
2023-01-06 16:37:26 +00:00 |
sparseqr.cpp
|
|
|
special_numbers.cpp
|
|
|
split_test_helper.h
|
|
|
spqr_support.cpp
|
|
|
stable_norm.cpp
|
|
|
stddeque_overload.cpp
|
|
|
stddeque.cpp
|
|
|
stdlist_overload.cpp
|
|
|
stdlist.cpp
|
|
|
stdvector_overload.cpp
|
Replaced all instances of internal::(U)IntPtr with std::(u)intptr_t. Remove ICC workaround.
|
2023-03-21 16:50:23 +00:00 |
stdvector.cpp
|
Fix annoying warnings
|
2023-07-07 20:19:58 +00:00 |
stl_iterators.cpp
|
reduce float warnings (comparisons and implicit conversions)
|
2022-01-26 18:16:19 +00:00 |
superlu_support.cpp
|
|
|
svd_common.h
|
Fix -Wmaybe-uninitialized in SVD
|
2023-07-25 22:22:17 +00:00 |
svd_fill.h
|
Fix SVD for MSVC.
|
2022-02-28 19:53:15 +00:00 |
swap.cpp
|
Replace Eigen type metaprogramming with corresponding std types and make use of alias templates
|
2022-03-16 16:43:40 +00:00 |
sycl_basic.cpp
|
[SYCL-2020] Add test to validate SYCL in Eigen core.
|
2023-07-28 15:45:08 +00:00 |
symbolic_index.cpp
|
Some further cleanup
|
2021-12-06 18:01:15 +00:00 |
threads_eventcount.cpp
|
Thread pool
|
2023-05-05 16:23:34 +00:00 |
threads_non_blocking_thread_pool.cpp
|
Thread pool
|
2023-05-05 16:23:34 +00:00 |
threads_runqueue.cpp
|
Thread pool
|
2023-05-05 16:23:34 +00:00 |
triangular.cpp
|
Fix more gcc compiler warnings / sort-of bugs
|
2023-07-14 21:12:45 +00:00 |
tuple_test.cpp
|
Fix tuple compilation for VS2017.
|
2021-10-20 19:18:34 +00:00 |
type_alias.cpp
|
remove EIGEN_HAS_CXX11
|
2021-11-24 20:08:49 +00:00 |
umeyama.cpp
|
|
|
umfpack_support.cpp
|
|
|
unalignedcount.cpp
|
Fix compiler warnings.
|
2023-02-10 20:46:23 +00:00 |
unaryviewstride.cpp
|
Remove EIGEN_EMPTY_STRUCT_CTOR
|
2022-04-08 18:27:26 +00:00 |
upperbidiagonalization.cpp
|
|
|
vectorization_logic.cpp
|
Clean up Redux.h and fix vectorization_logic test after changes to traversal order in Redux.
|
2023-05-24 20:26:52 +00:00 |
vectorwiseop.cpp
|
Fix some typos found
|
2021-09-23 15:22:00 +00:00 |
visitor.cpp
|
Handle PropagateFast the same way as PropagateNaN in minmax visitor to
|
2023-03-13 20:47:11 +00:00 |
zerosized.cpp
|
Remove unused variable.
|
2022-09-07 20:46:44 +00:00 |