Logic functions#
Truth value testing#
Array contents#
Array type testing#
|
Returns a bool array, where True if input element is complex. |
|
Check for a complex type or an array of complex numbers. |
|
Check if the array is Fortran contiguous but not C contiguous. |
|
Returns a bool array, where True if input element is real. |
|
Return True if x is a not complex type or an array of complex numbers. |
|
Returns True if the type of element is a scalar type. |
Logical operations#
|
|
|
|
|
|
|
Comparison#
|
Returns True if two arrays are element-wise equal within a tolerance. |
|
Returns a boolean array where two arrays are element-wise equal within a tolerance. |
|
True if two arrays have the same shape and elements, False otherwise. |
|
Returns True if input arrays are shape consistent and all elements equal. |
|
|
|
|
|
|
|
|
|
|
|