Skip to content

Various techniques and algorithms used for numerical physis.

Notifications You must be signed in to change notification settings

Kuhlwein/Numerical-Physics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Various techniques and algorithms used for numerical physis.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published