ndarray
NumPy-friendly multidimensional arrays in C++
Loading...
Searching...
No Matches
Classes | Typedefs | Functions
pybind11.h File Reference

Public header file for pybind11-based Python support. More...

#include "pybind11.h"
#include "pybind11/numpy.h"
#include "ndarray.h"
#include "ndarray/eigen.h"

Go to the source code of this file.

Classes

struct  ndarray::Pybind11Helper< T, N, C >
 
class  pybind11::detail::type_caster< ndarray::Array< T, N, C > >
 

Typedefs

using ndarray::pybind11_np_size_t = ssize_t
 

Functions

void ndarray::detail::destroyCapsule (PyObject *p)
 
PyObject * ndarray::makePyManager (Manager::Ptr const &m)
 

Detailed Description

Public header file for pybind11-based Python support.

Warning
Both the Numpy C-API headers "arrayobject.h" and "ufuncobject.h" must be included before ndarray/python.hpp or any of the files in ndarray/python.
Note
This file is not included by the main "ndarray.h" header file.