.. |
adjoint.cpp
|
Clean up EIGEN_STATIC_ASSERT to only use standard c++11 static_assert.
|
2021-09-16 20:43:54 +00:00 |
AnnoyingScalar.h
|
Modify scalar pzero, ptrue, pselect, and p<binary> operations to avoid memset.
|
2021-08-03 08:44:28 -07:00 |
array_cwise.cpp
|
Renamed shift_left/shift_right to shiftLeft/shiftRight.
|
2021-08-17 20:04:48 -07:00 |
array_for_matrix.cpp
|
Add nan-propagation options to matrix and array plugins.
|
2021-10-21 19:40:11 +00:00 |
array_of_string.cpp
|
|
|
array_replicate.cpp
|
|
|
array_reverse.cpp
|
|
|
bandmatrix.cpp
|
|
|
basicstuff.cpp
|
Clean up EIGEN_STATIC_ASSERT to only use standard c++11 static_assert.
|
2021-09-16 20:43:54 +00:00 |
bdcsvd.cpp
|
Fix total deflation issue in BDCSVD, when & only when M is already diagonal.
|
2021-11-02 16:53:55 +00:00 |
bfloat16_float.cpp
|
remove denormal flushing in fp32tobf16 for avx & avx512
|
2021-08-09 22:15:21 +00: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
|
Clean up EIGEN_STATIC_ASSERT to only use standard c++11 static_assert.
|
2021-09-16 20:43:54 +00:00 |
boostmultiprec.cpp
|
test: fix boostmutiprec test to compile with older Boost versions
|
2021-10-25 20:32:33 +00:00 |
bug1213_main.cpp
|
|
|
bug1213.cpp
|
|
|
bug1213.h
|
|
|
cholesky.cpp
|
|
|
cholmod_support.cpp
|
|
|
CMakeLists.txt
|
Add -arch=<arch> argument for nvcc.
|
2021-09-24 20:48:01 -07: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 |
constructor.cpp
|
fix unit test in c++03: c++03 does not allow passing local or anonymous enum as template param
|
2019-03-18 11:38:36 +01:00 |
corners.cpp
|
|
|
ctorleak.cpp
|
|
|
dense_storage.cpp
|
Make DenseStorage<> trivially_copyable
|
2021-06-30 04:27:51 +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
|
|
|
dontalign.cpp
|
|
|
dynalloc.cpp
|
|
|
eigen2support.cpp
|
|
|
eigensolver_complex.cpp
|
|
|
eigensolver_generalized_real.cpp
|
|
|
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
|
|
|
exceptions.cpp
|
|
|
fastmath.cpp
|
|
|
first_aligned.cpp
|
|
|
geo_alignedbox.cpp
|
geo_alignedbox_5 was failing with AVX enabled, due to storing Vector4d in a std::vector without using an aligned allocator.
|
2021-03-01 03:59:21 +01:00 |
geo_eulerangles.cpp
|
|
|
geo_homogeneous.cpp
|
|
|
geo_hyperplane.cpp
|
Remove unaligned assert tests.
|
2021-08-18 18:05:24 +00:00 |
geo_orthomethods.cpp
|
|
|
geo_parametrizedline.cpp
|
Remove unaligned assert tests.
|
2021-08-18 18:05:24 +00:00 |
geo_quaternion.cpp
|
Remove unaligned assert tests.
|
2021-08-18 18:05:24 +00:00 |
geo_transformations.cpp
|
Remove unaligned assert tests.
|
2021-08-18 18:05:24 +00:00 |
gpu_basic.cu
|
Disable testing of complex compound assignment operators for MSVC.
|
2021-09-27 15:15:11 -07:00 |
gpu_common.h
|
Specialize std::complex operators for use on GPU device.
|
2021-01-22 18:19:19 +00:00 |
gpu_example.cu
|
Disable specific subtests that fail on HIP due to non-functional device side malloc/free (on HIP).
|
2021-09-17 16:19:03 +00:00 |
gpu_test_helper.h
|
fix various typos
|
2021-09-22 16:15:06 +00:00 |
half_float.cpp
|
Add fmod(half, half).
|
2021-03-15 13:32:24 -07:00 |
hessenberg.cpp
|
|
|
householder.cpp
|
|
|
incomplete_cholesky.cpp
|
|
|
indexed_view.cpp
|
Move Eigen::all,last,lastp1,lastN to Eigen::placeholders::.
|
2021-09-17 10:21:42 -07: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
|
Clean up EIGEN_STATIC_ASSERT to only use standard c++11 static_assert.
|
2021-09-16 20:43:54 +00:00 |
inverse.cpp
|
Fix inverse nullptr/asan errors for LU.
|
2021-07-01 13:41:04 -07:00 |
io.cpp
|
Added io test
|
2019-12-11 18:22:57 +00:00 |
is_same_dense.cpp
|
|
|
jacobi.cpp
|
|
|
jacobisvd.cpp
|
Fixes #1387 for compilation error in JacobiSVD with HouseholderQRPreconditioner that occurs when input is a compile-time row vector.
|
2021-07-20 20:11:22 +00:00 |
klu_support.cpp
|
|
|
linearstructure.cpp
|
|
|
lscg.cpp
|
|
|
lu.cpp
|
|
|
main.h
|
Fix gpu special function tests.
|
2021-10-01 10:20:50 -07:00 |
mapped_matrix.cpp
|
Clean up EIGEN_STATIC_ASSERT to only use standard c++11 static_assert.
|
2021-09-16 20:43:54 +00:00 |
mapstaticmethods.cpp
|
|
|
mapstride.cpp
|
Allow for negative strides.
|
2021-01-27 23:32:12 +01:00 |
meta.cpp
|
Initialize primitives to fix -Wuninitialized-const-reference.
|
2020-11-18 20:23:20 +00:00 |
metis_support.cpp
|
|
|
miscmatrices.cpp
|
|
|
mixingtypes.cpp
|
Clean up EIGEN_STATIC_ASSERT to only use standard c++11 static_assert.
|
2021-09-16 20:43:54 +00:00 |
MovableScalar.h
|
Fix #1911: add benchmark for move semantics with fixed-size matrix
|
2020-06-11 23:43:25 +00:00 |
mpl2only.cpp
|
Guard against repeated definition of EIGEN_MPL2_ONLY
|
2019-08-07 14:19:00 -07:00 |
nestbyvalue.cpp
|
nestbyvalue test: fix uninitialized matrix
|
2021-11-04 14:32:12 +01:00 |
nesting_ops.cpp
|
|
|
nomalloc.cpp
|
|
|
nullary.cpp
|
|
|
num_dimensions.cpp
|
|
|
numext.cpp
|
Fix numext::arg return type.
|
2021-05-07 16:26:57 +00:00 |
OffByOneScalar.h
|
Replace memset with fill to work for non-trivial scalars.
|
2021-07-08 18:34:41 +00:00 |
packetmath_test_shared.h
|
Fix rint SSE/NEON again, using optimization barrier.
|
2021-03-05 08:54:12 -08:00 |
packetmath.cpp
|
Fix some typos found
|
2021-09-23 15:22:00 +00: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
|
Ensure all generated matrices for inverse_4x4 testes are invertible, this fix #2248 .
|
2021-05-13 15:03:30 +00:00 |
product_extra.cpp
|
Allow for negative strides.
|
2021-01-27 23:32:12 +01:00 |
product_large.cpp
|
Fixed performance issues for complex VSX and P10 MMA in gebp_kernel (level 3).
|
2021-03-25 11:08:19 +00:00 |
product_mmtr.cpp
|
bug #1741: fix SelfAdjointView::rankUpdate and product to triangular part for destination with non-trivial inner stride
|
2019-09-10 23:29:52 +02:00 |
product_notemporary.cpp
|
|
|
product_selfadjoint.cpp
|
|
|
product_small.cpp
|
Clean up EIGEN_STATIC_ASSERT to only use standard c++11 static_assert.
|
2021-09-16 20:43:54 +00:00 |
product_symm.cpp
|
bug #1741: fix self-adjoint*matrix, triangular*matrix, and triangular^1*matrix with a destination having a non-trivial inner-stride
|
2019-09-11 15:04:25 +02:00 |
product_syrk.cpp
|
bug #1741: fix SelfAdjointView::rankUpdate and product to triangular part for destination with non-trivial inner stride
|
2019-09-10 23:29:52 +02:00 |
product_trmm.cpp
|
bug #1741: fix self-adjoint*matrix, triangular*matrix, and triangular^1*matrix with a destination having a non-trivial inner-stride
|
2019-09-11 15:04:25 +02:00 |
product_trmv.cpp
|
|
|
product_trsolve.cpp
|
bug #1741: fix self-adjoint*matrix, triangular*matrix, and triangular^1*matrix with a destination having a non-trivial inner-stride
|
2019-09-11 15:04:25 +02:00 |
product.h
|
Clean up EIGEN_STATIC_ASSERT to only use standard c++11 static_assert.
|
2021-09-16 20:43:54 +00:00 |
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
|
Bump up rand histogram threshold.
|
2021-03-10 22:17:03 -08:00 |
random_matrix_helper.h
|
Reorganize test main file
|
2021-09-27 18:30:47 +00:00 |
random_matrix.cpp
|
Add random matrix generation via SVD
|
2021-08-23 16:00:05 +00:00 |
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
|
Clean up EIGEN_STATIC_ASSERT to only use standard c++11 static_assert.
|
2021-09-16 20:43:54 +00:00 |
reshape.cpp
|
Move Eigen::all,last,lastp1,lastN to Eigen::placeholders::.
|
2021-09-17 10:21:42 -07:00 |
resize.cpp
|
|
|
rvalue_types.cpp
|
DenseStorage safely copy/swap.
|
2021-04-22 18:45:19 +00:00 |
SafeScalar.h
|
DenseStorage safely copy/swap.
|
2021-04-22 18:45:19 +00:00 |
schur_complex.cpp
|
|
|
schur_real.cpp
|
|
|
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
|
Add a simple serialization mechanism.
|
2021-09-08 09:38:59 -07:00 |
simplicial_cholesky.cpp
|
Bug #1910: Make SparseCholesky work for RowMajor matrices
|
2021-02-19 19:36:18 +01:00 |
sizeof.cpp
|
|
|
sizeoverflow.cpp
|
|
|
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
|
Re-implement move assignments.
|
2021-03-10 16:55:20 +00:00 |
sparse_block.cpp
|
Do not set AnnoyingScalar::dont_throw if not defined EIGEN_TEST_ANNOYING_SCALAR_DONT_THROW.
|
2021-08-11 10:01:21 +00:00 |
sparse_permutations.cpp
|
|
|
sparse_product.cpp
|
Fixed Sparse-Sparse Product in case of mixed StorageIndex types
|
2021-11-18 18:33:31 +00:00 |
sparse_ref.cpp
|
Fix typos in copyright dates
|
2021-09-15 20:49:43 +00:00 |
sparse_solver.h
|
add specialization of check_sparse_solving() for SuperLU solver, in order to test adjoint and transpose solves
|
2021-02-08 22:00:31 +00:00 |
sparse_solvers.cpp
|
|
|
sparse_vector.cpp
|
moved pruning code to SparseVector.h
|
2021-11-15 22:16:01 +00:00 |
sparse.h
|
Fixed Sparse-Sparse Product in case of mixed StorageIndex types
|
2021-11-18 18:33:31 +00:00 |
sparseLM.cpp
|
|
|
sparselu.cpp
|
|
|
sparseqr.cpp
|
|
|
special_numbers.cpp
|
|
|
split_test_helper.h
|
|
|
spqr_support.cpp
|
|
|
stable_norm.cpp
|
Fix stable_norm_1 test.
|
2021-01-21 09:44:42 -08:00 |
stddeque_overload.cpp
|
|
|
stddeque.cpp
|
|
|
stdlist_overload.cpp
|
|
|
stdlist.cpp
|
|
|
stdvector_overload.cpp
|
|
|
stdvector.cpp
|
|
|
stl_iterators.cpp
|
Move Eigen::all,last,lastp1,lastN to Eigen::placeholders::.
|
2021-09-17 10:21:42 -07:00 |
superlu_support.cpp
|
|
|
svd_common.h
|
Fixes #1387 for compilation error in JacobiSVD with HouseholderQRPreconditioner that occurs when input is a compile-time row vector.
|
2021-07-20 20:11:22 +00:00 |
svd_fill.h
|
|
|
swap.cpp
|
Clean up EIGEN_STATIC_ASSERT to only use standard c++11 static_assert.
|
2021-09-16 20:43:54 +00:00 |
symbolic_index.cpp
|
Move Eigen::all,last,lastp1,lastN to Eigen::placeholders::.
|
2021-09-17 10:21:42 -07:00 |
triangular.cpp
|
Clean up EIGEN_STATIC_ASSERT to only use standard c++11 static_assert.
|
2021-09-16 20:43:54 +00:00 |
tuple_test.cpp
|
Fix tuple compilation for VS2017.
|
2021-10-20 19:18:34 +00:00 |
type_alias.cpp
|
|
|
umeyama.cpp
|
|
|
umfpack_support.cpp
|
|
|
unalignedcount.cpp
|
|
|
upperbidiagonalization.cpp
|
|
|
vectorization_logic.cpp
|
AVX512 and AVX2 support for Packet16i and Packet8i added
|
2021-08-25 19:38:23 +00:00 |
vectorwiseop.cpp
|
Fix some typos found
|
2021-09-23 15:22:00 +00:00 |
visitor.cpp
|
Add NaN propagation options to minCoeff/maxCoeff visitors.
|
2021-03-16 17:02:50 +00:00 |
zerosized.cpp
|
|
|