File tree Expand file tree Collapse file tree 6 files changed +18
-18
lines changed Expand file tree Collapse file tree 6 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ title: error
88
99## ` check ` - Checks the value of a logical condition
1010
11- ### Version
11+ ### Status
1212
1313Experimental
1414
@@ -84,7 +84,7 @@ end program demo_check3
8484
8585## ` error_stop ` - aborts the program
8686
87- ### Version
87+ ### Status
8888
8989Experimental
9090
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ title: IO
88
99## ` loadtxt ` - load a 2D array from a text file
1010
11- ### Version
11+ ### Status
1212
1313Experimental
1414
@@ -43,7 +43,7 @@ end program demo_loadtxt
4343
4444## ` open ` - open a file
4545
46- ### Version
46+ ### Status
4747
4848Experimental
4949
@@ -100,7 +100,7 @@ end program demo_open
100100
101101## ` savetxt ` - save a 2D array into a text file
102102
103- ### Version
103+ ### Status
104104
105105Experimental
106106
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ title: linalg
88
99## ` diag ` - Create a diagonal array or extract the diagonal elements of an array
1010
11- ### Version
11+ ### Status
1212
1313Experimental
1414
@@ -97,7 +97,7 @@ end program demo_diag5
9797
9898## ` eye ` - Construct the identity matrix
9999
100- ### Version
100+ ### Status
101101
102102Experimental
103103
@@ -138,7 +138,7 @@ end program demo_eye2
138138
139139## ` trace ` - Trace of a matrix
140140
141- ### Version
141+ ### Status
142142
143143Experimental
144144
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ title: optval
88
99## ` optval ` - fallback value for optional arguments
1010
11- ### Version
11+ ### Status
1212
1313Experimental
1414
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ title: quadrature
88
99## ` trapz ` - integrate sampled values using trapezoidal rule
1010
11- ### Version
11+ ### Status
1212
1313Experimental
1414
@@ -53,7 +53,7 @@ end program demo_trapz
5353
5454## ` trapz_weights ` - trapezoidal rule weights for given abscissas
5555
56- ### Version
56+ ### Status
5757
5858Experimental
5959
@@ -93,7 +93,7 @@ end program demo_trapz_weights
9393
9494## ` simps ` - integrate sampled values using Simpson's rule
9595
96- ### Version
96+ ### Status
9797
9898Experimental
9999
@@ -144,7 +144,7 @@ end program demo_simps
144144
145145## ` simps_weights ` - Simpson's rule weights for given abscissas
146146
147- ### Version
147+ ### Status
148148
149149Experimental
150150
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ title: stats
88
99## ` corr ` - Pearson correlation of array elements
1010
11- ### Version
11+ ### Status
1212
1313Experimental
1414
@@ -60,7 +60,7 @@ end program demo_corr
6060
6161## ` cov ` - covariance of array elements
6262
63- ### Version
63+ ### Status
6464
6565Experimental
6666
@@ -120,7 +120,7 @@ end program demo_cov
120120
121121## ` mean ` - mean of array elements
122122
123- ### Version
123+ ### Status
124124
125125Experimental
126126
@@ -168,7 +168,7 @@ end program demo_mean
168168
169169## ` moment ` - central moments of array elements
170170
171- ### Version
171+ ### Status
172172
173173Experimental
174174
@@ -239,7 +239,7 @@ end program demo_moment
239239
240240## ` var ` - variance of array elements
241241
242- ### Version
242+ ### Status
243243
244244Experimental
245245
You can’t perform that action at this time.
0 commit comments