Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrtkp9993/numerical-methods-in-fortran
[WIP] Numerical methods implemented in Fortran.
https://github.com/mrtkp9993/numerical-methods-in-fortran
algorithm applied-mathematics fortran mathematical-modelling monte-carlo numerical-algorithms numerical-analysis numerical-computation numerical-differentiation numerical-integration numerical-methods numerical-optimization numerical-simulation numerical-simulations optimization scientific-computing simulation statistics
Last synced: 19 days ago
JSON representation
[WIP] Numerical methods implemented in Fortran.
- Host: GitHub
- URL: https://github.com/mrtkp9993/numerical-methods-in-fortran
- Owner: mrtkp9993
- License: gpl-3.0
- Created: 2021-04-29T19:36:57.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-25T15:09:21.000Z (about 2 years ago)
- Last Synced: 2024-11-17T22:12:40.185Z (3 months ago)
- Topics: algorithm, applied-mathematics, fortran, mathematical-modelling, monte-carlo, numerical-algorithms, numerical-analysis, numerical-computation, numerical-differentiation, numerical-integration, numerical-methods, numerical-optimization, numerical-simulation, numerical-simulations, optimization, scientific-computing, simulation, statistics
- Language: Fortran
- Homepage:
- Size: 428 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Numerical Methods in Fortran
[![CI](https://github.com/mrtkp9993/Numerical-Methods-in-Fortran/actions/workflows/main.yml/badge.svg)](https://github.com/mrtkp9993/Numerical-Methods-in-Fortran/actions/workflows/main.yml) [![GitHub license](https://img.shields.io/github/license/mrtkp9993/Numerical-Methods-in-Fortran)](https://github.com/mrtkp9993/Numerical-Methods-in-Fortran/blob/main/LICENSE)
Numerical analysis, statistics algorithms in Fortran.
## Motivation
Two years ago, I developed some numerical analysis examples with C++ and a few months ago, I started development with Julia but I give up with Julia (click [here](https://github.com/mrtkp9993/NumericalAlgorithms.jl/blob/main/README.md) for my reasons) and I decided to develop algorithms with Fortran.
## Algorithms
See [Algorithms](Algorithms.md).
## Distribution Tests
See [Distributions](Distributions.md).
## Plotting
```bash
make plot && ./bin/main | gnuplot -p
```## License
Distributed under the GPL License. See ```LICENSE``` for more information.
## Contact
Murat Koptur, [LinkedIn](https://www.linkedin.com/in/muratkoptur/)
Email: [[email protected]](mailto:[email protected]?subject=NumericalFortran)
## References
TODO