Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrtkp9993/cpp-examples
Numerical C++ examples.
https://github.com/mrtkp9993/cpp-examples
cpp cpp-examples eigen-library linear-algebra numerical-algorithms numerical-analysis numerical-computation numerical-computations numerical-methods scientific-computing
Last synced: about 1 month ago
JSON representation
Numerical C++ examples.
- Host: GitHub
- URL: https://github.com/mrtkp9993/cpp-examples
- Owner: mrtkp9993
- License: gpl-3.0
- Created: 2018-05-16T16:50:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-08-03T18:30:40.000Z (over 2 years ago)
- Last Synced: 2024-05-02T03:37:30.403Z (8 months ago)
- Topics: cpp, cpp-examples, eigen-library, linear-algebra, numerical-algorithms, numerical-analysis, numerical-computation, numerical-computations, numerical-methods, scientific-computing
- Language: C++
- Homepage:
- Size: 10.2 MB
- Stars: 42
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# C++ Examples
[![codecov](https://codecov.io/gh/mrtkp9993/Cpp-Examples/branch/master/graph/badge.svg)](https://codecov.io/gh/mrtkp9993/Cpp-Examples)
[![CodeFactor](https://www.codefactor.io/repository/github/mrtkp9993/cpp-examples/badge/master)](https://www.codefactor.io/repository/github/mrtkp9993/cpp-examples/overview/master)
![](https://img.shields.io/github/license/mrtkp9993/Cpp-Examples.svg)
[![DOI](https://zenodo.org/badge/133697197.svg)](https://zenodo.org/badge/latestdoi/133697197)***
### Functions & Algorithms
Currently I implemented following functions & algorithms:
* Automatic differentiation with dual numbers
* BBP Type Formula
* Brent-Salamin Formula
* Composite Simpson & Double Simpson
* /dev/random Generator
* Discrete Fourier Transform
* Fixed Point Iteration
* Golden Section Search
* Jarque–Bera test
* Lagrange Interpolation
* Linear Congruent Generator
* Metropolis-Hastings Algorithm
* Monte-Carlo Integration
* Pollard Rho Algorithm
* Runge-Kutta 4th Order (RK4)
* Uniform & Normal Random Number Generators### Examples
You can find examples in `examples/` folder.
### Documentation
You can find the documentation at https://mrtkp9993.github.io/Cpp-Examples/.