Skip to content

Commit 1903066

Browse files
authored
Merge pull request #43 from certik/scope
Add initial scope for stdlib
2 parents 40a76e4 + ddb77d5 commit 1903066

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
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 (containers, strings, files, OS/environment integration, unit
8+
testing & assertions, logging, ...)
9+
* Algorithms (searching and sorting, merging, ...)
10+
* Mathematics (linear algebra, sparse matrices, special functions, fast Fourier
11+
transform, random numbers, statistics, ordinary differential equations,
12+
numerical integration, optimization, ...)
13+
14+
315
## Getting started
416

517
### Get the code

0 commit comments

Comments
 (0)