SERiF 0.0.1a
3+1D Stellar Structure and Evolution
|
#include <pybind11/pybind11.h>
#include <pybind11/stl.h>
#include <pybind11/stl_bind.h>
#include <pybind11/numpy.h>
#include <string>
#include "bindings.h"
#include "approx8.h"
#include "network.h"
Go to the source code of this file.
Functions | |
void | register_network_bindings (pybind11::module &network_submodule) |
void | register_approx8_bindings (pybind11::module &network_submodule) |
void register_approx8_bindings | ( | pybind11::module & | network_submodule | ) |
Definition at line 70 of file bindings.cpp.
void register_network_bindings | ( | pybind11::module & | network_submodule | ) |
Definition at line 15 of file bindings.cpp.