Skip to content

Commit ddb77d5

Browse files
committed
Improve the scope list based on feedback
1 parent f97bb2a commit ddb77d5

File tree

1 file changed

+6
-19
lines changed

1 file changed

+6
-19
lines changed

README.md

+6-19
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,12 @@
44

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

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, ...)
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, ...)
2613

2714

2815
## Getting started

0 commit comments

Comments
 (0)