HOPS
HOPS class reference
Classes | Namespaces | Functions
MHO_PyTableContainer.hh File Reference
#include <array>
#include <complex>
#include <sstream>
#include <string>
#include <tuple>
#include <type_traits>
#include "MHO_ExtensibleElement.hh"
#include "MHO_Meta.hh"
#include "MHO_NDArrayWrapper.hh"
#include "MHO_TableContainer.hh"
#include "MHO_TemplateTypenameDeduction.hh"
#include <pybind11/numpy.h>
#include <pybind11/pybind11.h>
#include <pybind11/stl.h>

Go to the source code of this file.

Classes

class  hops::MHO_PyTableContainer< XTableType >
 python bindings for template MHO_TableContainer objects This extension which allows us to present the contents of the XTableType to python as a numpy array + python list objects for the axes. Changes made to the contents of numpy array will be exposed to the c++ side. However, no changes to the size/shape or axes of the array are supported. More...
 

Namespaces

 hops
 

Functions

template<typename XTableType >
void hops::DeclarePyTableContainer (py::module &m, std::string pyclass_name="")