|
file | eigen.h [code] |
| This file includes Eigen and defines some aliases for the Eigen-Vector, Matrix and Array.
|
|
file | json.h [code] |
| This file includes nlohmann/json and defines an alias for a JSON class.
|
|
file | pybind.h [code] |
| This file includes pybind11 and defines an alias for the namespace pybind11 .
|
|
file | pybind_eigen.h [code] |
| To bind Eigen to Python (and Numpy), pybind11 needs to include an additional header.
|
|
file | pybind_json.cpp [code] |
| This file has an implementation of type caster for Json.
|
|
file | pybind_json.h [code] |
| To bind Json to Python, a custom type caster of pybind11* is required.
|
|
file | pybind_std.h [code] |
| To bind C++ Standard Template Library to Python, pybind11 needs to include an additional header.
|
|
file | std.h [code] |
| This file includes a part of C++ Standard Template Library and defines aliases for them.
|
|