Skip to content

Commit f97bb2a

Browse files
committed
Add initial scope for stdlib
1 parent c6b8119 commit f97bb2a

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Fortran Standard Library
22

3+
## Scope
4+
5+
The goal of the Fortran Standard Library is to achieve the following general scope:
6+
7+
* Utilities
8+
* Containers
9+
* Algorithms
10+
* Strings
11+
* Files
12+
* OS/Environment integration
13+
* Unit testing & assertions stuff
14+
* Logging
15+
* Searching and sorting
16+
* Mathematics
17+
* Linear algebra (`eig`, `solve`, ...)
18+
* Sparse matrices
19+
* Special functions (spherical harmonics, hypergeometric functions, ...)
20+
* FFT
21+
* Random numbers
22+
* Statistics
23+
* ODE solvers
24+
* Numerical integration (Gauss-Legendre points and weights and other algorithms)
25+
* Optimization (root finding, ...)
26+
27+
328
## Getting started
429

530
```

0 commit comments

Comments
 (0)