|
bool | eigenpy::call_PyArray_Check (PyObject *py_obj) |
|
PyArray_Descr * | eigenpy::call_PyArray_DescrFromType (int typenum) |
|
void | eigenpy::call_PyArray_InitArrFuncs (PyArray_ArrFuncs *funcs) |
|
PyArray_Descr * | eigenpy::call_PyArray_MinScalarType (PyArrayObject *arr) |
|
PyObject * | eigenpy::call_PyArray_New (PyTypeObject *py_type_ptr, int nd, npy_intp *shape, int np_type, void *data_ptr, int options) |
|
PyObject * | eigenpy::call_PyArray_New (PyTypeObject *py_type_ptr, int nd, npy_intp *shape, int np_type, npy_intp *strides, void *data_ptr, int options) |
|
int | eigenpy::call_PyArray_ObjectType (PyObject *obj, int val) |
|
int | eigenpy::call_PyArray_RegisterCanCast (PyArray_Descr *descr, int totype, NPY_SCALARKIND scalar) |
|
int | eigenpy::call_PyArray_RegisterCastFunc (PyArray_Descr *descr, int totype, PyArray_VectorUnaryFunc *castfunc) |
|
int | eigenpy::call_PyArray_RegisterDataType (PyArray_Descr *dtype) |
|
PyObject * | eigenpy::call_PyArray_SimpleNew (int nd, npy_intp *shape, int np_type) |
|
PyTypeObject * | eigenpy::getPyArrayType () |
|
void EIGENPY_DLLAPI | eigenpy::import_numpy () |
|
template<typename Scalar > |
bool | eigenpy::isNumpyNativeType () |
|
int EIGENPY_DLLAPI | eigenpy::PyArray_TypeNum (PyTypeObject *type) |
|