![]() |
KIDS
ver-0.0.1
KIDS : Kernel Integrated Dynamics Simulator
|
#include <pybind11/complex.h>
#include <pybind11/eigen.h>
#include <pybind11/embed.h>
#include <pybind11/numpy.h>
#include <pybind11/pybind11.h>
#include <pybind11/stl.h>
#include "kids/DataSet.h"
#include "kids/Kernel.h"
#include "kids/ModelFactory.h"
#include "kids/Param.h"
#include "kids/SolverFactory.h"
#include "kids_phys.cc"
#include "kids_param.cc"
#include "kids_dataset.cc"
#include "kids_kernel.cc"
Go to the source code of this file.
Functions | |
PYBIND11_MODULE (libpykids_v2, m) | |
PYBIND11_MODULE | ( | libpykids_v2 | , |
m | ) |
Definition at line 17 of file libpykids_v2.cpp.