SERiF 0.0.1a
3+1D Stellar Structure and Evolution
Loading...
Searching...
No Matches
bindings.cpp File Reference
#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)
 

Function Documentation

◆ register_approx8_bindings()

void register_approx8_bindings ( pybind11::module & network_submodule)

Definition at line 70 of file bindings.cpp.

◆ register_network_bindings()

void register_network_bindings ( pybind11::module & network_submodule)

Definition at line 15 of file bindings.cpp.