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.☆35Updated 5 years ago
- An example of a hybrid python/C++ package with unit tests☆145Updated 6 years ago
- Deep Neural Network from scratch in C++ for learning purposes☆36Updated 5 years ago
- Some CUDA design patterns and a bit of template magic for CUDA☆157Updated 2 years ago
- A C++ header-only for data transfer between linear algebra libraries (Eigen, Armadillo, OpenCV, ArrayFire, LibTorch).☆83Updated 3 weeks ago
- Example of wrapping CGAL Delaunay triangulations and mesh refinement using pybind11☆43Updated 6 years ago
- Tutorial for wrapping C++ library into Python using pybind11 and CMake☆150Updated last year
- A pure C++ implementation of the lowess algorithm using templates☆21Updated 10 years ago
- OpenMP tutorial☆41Updated 7 months ago
- KMeans clustering in Eigen.☆26Updated 9 years ago
- C++ implementation of sparse matrix using CRS (Compressed Row Storage) format☆123Updated 5 years ago
- MWE for using the Eigen library in CUDA kernels☆120Updated 3 years ago
- A C++ toolkit for Convex Optimization (Logistic Loss, SVM, SVR, Least Squares etc.), Convex Optimization algorithms (LBFGS, TRON, SGD, Ad…☆54Updated 3 years ago
- NumPy-compatible multidimensional arrays in C++☆162Updated last year
- Implementation of 1D and 2D fast spline interpolation algorithm (Habermann and Kindermann 2007) in Python☆37Updated 12 years ago
- Automatic Differentiation C++ Library☆58Updated 5 years ago
- A simple C++ wrapper around the original Fortran L-BGSG-B routine☆12Updated 8 years ago
- DFO-GN: Derivative-Free Optimization using Gauss-Newton☆24Updated 2 years ago
- An expression template based linear algebra library running completely on the GPU using CUDA☆25Updated 4 years ago
- A c++ header library for matrix operation inspired Numpy Scipy, MATLAB only using Eigen.☆47Updated 8 years ago
- unconstrained optimization tools☆14Updated 12 years ago
- Source codes of Discovering Modern C++☆208Updated 8 years ago
- Kernel principal component analysis using the Eigen linear algebra library [machine learning]☆15Updated 10 years ago
- PLEASE SEE THE OFFICIAL REPOSITORY. THIS IS NOT MAINTAINED ANYMORE.☆93Updated 5 years ago
- A header-only C++ library for k nearest neighbor search with Eigen3.☆54Updated 4 years ago
- Examples from Second Edition of Discovering Modern C++☆21Updated 7 years ago
- A demonstration of a SWIG wrapper for a C++ library containing Eigen matrix types for use with Python and NumPy☆51Updated 3 years ago
- Machine learning library in C++ with Eigen☆20Updated 10 years ago
- My personal set of C libraries for linear algebra computation based on The Matrix Cookbook and Numerical Recipes in C.☆107Updated 6 years ago
- A class for performing principal component analysis using Eigen library☆30Updated 8 years ago