#include <ndarraytypes.h>
Field Documentation
Function to select largest Can be NULL
Function to select smallest Can be NULL
Functions to cast to most other standard types Can have some NULL entries. The types DATETIME, TIMEDELTA, and HALF go into the castdict even though they are built-in.
Referenced by PyArray_InitArrFuncs().
Function to compare items Can be NULL
Copy and/or swap data. Memory areas may not overlap Use memmove first if they might
Function to compute dot product Can be NULL
Used for arange. Can be NULL.
Function to fill arrays with scalar values Can be NULL
Function to read a single value from a string and adjust the pointer; Can be NULL
Referenced by fromstr_next_element().
The next four functions cannot be NULL
Functions to get and set items with standard Python types -- not array scalars
Referenced by array_dealloc().
Function to determine if data is zero or not If NULL a default version is used at Registration time.
Sorting functions Can be NULL
The documentation for this struct was generated from the following file: