9#ifndef IMPACTX_PYIMPACTX_H
10#define IMPACTX_PYIMPACTX_H
12#include <pybind11/pybind11.h>
13#include <pybind11/functional.h>
15#include <pybind11/stl.h>
16#include <pybind11/stl_bind.h>
24#include <unordered_map>
26namespace py = pybind11;
29PYBIND11_MAKE_OPAQUE(std::list<elements::KnownElements>)
30PYBIND11_MAKE_OPAQUE(std::unordered_map<std::string, std::function<
void(
ImpactX *)> >)
Definition CovarianceMatrixMath.H:25