Namespaces | Macros | Functions
numpy.hpp File Reference
#include "eigenpy/fwd.hpp"
#include <numpy/numpyconfig.h>
#include <numpy/noprefix.h>
#include <numpy/ufuncobject.h>
Include dependency graph for numpy.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 eigenpy
 

Macros

#define call_PyArray_Check(py_obj)   PyArray_Check(py_obj)
 
#define call_PyArray_DescrFromType(typenum)   PyArray_DescrFromType(typenum)
 
#define call_PyArray_InitArrFuncs(funcs)   PyArray_InitArrFuncs(funcs)
 
#define call_PyArray_MinScalarType(py_arr)   PyArray_MinScalarType(py_arr)
 
#define call_PyArray_New(py_type_ptr, nd, shape, np_type, data_ptr, options)   PyArray_New(py_type_ptr,nd,shape,np_type,NULL,data_ptr,0,options,NULL)
 
#define call_PyArray_RegisterCanCast(descr, totype, scalar)   PyArray_RegisterCanCast(descr,totype,scalar)
 
#define call_PyArray_RegisterDataType(dtype)   PyArray_RegisterDataType(dtype)
 
#define call_PyArray_SimpleNew   PyArray_SimpleNew
 
#define EIGENPY_GET_PY_ARRAY_TYPE(array)   PyArray_MinScalarType(array)->type_num
 
#define getPyArrayType()   &PyArray_Type
 
#define PY_ARRAY_UNIQUE_SYMBOL   EIGENPY_ARRAY_API
 

Functions

void EIGENPY_DLLAPI eigenpy::import_numpy ()
 
int EIGENPY_DLLAPI eigenpy::PyArray_TypeNum (PyTypeObject *type)
 

Macro Definition Documentation

#define call_PyArray_Check (   py_obj)    PyArray_Check(py_obj)

Definition at line 60 of file numpy.hpp.

#define call_PyArray_DescrFromType (   typenum)    PyArray_DescrFromType(typenum)

Definition at line 65 of file numpy.hpp.

#define call_PyArray_InitArrFuncs (   funcs)    PyArray_InitArrFuncs(funcs)

Definition at line 67 of file numpy.hpp.

#define call_PyArray_MinScalarType (   py_arr)    PyArray_MinScalarType(py_arr)

Definition at line 66 of file numpy.hpp.

#define call_PyArray_New (   py_type_ptr,
  nd,
  shape,
  np_type,
  data_ptr,
  options 
)    PyArray_New(py_type_ptr,nd,shape,np_type,NULL,data_ptr,0,options,NULL)

Definition at line 62 of file numpy.hpp.

#define call_PyArray_RegisterCanCast (   descr,
  totype,
  scalar 
)    PyArray_RegisterCanCast(descr,totype,scalar)

Definition at line 69 of file numpy.hpp.

#define call_PyArray_RegisterDataType (   dtype)    PyArray_RegisterDataType(dtype)

Definition at line 68 of file numpy.hpp.

#define call_PyArray_SimpleNew   PyArray_SimpleNew

Definition at line 61 of file numpy.hpp.

#define EIGENPY_GET_PY_ARRAY_TYPE (   array)    PyArray_MinScalarType(array)->type_num

Definition at line 26 of file numpy.hpp.

#define getPyArrayType ( )    &PyArray_Type

Definition at line 64 of file numpy.hpp.

#define PY_ARRAY_UNIQUE_SYMBOL   EIGENPY_ARRAY_API

Definition at line 11 of file numpy.hpp.



eigenpy
Author(s): Justin Carpentier, Nicolas Mansard
autogenerated on Sat Apr 17 2021 02:37:59