Skip to content

Commit

Permalink
Merge pull request #43 from certik/scope
Browse files Browse the repository at this point in the history
Add initial scope for stdlib
  • Loading branch information
certik committed Jan 2, 2020
2 parents 40a76e4 + ddb77d5 commit 1903066
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Fortran Standard Library

## Scope

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

* 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

### Get the code
Expand Down

0 comments on commit 1903066

Please sign in to comment.