Skip to content

Commit

Permalink
Improve the scope list based on feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
certik committed Dec 23, 2019
1 parent f97bb2a commit ddb77d5
Showing 1 changed file with 6 additions and 19 deletions.
25 changes: 6 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,12 @@

The goal of the Fortran Standard Library is to achieve the following general scope:

* Utilities
* Containers
* Algorithms
* Strings
* Files
* OS/Environment integration
* Unit testing & assertions stuff
* Logging
* Searching and sorting
* Mathematics
* Linear algebra (`eig`, `solve`, ...)
* Sparse matrices
* Special functions (spherical harmonics, hypergeometric functions, ...)
* FFT
* Random numbers
* Statistics
* ODE solvers
* Numerical integration (Gauss-Legendre points and weights and other algorithms)
* Optimization (root finding, ...)
* Utilities (containers, strings, files, OS/environment integration, unit
testing & assertions, logging, ...)
* Algorithms (searching and sorting, merging, ...)
* Mathematics (linear algebra, sparse matrices, special functions, fast Fourier
transform, random numbers, statistics, ordinary differential equations,
numerical integration, optimization, ...)


## Getting started
Expand Down

0 comments on commit ddb77d5

Please sign in to comment.