File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1091,7 +1091,7 @@ Pure subroutine.
1091
1091
1092
1092
#### Syntax
1093
1093
1094
- ` call [[fftpack(module):dcosqf (interface)]](n, x, wsave) `
1094
+ ` call [[fftpack(module):dcosqb (interface)]](n, x, wsave) `
1095
1095
1096
1096
#### Arguments
1097
1097
Original file line number Diff line number Diff line change @@ -248,7 +248,7 @@ end function irfft_rk
248
248
! > Version: experimental
249
249
! >
250
250
! > Dsicrete cosine transforms.
251
- ! > ([Specification](../page/specs/fftpack.html#dct))
251
+ ! > ([Specification](../page/specs/fftpack.html#simplified-dct-of-types-1-2-3- dct))
252
252
interface dct
253
253
pure module function dct_rk(x, n, type) result(result)
254
254
real (kind= rk), intent (in ) :: x(:)
@@ -261,7 +261,7 @@ end function dct_rk
261
261
! > Version: experimental
262
262
! >
263
263
! > Inverse discrete cosine transforms.
264
- ! > ([Specification](../page/specs/fftpack.html#idct))
264
+ ! > ([Specification](../page/specs/fftpack.html#simplified-inverse-dct-of-types-1-2-3- idct))
265
265
interface idct
266
266
pure module function idct_rk(x, n, type) result(result)
267
267
real (kind= rk), intent (in ) :: x(:)
You can’t perform that action at this time.
0 commit comments