Go to the source code of this file.
Function Documentation
Counts the number of True values in a raw boolean array. This is a low-overhead function which does no heap allocations.
Returns -1 on error.
Use raw iteration with no heap memory allocation
Handle zero-sized array
Special case for contiguous inner loop
Process the innermost dimension
General inner loop
Process the innermost dimension
Gets a single item from the array, based on a single multi-index array of values, which must be of length
PyArray_NDIM(self).
Get the data pointer
Sets a single item in the array, based on a single multi-index array of values, which must be of length
PyArray_NDIM(self).
Returns 0 on success, -1 on failure.
Get the data pointer