eigen/test
Antonio Sanchez c6efc4e0ba Replace M_LOG2E and M_LN2 with custom macros.
For these to exist we would need to define `_USE_MATH_DEFINES` before
`cmath` or `math.h` is first included.  However, we don't
control the include order for projects outside Eigen, so even defining
the macro in `Eigen/Core` does not fix the issue for projects that
end up including `<cmath>` before Eigen does (explicitly or transitively).

To fix this, we define `EIGEN_LOG2E` and `EIGEN_LN2` ourselves.
2020-12-11 14:34:31 -08:00
..
adjoint.cpp
AnnoyingScalar.h Disable an expected warning in unit test 2019-10-08 16:28:14 +02:00
array_cwise.cpp Add log2() to Eigen. 2020-12-04 21:45:09 +00:00
array_for_matrix.cpp
array_of_string.cpp
array_replicate.cpp
array_reverse.cpp
bandmatrix.cpp
basicstuff.cpp Explicit casts of S -> std::complex<T> 2020-11-14 05:50:42 +00:00
bdcsvd.cpp Fix unit-test which I broke in previous fix 2019-12-19 13:42:14 +01:00
bfloat16_float.cpp Fix Half NaN definition and test. 2020-11-23 14:13:59 -08:00
bicgstab.cpp
blasutil.cpp Suppress ignored-attributes warning (same as in vectorization_logic). Remove redundant include and using namespace. 2020-11-13 16:21:53 +01:00
block.cpp
boostmultiprec.cpp Fix erroneous forward declaration of boost nvp. 2020-11-10 13:07:34 -03:00
bug1213_main.cpp
bug1213.cpp
bug1213.h
cholesky.cpp
cholmod_support.cpp
CMakeLists.txt Make inclusion of doc sub-directory optional by adjusting options. 2020-11-27 08:11:49 +11:00
commainitializer.cpp CommaInitializer wrongfully asserted for 0-sized blocks 2020-04-13 16:41:20 +02:00
conjugate_gradient.cpp
conservative_resize.cpp
constructor.cpp
corners.cpp
ctorleak.cpp
dense_storage.cpp
denseLM.cpp
determinant.cpp
diagonal_matrix_variadic_ctor.cpp
diagonal.cpp
diagonalmatrices.cpp
dontalign.cpp
dynalloc.cpp
eigen2support.cpp
eigensolver_complex.cpp
eigensolver_generalized_real.cpp
eigensolver_generic.cpp
eigensolver_selfadjoint.cpp
evaluator_common.h
evaluators.cpp
exceptions.cpp
fastmath.cpp
first_aligned.cpp
geo_alignedbox.cpp Fix alignedbox 32-bit precision test failure. 2020-09-30 08:42:03 -07:00
geo_eulerangles.cpp
geo_homogeneous.cpp
geo_hyperplane.cpp Fix #1757: remove the word 'suicide' 2020-06-11 00:56:54 +00:00
geo_orthomethods.cpp
geo_parametrizedline.cpp
geo_quaternion.cpp Guard operator<< test by EIGEN_NO_IO. 2020-07-09 19:54:48 +00:00
geo_transformations.cpp Removing executable bit from file mode 2020-01-11 15:02:29 +01:00
gpu_basic.cu
gpu_common.h Fixing a CUDA / P100 regression introduced by PR 181 2020-08-20 00:29:57 +00:00
half_float.cpp Fix Half NaN definition and test. 2020-11-23 14:13:59 -08:00
hessenberg.cpp
householder.cpp
incomplete_cholesky.cpp
indexed_view.cpp Guard usage of decltype since it's a C++11 feature 2020-05-20 16:04:16 +02:00
initializer_list_construction.cpp Make file formatting comply with POSIX and Unix standards 2020-03-23 18:09:02 +00:00
inplace_decomposition.cpp
integer_types.cpp Protecting integer_types's long long test with a check to see if we have CXX11 support. 2020-01-07 14:35:35 +00:00
inverse.cpp
io.cpp Added io test 2019-12-11 18:22:57 +00:00
is_same_dense.cpp
jacobi.cpp
jacobisvd.cpp
klu_support.cpp
linearstructure.cpp
lscg.cpp
lu.cpp
main.h Include chrono in main for c++11. 2020-12-03 11:27:32 -08:00
mapped_matrix.cpp
mapstaticmethods.cpp
mapstride.cpp
meta.cpp Initialize primitives to fix -Wuninitialized-const-reference. 2020-11-18 20:23:20 +00:00
metis_support.cpp
miscmatrices.cpp
mixingtypes.cpp
MovableScalar.h Fix #1911: add benchmark for move semantics with fixed-size matrix 2020-06-11 23:43:25 +00:00
mpl2only.cpp
nestbyvalue.cpp
nesting_ops.cpp
nomalloc.cpp
nullary.cpp
num_dimensions.cpp
numext.cpp Support BFloat16 in Eigen 2020-06-20 19:16:24 +00:00
packetmath_test_shared.h Clean up packetmath tests and fix various bugs to make bfloat16 pass (almost) all packetmath tests with SSE, AVX, and AVX512. 2020-10-09 20:05:49 +00:00
packetmath.cpp Replace M_LOG2E and M_LN2 with custom macros. 2020-12-11 14:34:31 -08:00
pardiso_support.cpp
pastix_support.cpp
permutationmatrices.cpp Enable CompleteOrthogonalDecomposition::pseudoInverse with non-square fixed-size matrices. 2019-11-13 21:16:53 +01:00
prec_inverse_4x4.cpp
product_extra.cpp
product_large.cpp
product_mmtr.cpp
product_notemporary.cpp
product_selfadjoint.cpp
product_small.cpp Extend support for Packet16b: 2020-04-28 16:12:47 +00:00
product_symm.cpp
product_syrk.cpp
product_trmm.cpp
product_trmv.cpp
product_trsolve.cpp
product.h
qr_colpivoting.cpp Enable CompleteOrthogonalDecomposition::pseudoInverse with non-square fixed-size matrices. 2019-11-13 21:16:53 +01:00
qr_fullpivoting.cpp
qr.cpp
qtvector.cpp
rand.cpp
random_without_cast_overflow.h Fix tensor casts for large packets and casts to/from std::complex 2020-06-30 18:53:55 +00:00
real_qz.cpp
redux.cpp
ref.cpp
reshape.cpp
resize.cpp
rvalue_types.cpp Fix #1911: add benchmark for move semantics with fixed-size matrix 2020-06-11 23:43:25 +00:00
schur_complex.cpp
schur_real.cpp
selfadjoint.cpp
simplicial_cholesky.cpp
sizeof.cpp
sizeoverflow.cpp
smallvectors.cpp
solverbase.h
sparse_basic.cpp Fix #1974: assertion when reserving an empty sparse matrix 2020-08-26 12:32:20 +02:00
sparse_block.cpp
sparse_permutations.cpp Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLARE_TEST(mytest) { /* code */ }. 2018-07-17 14:46:15 +02:00
sparse_product.cpp Fix sparse_extra_3, disable counting temporaries for testing DynamicSparseMatrix. 2020-11-18 23:15:33 +00:00
sparse_ref.cpp
sparse_solver.h
sparse_solvers.cpp
sparse_vector.cpp
sparse.h
sparseLM.cpp
sparselu.cpp
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
stdvector.cpp
stl_iterators.cpp Added support for reverse iterators for Vectorwise operations. 2020-05-14 22:38:20 +00:00
superlu_support.cpp
svd_common.h
svd_fill.h
swap.cpp
symbolic_index.cpp
triangular.cpp
type_alias.cpp
umeyama.cpp
umfpack_support.cpp
unalignedassert.cpp
unalignedcount.cpp
upperbidiagonalization.cpp
vectorization_logic.cpp Delete duplicate test cases in vectorization_logic.cpp 2020-07-01 00:51:15 +00:00
vectorwiseop.cpp
visitor.cpp
zerosized.cpp