[][src]Module numpy::npyffi::array

Low-Level binding for Array API

Structs

PyArrayAPI

See PY_ARRAY_API for more.

Enums

NpyTypes

All type objects of numpy API.

Statics

PY_ARRAY_API

A global variable which stores a 'capsule' pointer to Numpy Array API.

Functions

PyArray_Check

Checks that op is an instance of PyArray or not.

PyArray_CheckExact

Checks that op is an exact instance of PyArray or not.