Rasmus Munk Larsen
|
d6bc062591
|
Remove reference to EIGEN_HAS_CXX11_MATH.
|
2022-10-10 23:38:28 +00:00 |
|
Rasmus Munk Larsen
|
1e1848fdb1
|
Add a vectorized implementation of atan2 to Eigen.
|
2022-09-28 20:46:49 +00:00 |
|
Rasmus Munk Larsen
|
273e0c884e
|
Revert "Add constexpr, test for C++14 constexpr."
|
2022-09-16 21:14:29 +00:00 |
|
Rasmus Munk Larsen
|
dceb779ecd
|
Fix test for pow with mixed integer types. We do not convert the exponent if it is an integer type.
|
2022-09-12 15:51:27 -07:00 |
|
Rasmus Munk Larsen
|
afc014f1b5
|
Allow mixed types for pow(), as long as the exponent is exactly representable in the base type.
|
2022-09-12 21:55:30 +00:00 |
|
Antonio Sánchez
|
b2c82a9347
|
Remove bad skew_symmetric_matrix3 test.
|
2022-09-10 07:08:37 +00:00 |
|
Antonio Sánchez
|
fb212c745d
|
Fix g++-6 constexpr and c++20 constexpr build errors.
|
2022-09-09 03:41:45 +00:00 |
|
Thomas Gloor
|
ec9c7163a3
|
Feature/skew symmetric matrix3
|
2022-09-08 20:44:40 +00:00 |
|
Antonio Sánchez
|
3c37dd2a1d
|
Tweak bound for pow to account for floating-point types.
|
2022-09-08 17:40:45 +00:00 |
|
Rasmus Munk Larsen
|
242325eca7
|
Remove unused variable.
|
2022-09-07 20:46:44 +00:00 |
|
Tobias Schlüter
|
133498c329
|
Add constexpr, test for C++14 constexpr.
|
2022-09-07 03:42:34 +00:00 |
|
Antonio Sánchez
|
69f50e3a67
|
Adjust overflow threshold bound for pow tests.
|
2022-09-06 19:53:29 +00:00 |
|
Antonio Sanchez
|
3e44f960ed
|
Reduce compiler warnings for tests.
|
2022-09-06 18:20:56 +00:00 |
|
Antonio Sánchez
|
f5364331eb
|
Fix some cmake issues.
|
2022-09-02 16:43:14 +00:00 |
|
Antonio Sánchez
|
d816044b6e
|
Fix mixingtypes tests.
|
2022-09-02 15:30:13 +00:00 |
|
Charles Schlosser
|
e5af9f87f2
|
Vectorize pow for integer base / exponent types
|
2022-08-29 19:23:54 +00:00 |
|
Rasmus Munk Larsen
|
98e51c9e24
|
Avoid undefined behavior in array_cwise test due to signed integer overflow
|
2022-08-26 16:19:03 +00:00 |
|
Arthur
|
a7c1cac18b
|
Fix GeneralizedEigenSolver::info() and Asserts
|
2022-08-25 22:05:04 +00:00 |
|
Charles Schlosser
|
76a669fb45
|
add fixed power unary operation
|
2022-08-16 21:32:36 +00:00 |
|
Rasmus Munk Larsen
|
97e0784dc6
|
Vectorize the sign operator in Eigen.
|
2022-08-09 19:54:57 +00:00 |
|
Arthur
|
be20207d10
|
Fix vectorized Jacobi Rotation
|
2022-08-08 19:29:56 +00:00 |
|
Rasmus Munk Larsen
|
7a87ed1b6a
|
Fix code and unit test for a few corner cases in vectorized pow()
|
2022-08-08 18:48:36 +00:00 |
|
Antonio Sánchez
|
5a1c7807e6
|
Fix inner iterator for sparse block.
|
2022-08-03 17:26:12 +00:00 |
|
Antonio Sánchez
|
39d22ef46b
|
Fix flaky packetmath_1 test.
|
2022-08-02 17:42:45 +00:00 |
|
sjusju
|
ef4654bae7
|
Add true determinant to QR and it's variants
|
2022-07-29 18:24:14 +00:00 |
|
Rohit Santhanam
|
06a458a13d
|
Enable subtests which use device side malloc since this has been fixed in ROCm 5.2.
|
2022-06-29 17:09:43 +00:00 |
|
Chip Kerchner
|
84cf3ff18d
|
Add pload_partial, pstore_partial (and unaligned versions), pgather_partial, pscatter_partial, loadPacketPartial and storePacketPartial.
|
2022-06-27 19:18:00 +00:00 |
|
Arthur
|
14aae29470
|
Provide DiagonalMatrix Product and Initializers
|
2022-06-06 21:43:22 +00:00 |
|
Rasmus Munk Larsen
|
510f6b9f15
|
Fix integer shortening warnings in visitor tests.
|
2022-05-27 18:51:37 +00:00 |
|
Arthur
|
705ae70646
|
Add R-Bidiagonalization step to BDCSVD
|
2022-05-27 02:00:24 +00:00 |
|
Antonio Sánchez
|
32348091ba
|
Avoid signed integer overflow in adjoint test.
|
2022-05-23 14:46:16 +00:00 |
|
Guoqiang QI
|
00b75375e7
|
Adding PocketFFT support in FFT module since kissfft has some flaw in accuracy and performance
|
2022-05-11 17:44:22 +00:00 |
|
John Mather
|
9e026e5e28
|
Removed need to supply the Symmetric flag to UpLo argument for Accelerate LLT and LDLT
|
2022-04-21 20:02:10 +00:00 |
|
Antonio Sánchez
|
f845a8bb1a
|
Fix cwise NaN propagation for scalar input.
|
2022-04-16 05:07:44 +00:00 |
|
Antonio Sánchez
|
07db964bde
|
Restrict new AVX512 trsm to AVX512VL, rename files for consistency.
|
2022-04-14 16:58:32 +00:00 |
|
Antonio Sánchez
|
3342fc7e4d
|
Allow all tests to pass with EIGEN_TEST_NO_EXPLICIT_VECTORIZATION
|
2022-04-12 14:48:22 +00:00 |
|
Tobias Schlüter
|
f3ba220c5d
|
Remove EIGEN_EMPTY_STRUCT_CTOR
|
2022-04-08 18:27:26 +00:00 |
|
Antonio Sánchez
|
0c859cf35d
|
Consider inf/nan in scalar test_isApprox.
|
2022-04-01 17:00:24 +00:00 |
|
Antonio Sánchez
|
73b2c13bf2
|
Disable f16c scalar conversions for MSVC.
|
2022-03-30 18:35:32 +00:00 |
|
Essex Edwards
|
cd3c81c3bc
|
Add a NNLS solver to unsupported - issue #655
|
2022-03-23 20:20:44 +00:00 |
|
Antonio Sánchez
|
19a6a827c4
|
Optimize visitor traversal in case of RowMajor.
|
2022-03-23 15:27:57 +00:00 |
|
Antonio Sánchez
|
9deaa19121
|
Work around g++-10 docker issue for geo_orthomethods_4.
|
2022-03-16 21:46:04 +00:00 |
|
Antonio Sánchez
|
01b5bc48cc
|
Disable schur non-convergence test.
|
2022-03-16 17:33:53 +00:00 |
|
Erik Schultheis
|
421cbf0866
|
Replace Eigen type metaprogramming with corresponding std types and make use of alias templates
|
2022-03-16 16:43:40 +00:00 |
|
Antonio Sánchez
|
baf9a985ec
|
Fix swap test for size 1 inputs.
|
2022-03-10 15:05:58 +00:00 |
|
Tobias Schlüter
|
9883108f3a
|
Remove copy_bool workaround for gcc 4.3
|
2022-03-08 17:43:11 +00:00 |
|
John Mather
|
3a9d404d76
|
Add support for Apple's Accelerate sparse matrix solvers
|
2022-03-08 00:09:18 +00:00 |
|
Antonio Sanchez
|
28c7c1a629
|
Log position of first difference for easier debugging.
|
2022-03-07 19:06:27 +00:00 |
|
Antonio Sánchez
|
b2ee235a4b
|
Split and reduce SVD test sizes.
|
2022-03-05 00:15:28 +00:00 |
|
Antonio Sánchez
|
27d8f29be3
|
Update vectorization_logic tests for all platforms.
|
2022-03-03 19:54:15 +00:00 |
|