QuantitativeBytes / qbLinAlgLinks
QuantitativeBytes Linear Algebra Library [C++]. A simple implementation of various common linear algebra functions, intended for educational purposes.
☆47Updated 2 years ago
Alternatives and similar repositories for qbLinAlg
Users that are interested in qbLinAlg are comparing it to the libraries listed below
Sorting:
- Powerful automatic differentiation in C++ and Python☆386Updated last week
- C++ Matrix -- High performance and accurate (e.g. edge cases) matrix math library with expression template arithmetic operators☆121Updated last year
- Machine Learning C++☆72Updated 2 years ago
- Code from Implementing Useful Algorithms in C++ by Dmytro Kedyk☆131Updated last week
- Extremely simple yet powerful header-only C++ plotting library built on the popular matplotlib☆126Updated 2 years ago
- Demo for the Simple 2D Constraint Solver.☆110Updated last year
- All header files from numerical recipes. 3rd Edition.☆220Updated 3 years ago
- Example programs from "Discovering Modern C++" 2nd edition (3rd code update)☆79Updated 4 years ago
- FastAD is a C++ implementation of automatic differentiation both forward and reverse mode.☆114Updated 2 years ago
- Source code for the examples in my Udemy course "Learn Multithreading with Modern C++"☆119Updated 3 months ago
- Collection of Computational Geometry algorithm Implementation and simple simulations using the implementation☆81Updated 4 years ago
- Asynchronous Programming with C++, Published by Packt☆71Updated 10 months ago
- ☆57Updated 2 years ago
- Armadillo C++ linear algebra library from http://arma.sourceforge.net☆38Updated 9 years ago
- ☆114Updated 2 years ago
- Numerical Recipes in C++, that actually compiles