Compute the sum of a one-dimensional double-precision floating-point ndarray, ignoring `NaN` values and using an improved Kahan–Babuška algorithm.
Compute the minimum and maximum linear indices in an underlying data buffer which are accessible to an array view.
Return a list of ndarray data types to which a provided ndarray data type can be safely cast and, for floating-point data types, can be downcast.
List of ndarray orders.
Return the layout order of a provided ndarray.
Determine if an ndarray data type can be cast to another ndarray data type according to a specified casting mode.
Return the enumeration constant associated with an ndarray data type string.
Compute the sum of a one-dimensional ndarray, ignoring `NaN` values and using pairwise summation.
Sort a one-dimensional double-precision floating-point ndarray using insertion sort.
List of ndarray index modes.
Return the underlying data buffer of a provided ndarray.
Compute the sum of a one-dimensional ndarray, ignoring `NaN` values and using an improved Kahan–Babuška algorithm.
Return an object mapping supported data type strings to enumeration constants.
Compute the sum of a one-dimensional double-precision floating-point ndarray, ignoring NaN values.
Compute the sum of a one-dimensional double-precision floating-point ndarray using ordinary recursive summation.
Return the description for a provided data type.
Compute the sum of a one-dimensional double-precision floating-point ndarray, ignoring `NaN` values and using pairwise summation.
Compute the sum of a one-dimensional single-precision floating-point ndarray, ignoring `NaN` values.
Compute the sum of a one-dimensional double-precision floating-point ndarray, ignoring `NaN` values and using ordinary recursive summation.
Compute the cumulative sum of a one-dimensional ndarray using an improved Kahan–Babuška algorithm.
Determine if an ndarray data type can be safely cast to, or is of the same kind as, another ndarray data type.
Compute the sum of all elements in a one-dimensional single-precision floating-point ndarray using pairwise summation.
Return a new ndarray filled with linearly spaced values over a specified interval along one or more ndarray dimensions.
Restrict an index to the interval [0,max].