| Numerical Methods Pack | |
|---|---|
| Info: |
The Numerical Methods Pack is a simple program that should be able to calculate
some simple numerical methods like root finding, integrate, splines, diferential
equation, monte carlo and others. The aim of this code is for learning purposes
not for professional use.
The good stuff on this package is that I tried to make the cleanest code I could to help people understands what each algorithm really is. Once I hate pseudo-code or english-code I wrote in plain C++. I also tried to implement the best/fastest algorithm I know and on some cases a fall-back to a safer implementation.
|
| Features: |
Root Finding Integrals Interpolation Markov Chain
|
| Todo: |
I have a few more codes to correct and put here like:
|
| Download: |
Source code of the package. Run make to get the test binary.
|
| Rengolin | This page was created using Vim |