e5c8f283aeAdd support for Eigen::Block types to GDB pretty printer.
Kolja Brix
2021-06-28 12:02:15 +0200
58e086b8c8Add random matrix generation via SVD
Kolja Brix
2021-08-23 16:00:05 +0000
82dd3710daUpdate version of master branch to 3.4.90.
Rasmus Munk Larsen
2021-08-18 13:46:05 -0700
3147391d94Change version to 3.4.0.
3.4.0
Rasmus Munk Larsen
2021-08-18 13:41:58 -0700
115591b9e3Workaround VS 2017 arg bug.
Antonio Sanchez
2021-08-18 11:35:02 -0700
2b410ecbefWorkaround VS 2017 arg bug.
Antonio Sanchez
2021-08-18 11:35:02 -0700
fd100138ddRemove unaligned assert tests.
Antonio Sanchez
2021-08-17 09:43:15 -0700
0c4ae56e37Remove unaligned assert tests.
Antonio Sanchez
2021-08-17 09:43:15 -0700
1ec173b54eClearer doc for squaredNorm
Jakob Struye
2021-08-18 15:04:53 +0200
53a29c7e35Clearer doc for squaredNorm
Jakob Struye
2021-08-18 15:04:53 +0200
aef926abf6Renamed shift_left/shift_right to shiftLeft/shiftRight.
Antonio Sanchez
2021-08-17 20:04:48 -0700
fc9d352432Renamed shift_left/shift_right to shiftLeft/shiftRight.
Antonio Sanchez
2021-08-17 20:04:48 -0700
f1032255d3Add missing PPC packet comparisons.
Antonio Sanchez
2021-08-17 07:42:04 -0700
2cc6ee0d2eAdd missing PPC packet comparisons.
Antonio Sanchez
2021-08-17 07:42:04 -0700
f57dec64efFix unaligned loads in ploadLhs & ploadRhs for P8.
Chip-Kerchner
2021-08-16 20:26:50 -0500
8dcf3e38baFix unaligned loads in ploadLhs & ploadRhs for P8.
Chip-Kerchner
2021-08-16 20:26:50 -0500
926e1a8226Update documentation for matrix decompositions and least squares solvers.
Rasmus Munk Larsen
2021-08-16 21:56:18 +0000
7e6f94961cUpdate documentation for matrix decompositions and least squares solvers.
Rasmus Munk Larsen
2021-08-16 21:56:18 +0000
cd474d4cd0minor doc fix in Map.h
andiwand
2021-08-16 12:02:33 +0000
5c6b3efeadminor doc fix in Map.h
andiwand
2021-08-16 12:02:33 +0000
0b56b62f30Reverse compare logic in F32ToBf16 since vec_cmpne is not available in Power8 - now compiles for clang10 default (P8).
Chip-Kerchner
2021-08-13 11:21:28 -0500
e07227c411Reverse compare logic in F32ToBf16 since vec_cmpne is not available in Power8 - now compiles for clang10 default (P8).
Chip-Kerchner
2021-08-13 11:21:28 -0500
44cc96e1a1Get rid of used uninitialized warnings for EIGEN_UNUSED_VARIABLE in gcc11+
Chip Kerchner
2021-08-12 21:38:54 +0000
66499f0f17Get rid of used uninitialized warnings for EIGEN_UNUSED_VARIABLE in gcc11+
Chip Kerchner
2021-08-12 21:38:54 +0000
576e451b10Add CompleteOrthogonalDecomposition to the table of linear algeba decompositions.
Rasmus Munk Larsen
2021-08-12 08:54:29 -0700
96e3b4fc95Add CompleteOrthogonalDecomposition to the table of linear algeba decompositions.
Rasmus Munk Larsen
2021-08-12 08:54:29 -0700
0d89012708Update code snippet for tridiagonalize_inplace.
Antonio Sanchez
2021-08-12 08:30:12 -0700
fb1718ad14Update code snippet for tridiagonalize_inplace.
Antonio Sanchez
2021-08-12 08:30:12 -0700
6d2506040c* revise the meta_least_common_multiple function template, add a bool variable to check whether the A is larger than B. * This can make less compile_time if A is smaller than B. and avoid failure in compile if we get a little A and a great B.
Rasmus Munk Larsen
2021-08-11 18:10:01 +0000
8ce341caf2* revise the meta_least_common_multiple function template, add a bool variable to check whether the A is larger than B. * This can make less compile_time if A is smaller than B. and avoid failure in compile if we get a little A and a great B.
Rasmus Munk Larsen
2021-08-11 18:10:01 +0000
cb44a003deDo not set AnnoyingScalar::dont_throw if not defined EIGEN_TEST_ANNOYING_SCALAR_DONT_THROW.
Nikolay Tverdokhleb
2021-08-05 14:15:41 +0200
f1b899eef7Do not set AnnoyingScalar::dont_throw if not defined EIGEN_TEST_ANNOYING_SCALAR_DONT_THROW.
Nikolay Tverdokhleb
2021-08-05 14:15:41 +0200
13d7658c5dFix errors on older compilers (gcc 7.5 - lack of vec_neg, clang10 - can not use const pointers with vec_xl).
ChipKerchner
2021-08-10 15:03:18 -0500
413bc491f1Fix errors on older compilers (gcc 7.5 - lack of vec_neg, clang10 - can not use const pointers with vec_xl).
ChipKerchner
2021-08-10 15:03:18 -0500
338924602dadded includes for unordered_map
jenswehner
2021-08-10 13:34:57 +0200
e3e74001f7added includes for unordered_map
jenswehner
2021-08-10 13:34:57 +0200
93bff85a42remove denormal flushing in fp32tobf16 for avx & avx512
Gauri Deshpande
2021-08-09 22:15:21 +0000
e6a5a594a7remove denormal flushing in fp32tobf16 for avx & avx512
Gauri Deshpande
2021-08-09 22:15:21 +0000
ae2abe1f58ci: ppc64le: disable MMA and remove 'allow_failure' for gcc-10 CXX11=off
Maxiwell S. Garcia
2021-08-05 10:18:06 -0400
4240b480e0updated documentation for middleCol and middleRow
Jens Wehner
2021-08-05 17:21:16 +0000
4d870c49b7updated documentation for middleCol and middleRow
Jens Wehner
2021-08-05 17:21:16 +0000
4ba872bd75Avoid leading underscore followed by cap in template identifiers
Alexander Karatarakis
2021-08-04 22:41:52 +0000
5b83d3c4bcMake inverse 3x3 faster and avoid gcc bug.
Antonio Sanchez
2021-08-04 13:39:09 -0700
5ad8b9bfe2Make inverse 3x3 faster and avoid gcc bug.
Antonio Sanchez
2021-08-04 13:39:09 -0700
46ecdcd745Fix MPReal detection and support.
Antonio Sanchez
2021-07-16 13:45:15 -0700
31f796ebefFix MPReal detection and support.
Antonio Sanchez
2021-07-16 13:45:15 -0700
9a1691a14eFix cmake warnings, FindPASTIX/FindPTSCOTCH.
Antonio Sanchez
2021-07-16 08:24:23 -0700
1cdec38653Fix cmake warnings, FindPASTIX/FindPTSCOTCH.
Antonio Sanchez
2021-07-16 08:24:23 -0700
bb33880e57Fix TriSycl CMake files.
Antonio Sanchez
2021-07-12 10:24:44 -0700
8cf6cb27baFix TriSycl CMake files.
Antonio Sanchez
2021-07-12 10:24:44 -0700
237c59a2aaModify scalar pzero, ptrue, pselect, and p<binary> operations to avoid memset.
Antonio Sanchez
2021-07-08 20:32:23 -0700
3dc42eeaecEnable equality comparisons on GPU.
Antonio Sanchez
2021-07-20 13:53:41 -0700
3d98a6ef5cModify scalar pzero, ptrue, pselect, and p<binary> operations to avoid memset.
Antonio Sanchez
2021-07-08 20:32:23 -0700
7880f10526Enable equality comparisons on GPU.
Antonio Sanchez
2021-07-20 13:53:41 -0700
c86ac71b4fPut code in monospace (typewriter) style.
pvcStillinGradSchool
2021-08-03 01:48:32 +0000
7adc1545b4fix:typo in dox (has->have)
hyunggi-sv
2021-08-03 09:40:33 +0900
c0c7b695cdFix assignment operator issue for latest MSVC+NVCC.
Antonio Sanchez
2021-07-21 12:41:29 -0700
02a0e79c70fix:typo in dox (has->have)
hyunggi-sv
2021-08-03 09:40:33 +0900
9816fe59b4Fix assignment operator issue for latest MSVC+NVCC.
Antonio Sanchez
2021-07-21 12:41:29 -0700
c334eece44_DerType -> DerivativeType as underscore-followed-by-caps is a reserved identifier
Alexander Karatarakis
2021-07-29 18:02:04 +0000
f357283d31_DerType -> DerivativeType as underscore-followed-by-caps is a reserved identifier
Alexander Karatarakis
2021-07-29 18:02:04 +0000
5ccb72b2e4Fixed typo in TutorialSparse.dox
Jonas Harsch
2021-07-26 07:20:19 +0000
5b81764c0fFixed typo in TutorialSparse.dox
Jonas Harsch
2021-07-26 07:20:19 +0000
de2e62c62dDisable vectorization of comparisons except for bool.
Antonio Sanchez
2021-07-25 13:39:50 -0700
66ca41bd47Add support for vectorizing logical comparisons.
derekjchow
2021-07-19 16:51:17 -0700
9c90d5d832Fixes#1387 for compilation error in JacobiSVD with HouseholderQRPreconditioner that occurs when input is a compile-time row vector.
arthurfeeney
2021-07-17 10:39:38 -0500
a77638387dFixes#1387 for compilation error in JacobiSVD with HouseholderQRPreconditioner that occurs when input is a compile-time row vector.
arthurfeeney
2021-07-17 10:39:38 -0500