cppyabm  1.0.17
An agent-based library to integrate C++ and Python
Public Attributes | List of all members
npy_api::PyArray_Dims Struct Reference

#include <numpy.h>

Public Attributes

Py_intptr_t * ptr
 
int len
 

Detailed Description

Definition at line 167 of file numpy.h.

Member Data Documentation

◆ len

int npy_api::PyArray_Dims::len

Definition at line 169 of file numpy.h.

◆ ptr

Py_intptr_t* npy_api::PyArray_Dims::ptr

Definition at line 168 of file numpy.h.


The documentation for this struct was generated from the following file: