From dd2a39e4f1a9cbf5dbafc608ea009467a829f28e Mon Sep 17 00:00:00 2001
From: array-api-bot __eq__Note
Element-wise results, including special cases, must equal the results returned by the equivalent element-wise function equal()
.
Note
+Comparison of arrays without a corresponding promotable data type (see Type Promotion Rules) is undefined and thus implementation-dependent.
+Element-wise results must equal the results returned by the equivalent element-wise function greater_equal()
.
Note
+Comparison of arrays without a corresponding promotable data type (see Type Promotion Rules) is undefined and thus implementation-dependent.
+Element-wise results must equal the results returned by the equivalent element-wise function greater()
.
Note
+Comparison of arrays without a corresponding promotable data type (see Type Promotion Rules) is undefined and thus implementation-dependent.
+Element-wise results must equal the results returned by the equivalent element-wise function less_equal()
.
Note
+Comparison of arrays without a corresponding promotable data type (see Type Promotion Rules) is undefined and thus implementation-dependent.
+Element-wise results must equal the results returned by the equivalent element-wise function less()
.
Note
+Comparison of arrays without a corresponding promotable data type (see Type Promotion Rules) is undefined and thus implementation-dependent.
+Element-wise results, including special cases, must equal the results returned by the equivalent element-wise function not_equal()
.
Note
+Comparison of arrays without a corresponding promotable data type (see Type Promotion Rules) is undefined and thus implementation-dependent.
+Changed in version 2022.12: Added complex data type support.
For discussion of complex number equality, see Complex Numbers.
+Note
+Comparison of arrays without a corresponding promotable data type (see Type Promotion Rules) is undefined and thus implementation-dependent.
+Changed in version 2022.12: Added complex data type support.
out (array) – an array containing the element-wise results. The returned array must have a data type of bool
.
out (array) – an array containing the element-wise results. The returned array must have a data type of bool
.
.. note:: – Comparison of arrays without a corresponding promotable data type (see Type Promotion Rules) is undefined and thus implementation-dependent.
out (array) – an array containing the element-wise results. The returned array must have a data type of bool
.
out (array) – an array containing the element-wise results. The returned array must have a data type of bool
.
.. note:: – Comparison of arrays without a corresponding promotable data type (see Type Promotion Rules) is undefined and thus implementation-dependent.
out (array) – an array containing the element-wise results. The returned array must have a data type of bool
.
out (array) – an array containing the element-wise results. The returned array must have a data type of bool
.
.. note:: – Comparison of arrays without a corresponding promotable data type (see Type Promotion Rules) is undefined and thus implementation-dependent.
out (array) – an array containing the element-wise results. The returned array must have a data type of bool
.
out (array) – an array containing the element-wise results. The returned array must have a data type of bool
.
.. note:: – Comparison of arrays without a corresponding promotable data type (see Type Promotion Rules) is undefined and thus implementation-dependent.
For discussion of complex number equality, see Complex Numbers.
+Note
+Comparison of arrays without a corresponding promotable data type (see Type Promotion Rules) is undefined and thus implementation-dependent.
+Changed in version 2022.12: Added complex data type support.