#include "eigenpy/fwd.hpp"
#include <numpy/numpyconfig.h>
#include <numpy/noprefix.h>
#include <numpy/ufuncobject.h>
Go to the source code of this file.
|
| #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 |
| |
| #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 |