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
66
77[ TOC]
88
9- ## ` [[stdlib_experimental_error(module): check(subroutine)]] ` - Checks the value of a logical condition
9+ ## ` check ` - Checks the value of a logical condition
1010
1111### Description
1212
@@ -78,7 +78,7 @@ program demo_check3
7878end program demo_check3
7979```
8080
81- ## ` [[stdlib_experimental_error: error_stop]] ` - aborts the program
81+ ## ` error_stop ` - aborts the program
8282
8383### Description
8484
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ title: experimental_IO
66
77[ TOC]
88
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
1010
1111### Description
1212Loads a rank-2 ` array ` from a text file.
@@ -37,7 +37,7 @@ end program demo_loadtxt
3737```
3838
3939
40- ## ` [[stdlib_experimental_io(module): open(function)]] ` - open a file
40+ ## ` open ` - open a file
4141
4242### Description
4343
@@ -90,7 +90,7 @@ end program demo_open
9090```
9191
9292
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
9494
9595### Description
9696Saves 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
66
77[ TOC]
88
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
1010
1111### Description
1212
@@ -91,7 +91,7 @@ program demo_diag5
9191end program demo_diag5
9292```
9393
94- ## ` [[stdlib_experimental_linalg(module): eye(function)]] ` - Construct the identity matrix
94+ ## ` eye ` - Construct the identity matrix
9595
9696### Description
9797
@@ -128,7 +128,7 @@ program demo_eye2
128128end program demo_eye2
129129```
130130
131- ## ` [[stdlib_experimental_linalg(module): trace(interface)]] ` - Trace of a matrix
131+ ## ` trace ` - Trace of a matrix
132132
133133### Description
134134
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ title: experimental_optval
66
77[ TOC]
88
9- ## ` [[stdlib_experimental_optval(module): optval(interface)]] ` - fallback value for optional arguments
9+ ## ` optval ` - fallback value for optional arguments
1010
1111### Description
1212
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ title: experimental_quadrature
66
77[ TOC]
88
9- ## ` [[stdlib_experimental_quadrature(module): trapz(interface)]] ` - integrate sampled values using trapezoidal rule
9+ ## ` trapz ` - integrate sampled values using trapezoidal rule
1010
1111### Description
1212
@@ -47,7 +47,7 @@ program demo_trapz
4747end program demo_trapz
4848```
4949
50- ## ` [[stdlib_experimental_quadrature(module): trapz_weights(interface)]] ` - trapezoidal rule weights for given abscissas
50+ ## ` trapz_weights ` - trapezoidal rule weights for given abscissas
5151
5252### Description
5353
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ title: experimental_stats
66
77[ TOC]
88
9- ## ` [[stdlib_experimental_stats(module): cov(interface)]] ` - covariance of array elements
9+ ## ` cov ` - covariance of array elements
1010
1111### Description
1212
@@ -62,7 +62,7 @@ program demo_cov
6262end program demo_cov
6363```
6464
65- ## ` [[stdlib_experimental_stats(module): mean(interface)]] ` - mean of array elements
65+ ## ` mean ` - mean of array elements
6666
6767### Description
6868
@@ -106,7 +106,7 @@ program demo_mean
106106end program demo_mean
107107```
108108
109- ## ` [[stdlib_experimental_stats(module): moment(interface)]] ` - central moments of array elements
109+ ## ` moment ` - central moments of array elements
110110
111111### Description
112112
@@ -173,7 +173,7 @@ program demo_moment
173173end program demo_moment
174174```
175175
176- ## ` [[stdlib_experimental_stats(module): var(interface)]] ` - variance of array elements
176+ ## ` var ` - variance of array elements
177177
178178### Description
179179
You can’t perform that action at this time.
0 commit comments