ttroy50 / pybind11-exampleLinks
Simple example of using pybind11.
☆18Updated 7 years ago
Alternatives and similar repositories for pybind11-example
Users that are interested in pybind11-example are comparing it to the libraries listed below
Sorting:
- Demonstrates how to call a C++ class from Python using pybind11.☆36Updated 5 years ago
- Some CUDA design patterns and a bit of template magic for CUDA☆158Updated 2 years ago
- Numerical optimization in C++☆40Updated 11 years ago
- A C++ header-only for data transfer between linear algebra libraries (Eigen, Armadillo, OpenCV, ArrayFire, LibTorch).☆84Updated 2 months ago
- Tutorial for wrapping C++ library into Python using pybind11 and CMake☆152Updated 2 years ago
- An example of a hybrid python/C++ package with unit tests☆146Updated 6 years ago
- Cython interface to Eigen library☆120Updated last year
- An expression template based linear algebra library running completely on the GPU using CUDA☆25Updated 4 years ago
- A Light-weight and Fast Template Matrix Library☆132Updated 12 years ago
- MWE for using the Eigen library in CUDA kernels☆121Updated 3 years ago
- Nonlinear solver backend for PyTorch☆68Updated 6 years ago
- Implementation of 1D and 2D fast spline interpolation algorithm (Habermann and Kindermann 2007) in Python☆37Updated 12 years ago
- OpenMP tutorial