You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Fortran Standard, as published by the ISO (https://wg5-fortran.org/), does
63
+
not have a Standard Library. The goal of this project is to provide a community
64
+
driven and agreed upon *de facto* "standard" library for Fortran, called a
65
+
Fortran Standard Library (`stdlib`). We have a rigorous process how `stdlib` is
66
+
developed as documented in our [Workflow](page/contributing/Workflow.html). `stdlib` is both a
67
+
specification and a reference implementation. We are cooperating with the
68
+
Fortran Standards Committee (e.g., the effort
69
+
[started](https://github.com/j3-fortran/fortran_proposals/issues/104) at the J3
70
+
committee repository) and the plan is to continue working with the Committee in
71
+
the future (such as in the step 5. in the [Workflow](page/contributing/Workflow.html) document), so
72
+
that if the Committee wants to standardize some feature already available in `stdlib`, it would
73
+
base it on `stdlib`'s implementation.
74
+
75
+
Scope
76
+
=====
77
+
78
+
The goal of the Fortran Standard Library is to achieve the following general scope:
79
+
80
+
* Utilities (containers, strings, files, OS/environment integration, unit
81
+
testing & assertions, logging, ...)
82
+
* Algorithms (searching and sorting, merging, ...)
83
+
* Mathematics (linear algebra, sparse matrices, special functions, fast Fourier
84
+
transform, random numbers, statistics, ordinary differential equations,
85
+
numerical integration, optimization, ...)
86
+
87
+
Code of Conduct
88
+
===============
89
+
90
+
In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to make participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation. Please read first [this Code of Conduct](./page/contributing/CodeOfConduct.html)
91
+
92
+
License
93
+
=======
94
+
95
+
The `stdlib` source code and related files and documentation are distributed under the [MIT license](page/License.html).
0 commit comments