vecxt.NDArrayBooleanIndexing
Attributes
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
-
Self type
-
Members list
Select elements where mask is true. Returns a 1-D col-major NDArray. Mask must have the same shape as arr. Result length = mask.countTrue.
Select elements where mask is true. Returns a 1-D col-major NDArray. Mask must have the same shape as arr. Result length = mask.countTrue.
Attributes
Set elements where mask is true to value. Mutates arr.data in-place. Mask must have the same shape as arr, and arr must be contiguous.
Set elements where mask is true to value. Mutates arr.data in-place. Mask must have the same shape as arr, and arr must be contiguous.
Attributes