All Projects → mrtkp9993 → Cpp-Examples

mrtkp9993 / Cpp-Examples

Licence: GPL-3.0 License
Numerical C++ examples.

Programming Languages

C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to Cpp-Examples

Julia-data-science
Data science and numerical computing with Julia
Stars: ✭ 54 (+42.11%)
Mutual labels:  linear-algebra, scientific-computing, numerical-analysis
NAGPythonExamples
Examples and demos showing how to call functions from the NAG Library for Python
Stars: ✭ 46 (+21.05%)
Mutual labels:  linear-algebra, scientific-computing, numerical-methods
PyCannyEdge
Educational Python implementation of the Canny Edge Detector
Stars: ✭ 31 (-18.42%)
Mutual labels:  scientific-computing, numerical-methods, numerical-analysis
numerics
library of numerical methods using Armadillo
Stars: ✭ 17 (-55.26%)
Mutual labels:  linear-algebra, numerical-methods, numerical-analysis
dfogn
DFO-GN: Derivative-Free Optimization using Gauss-Newton
Stars: ✭ 20 (-47.37%)
Mutual labels:  scientific-computing, numerical-methods, numerical-analysis
Rulinalg
A linear algebra library written in Rust
Stars: ✭ 247 (+550%)
Mutual labels:  linear-algebra, scientific-computing
math-for-ml
Mathematical preliminaries for machine learning
Stars: ✭ 15 (-60.53%)
Mutual labels:  linear-algebra, numerical-analysis
CFD-Julia-12-steps--o-Navier-Stokes-Equations
This is a replication of "CFD Python: 12 steps to Navier-Stokes" in Julia
Stars: ✭ 33 (-13.16%)
Mutual labels:  scientific-computing, numerical-methods
Quant Notes
Quantitative Interview Preparation Guide, updated version here ==>
Stars: ✭ 180 (+373.68%)
Mutual labels:  linear-algebra, numerical-methods
numerical-methods-python
Numerical methods implementation in Python.
Stars: ✭ 65 (+71.05%)
Mutual labels:  numerical-methods, numerical-analysis
bandicoot-code
Bandicoot: GPU accelerator add-on for the Armadillo C++ linear algebra library
Stars: ✭ 21 (-44.74%)
Mutual labels:  linear-algebra, scientific-computing
Peroxide
Rust numeric library with R, MATLAB & Python syntax
Stars: ✭ 191 (+402.63%)
Mutual labels:  linear-algebra, scientific-computing
Tensor
A library and extension that provides objects for scientific computing in PHP.
Stars: ✭ 146 (+284.21%)
Mutual labels:  linear-algebra, scientific-computing
Introduction-to-Python-Numerical-Analysis-for-Engineers-and-Scientist
Introduction to Python: Numerical Analysis for Engineers and Scientist. In 2017, Python became the world's most popular programming language. This course covers the basic syntax, linear algebra, plotting, and more to prepare students for solving numerical problems with Python.
Stars: ✭ 110 (+189.47%)
Mutual labels:  linear-algebra, numerical-analysis
scilab
Open source, cross-platform numerical computational package and a high-level, numerically oriented programming language.
Stars: ✭ 52 (+36.84%)
Mutual labels:  scientific-computing, numerical-computation
SciLean
Scientific computing in Lean 4
Stars: ✭ 86 (+126.32%)
Mutual labels:  scientific-computing, numerical-methods
Finite-Difference-Method
A Finite Difference Method Engine in C++
Stars: ✭ 15 (-60.53%)
Mutual labels:  numerical-methods, numerical-computation
Math Php
Powerful modern math library for PHP: Features descriptive statistics and regressions; Continuous and discrete probability distributions; Linear algebra with matrices and vectors, Numerical analysis; special mathematical functions; Algebra
Stars: ✭ 2,009 (+5186.84%)
Mutual labels:  linear-algebra, numerical-analysis
Phpsci Carray
PHP library for scientific computing powered by C
Stars: ✭ 176 (+363.16%)
Mutual labels:  linear-algebra, scientific-computing
lubeck
High level linear algebra library for Dlang
Stars: ✭ 57 (+50%)
Mutual labels:  linear-algebra, numerical-methods

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].