mrtkp9993 / Cpp-Examples

Numerical C++ examples.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C++ Examples

codecov CodeFactor DOI


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/.

About

Numerical C++ examples.

License:GNU General Public License v3.0


Languages

Language:C++ 99.8%Language:CMake 0.1%Language:Shell 0.0%