Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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