#include "MyPyModule.h"#include <fwk/CentralConfig.h>#include <utl/ErrorLogger.h>#include <utl/Reader.h>#include <evt/Event.h>#include <Eigen/Core>#include <pybind11/embed.h>#include <pybind11/eigen.h>#include <iostream>Go to the source code of this file.
Namespaces | |
| MyPyModuleNS | |
Typedefs | |
| using | Mat = Eigen::Matrix< double, Eigen::Dynamic, Eigen::Dynamic > |
| using Mat = Eigen::Matrix<double, Eigen::Dynamic, Eigen::Dynamic> |
Definition at line 19 of file MyPyModule.cc.