NDArrayBooleanOps
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
NDArrayBooleanOps.type
Members list
Extensions
Extensions
Element-wise logical AND. Operands must have the same shape.
Element-wise logical AND. Operands must have the same shape.
Attributes
Returns true if all elements are true.
Returns true if all elements are true.
Attributes
Returns NDArray[Boolean] where each element is true if all elements along axis are true.
Returns NDArray[Boolean] where each element is true if all elements along axis are true.
Attributes
Returns true if any element is true.
Returns true if any element is true.
Attributes
Returns NDArray[Boolean] where each element is true if any element along axis is true.
Returns NDArray[Boolean] where each element is true if any element along axis is true.
Attributes
Count of true elements.
Count of true elements.
Attributes
Count true values along axis. Returns NDArray[Int].
Count true values along axis. Returns NDArray[Int].
Attributes
Element-wise logical NOT. Returns a new NDArray[Boolean].
Element-wise logical NOT. Returns a new NDArray[Boolean].
Attributes
In-place element-wise logical NOT. a must be contiguous.
In-place element-wise logical NOT. a must be contiguous.