File tree Expand file tree Collapse file tree 1 file changed +26
-2
lines changed Expand file tree Collapse file tree 1 file changed +26
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- title : specs
2
+ title : Specifications ( specs)
3
3
---
4
4
5
- @todo Explain what these are, how to write them, why they're needed, etc.
5
+ # Fortran stdlib Specifications (specs)
6
+
7
+ This is and index/directory of the specifications (specs) for each new module/feature as described in the
8
+ [ workflow document] ( ../Workflow.html ) .
9
+
10
+ [ TOC]
11
+
12
+ ## Experimental Features & Modules
13
+
14
+ - [ error] ( ./stdlib_experimental_error.html )
15
+ - Catching and handling errors
16
+ - [ IO] ( ./stdlib_experimental_io.html )
17
+ - Input/output helper & convenience
18
+ - [ linalg] ( ./stdlib_experimental_linalg.html )
19
+ - Linear Algebra
20
+ - [ optval] ( ./stdlib_experimental_optval.html )
21
+ - Fallback value for optional arguments
22
+ - [ quadrature] ( ./stdlib_experimental_quadrature.html )
23
+ - Numerical integration
24
+ - [ stats] ( ./stdlib_experimental_stats.html )
25
+ - Descriptive Statistics
26
+
27
+ ## Released/Stable Features & Modules
28
+
29
+ - (None yet)
You can’t perform that action at this time.
0 commit comments