We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6b8119 commit f97bb2aCopy full SHA for f97bb2a
README.md
@@ -1,5 +1,30 @@
1
# Fortran Standard Library
2
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
28
## Getting started
29
30
```
0 commit comments