File tree 6 files changed +18
-18
lines changed
6 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ title: error
8
8
9
9
## ` check ` - Checks the value of a logical condition
10
10
11
- ### Version
11
+ ### Status
12
12
13
13
Experimental
14
14
@@ -84,7 +84,7 @@ end program demo_check3
84
84
85
85
## ` error_stop ` - aborts the program
86
86
87
- ### Version
87
+ ### Status
88
88
89
89
Experimental
90
90
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ title: IO
8
8
9
9
## ` loadtxt ` - load a 2D array from a text file
10
10
11
- ### Version
11
+ ### Status
12
12
13
13
Experimental
14
14
@@ -43,7 +43,7 @@ end program demo_loadtxt
43
43
44
44
## ` open ` - open a file
45
45
46
- ### Version
46
+ ### Status
47
47
48
48
Experimental
49
49
@@ -100,7 +100,7 @@ end program demo_open
100
100
101
101
## ` savetxt ` - save a 2D array into a text file
102
102
103
- ### Version
103
+ ### Status
104
104
105
105
Experimental
106
106
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ title: linalg
8
8
9
9
## ` diag ` - Create a diagonal array or extract the diagonal elements of an array
10
10
11
- ### Version
11
+ ### Status
12
12
13
13
Experimental
14
14
@@ -97,7 +97,7 @@ end program demo_diag5
97
97
98
98
## ` eye ` - Construct the identity matrix
99
99
100
- ### Version
100
+ ### Status
101
101
102
102
Experimental
103
103
@@ -138,7 +138,7 @@ end program demo_eye2
138
138
139
139
## ` trace ` - Trace of a matrix
140
140
141
- ### Version
141
+ ### Status
142
142
143
143
Experimental
144
144
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ title: optval
8
8
9
9
## ` optval ` - fallback value for optional arguments
10
10
11
- ### Version
11
+ ### Status
12
12
13
13
Experimental
14
14
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ title: quadrature
8
8
9
9
## ` trapz ` - integrate sampled values using trapezoidal rule
10
10
11
- ### Version
11
+ ### Status
12
12
13
13
Experimental
14
14
@@ -53,7 +53,7 @@ end program demo_trapz
53
53
54
54
## ` trapz_weights ` - trapezoidal rule weights for given abscissas
55
55
56
- ### Version
56
+ ### Status
57
57
58
58
Experimental
59
59
@@ -93,7 +93,7 @@ end program demo_trapz_weights
93
93
94
94
## ` simps ` - integrate sampled values using Simpson's rule
95
95
96
- ### Version
96
+ ### Status
97
97
98
98
Experimental
99
99
@@ -144,7 +144,7 @@ end program demo_simps
144
144
145
145
## ` simps_weights ` - Simpson's rule weights for given abscissas
146
146
147
- ### Version
147
+ ### Status
148
148
149
149
Experimental
150
150
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ title: stats
8
8
9
9
## ` corr ` - Pearson correlation of array elements
10
10
11
- ### Version
11
+ ### Status
12
12
13
13
Experimental
14
14
@@ -60,7 +60,7 @@ end program demo_corr
60
60
61
61
## ` cov ` - covariance of array elements
62
62
63
- ### Version
63
+ ### Status
64
64
65
65
Experimental
66
66
@@ -120,7 +120,7 @@ end program demo_cov
120
120
121
121
## ` mean ` - mean of array elements
122
122
123
- ### Version
123
+ ### Status
124
124
125
125
Experimental
126
126
@@ -168,7 +168,7 @@ end program demo_mean
168
168
169
169
## ` moment ` - central moments of array elements
170
170
171
- ### Version
171
+ ### Status
172
172
173
173
Experimental
174
174
@@ -239,7 +239,7 @@ end program demo_moment
239
239
240
240
## ` var ` - variance of array elements
241
241
242
- ### Version
242
+ ### Status
243
243
244
244
Experimental
245
245
You can’t perform that action at this time.
0 commit comments