Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 523 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 523 Bytes

Numerical-Physics

Various implementations of methods and techniques used in numerical physics written in C and C++, including:

  • Interpolation methods
  • Linear equation solvers (QR-decomposition and Givens rotation algorithm)
  • Jacobi eigenvalue algorithm
  • Least squares fitting
  • Root finding with bactracking line search
  • Minimization with Newtons, Quasi Newtons, and Downhill simplex methods
  • Adaptive numerical integration and differential equation solvers
  • Monte carlo integration
  • Artificial neural networks