Indexing functions¶
These functions allow to retrieve or modify array elements indexed by either integral arrays of indices or boolean mask arrays.
|
Returns the elements of an array that satisfies the condition. |
|
Change elements of an array based on conditional and input values. |
|
Puts values into an array along a given axis at given indices. |
|
Puts elements into an array at the one-dimensional indices specified by |
|
Takes elements from an array along a given axis at given indices. |
|
Returns elements from an array at the one-dimensional indices specified by |