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 |
|
Antonio Sánchez
|
711803c427
|
Skip denormal test if Cond is false.
|
2022-03-03 04:32:13 +00:00 |
|
Antonio Sánchez
|
9c07e201ff
|
Modified sqrt/rsqrt for denormal handling.
|
2022-03-02 17:20:47 +00:00 |
|
Antonio Sánchez
|
f03df0df53
|
Fix SVD for MSVC.
|
2022-02-28 19:53:15 +00:00 |
|
Antonio Sánchez
|
2ed4bee78f
|
Fix frexp packetmath tests for MSVC.
|
2022-02-24 22:16:37 +00:00 |
|
Antonio Sánchez
|
d58e629130
|
Disable deprecated warnings for SVD tests on MSVC.
|
2022-02-24 21:20:49 +00:00 |
|
Antonio Sánchez
|
3d7e2d0e3e
|
Fix packetmath compilation error.
|
2022-02-23 23:27:08 +00:00 |
|
Antonio Sánchez
|
8970719771
|
Fix gcc-5 packetmath_12 bug.
|
2022-02-23 21:56:25 +00:00 |
|
Antonio Sánchez
|
f0b81fefb7
|
Disable deprecated warnings in SVD tests.
|
2022-02-23 18:32:00 +00:00 |
|
Rasmus Munk Larsen
|
8b875dbef1
|
Changes to fast SQRT/RSQRT
|
2022-02-23 17:32:21 +00:00 |
|
Arthur
|
cd80e04ab7
|
Add assert for edge case if Thin U Requested at runtime
|
2022-02-23 05:35:19 +00:00 |
|
Lingzhu Xiang
|
35727928ad
|
Fix test macro conflicts with STL headers in C++20
|
2022-02-23 07:43:30 +08:00 |
|
Antonio Sánchez
|
28e008b99a
|
Fix sqrt/rsqrt for NEON.
|
2022-02-15 21:31:51 +00:00 |
|
Rasmus Munk Larsen
|
92d0026b7b
|
Provide a definition for numeric_limits static data members
|
2022-02-08 20:34:53 +00:00 |
|
Antonio Sánchez
|
9441d94dcc
|
Revert "Make fixed-size Matrix and Array trivially copyable after C++20"
This reverts commit 47eac21072ec8c225d03c139dd9632bc5c19fd83
|
2022-02-05 04:40:29 +00:00 |
|
Rasmus Munk Larsen
|
979fdd58a4
|
Add generic fast psqrt and prsqrt impls and make them correct for 0, +Inf, NaN, and negative arguments.
|
2022-02-05 00:20:13 +00:00 |
|
Arthur
|
18b50458b6
|
Update SVD Module with Options template parameter
|
2022-02-02 00:15:44 +00:00 |
|
Rasmus Munk Larsen
|
7db0ac977a
|
Remove extraneous ")".
|
2022-01-27 02:20:03 +00:00 |
|
Rasmus Munk Larsen
|
09c0085a57
|
Only test pmsub, pnmadd, and pnmsub on signed types.
|
2022-01-27 02:09:25 +00:00 |
|
Rasmus Munk Larsen
|
8f2c6f0aa6
|
Make preciprocal IEEE compliant w.r.t. 1/0 and 1/inf.
|
2022-01-26 20:38:05 +00:00 |
|
Erik Schultheis
|
d271a7d545
|
reduce float warnings (comparisons and implicit conversions)
|
2022-01-26 18:16:19 +00:00 |
|
Rasmus Munk Larsen
|
51311ec651
|
Remove inline assembly for FMA (AVX) and add remaining extensions as packet ops: pmsub, pnmadd, and pnmsub.
|
2022-01-26 04:25:41 +00:00 |
|
Erik Schultheis
|
4e629b3c1b
|
make casts explicit and fixed the type
|
2022-01-24 18:19:21 +00:00 |
|
Rasmus Munk Larsen
|
ea2c02060c
|
Add reciprocal packet op and fast specializations for float with SSE, AVX, and AVX512.
|
2022-01-21 23:49:18 +00:00 |
|