File tree Expand file tree Collapse file tree 6 files changed +15
-15
lines changed Expand file tree Collapse file tree 6 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ title: experimental_error
6
6
7
7
[ TOC]
8
8
9
- ## ` [[stdlib_experimental_error(module): check(subroutine)]] ` - Checks the value of a logical condition
9
+ ## ` check ` - Checks the value of a logical condition
10
10
11
11
### Description
12
12
@@ -78,7 +78,7 @@ program demo_check3
78
78
end program demo_check3
79
79
```
80
80
81
- ## ` [[stdlib_experimental_error: error_stop]] ` - aborts the program
81
+ ## ` error_stop ` - aborts the program
82
82
83
83
### Description
84
84
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ title: experimental_IO
6
6
7
7
[ TOC]
8
8
9
- ## ` [[stdlib_experimental_io(module): loadtxt(interface)]] ` - load a 2D array from a text file
9
+ ## ` loadtxt ` - load a 2D array from a text file
10
10
11
11
### Description
12
12
Loads a rank-2 ` array ` from a text file.
@@ -37,7 +37,7 @@ end program demo_loadtxt
37
37
```
38
38
39
39
40
- ## ` [[stdlib_experimental_io(module): open(function)]] ` - open a file
40
+ ## ` open ` - open a file
41
41
42
42
### Description
43
43
@@ -90,7 +90,7 @@ end program demo_open
90
90
```
91
91
92
92
93
- ## ` [[stdlib_experimental_io(module): savetxt(interface)]] ` - save a 2D array into a text file
93
+ ## ` savetxt ` - save a 2D array into a text file
94
94
95
95
### Description
96
96
Saves a rank-2 ` array ` into a text file.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ title: experimental_linalg
6
6
7
7
[ TOC]
8
8
9
- ## ` [[stdlib_experimental_linalg(module): diag(interface)]] ` - Create a diagonal array or extract the diagonal elements of an array
9
+ ## ` diag ` - Create a diagonal array or extract the diagonal elements of an array
10
10
11
11
### Description
12
12
@@ -91,7 +91,7 @@ program demo_diag5
91
91
end program demo_diag5
92
92
```
93
93
94
- ## ` [[stdlib_experimental_linalg(module): eye(function)]] ` - Construct the identity matrix
94
+ ## ` eye ` - Construct the identity matrix
95
95
96
96
### Description
97
97
@@ -128,7 +128,7 @@ program demo_eye2
128
128
end program demo_eye2
129
129
```
130
130
131
- ## ` [[stdlib_experimental_linalg(module): trace(interface)]] ` - Trace of a matrix
131
+ ## ` trace ` - Trace of a matrix
132
132
133
133
### Description
134
134
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ title: experimental_optval
6
6
7
7
[ TOC]
8
8
9
- ## ` [[stdlib_experimental_optval(module): optval(interface)]] ` - fallback value for optional arguments
9
+ ## ` optval ` - fallback value for optional arguments
10
10
11
11
### Description
12
12
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ title: experimental_quadrature
6
6
7
7
[ TOC]
8
8
9
- ## ` [[stdlib_experimental_quadrature(module): trapz(interface)]] ` - integrate sampled values using trapezoidal rule
9
+ ## ` trapz ` - integrate sampled values using trapezoidal rule
10
10
11
11
### Description
12
12
@@ -47,7 +47,7 @@ program demo_trapz
47
47
end program demo_trapz
48
48
```
49
49
50
- ## ` [[stdlib_experimental_quadrature(module): trapz_weights(interface)]] ` - trapezoidal rule weights for given abscissas
50
+ ## ` trapz_weights ` - trapezoidal rule weights for given abscissas
51
51
52
52
### Description
53
53
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ title: experimental_stats
6
6
7
7
[ TOC]
8
8
9
- ## ` [[stdlib_experimental_stats(module): cov(interface)]] ` - covariance of array elements
9
+ ## ` cov ` - covariance of array elements
10
10
11
11
### Description
12
12
@@ -62,7 +62,7 @@ program demo_cov
62
62
end program demo_cov
63
63
```
64
64
65
- ## ` [[stdlib_experimental_stats(module): mean(interface)]] ` - mean of array elements
65
+ ## ` mean ` - mean of array elements
66
66
67
67
### Description
68
68
@@ -106,7 +106,7 @@ program demo_mean
106
106
end program demo_mean
107
107
```
108
108
109
- ## ` [[stdlib_experimental_stats(module): moment(interface)]] ` - central moments of array elements
109
+ ## ` moment ` - central moments of array elements
110
110
111
111
### Description
112
112
@@ -173,7 +173,7 @@ program demo_moment
173
173
end program demo_moment
174
174
```
175
175
176
- ## ` [[stdlib_experimental_stats(module): var(interface)]] ` - variance of array elements
176
+ ## ` var ` - variance of array elements
177
177
178
178
### Description
179
179
You can’t perform that action at this time.
0 commit comments