fortran-lang / fftpack

Double precision version of fftpack
https://fortran-lang.github.io/fftpack/
Other
68 stars 19 forks source link

Add type-based DCT procedure names #38

Closed cval26 closed 1 year ago

cval26 commented 1 year ago

Implements item 2 of #34.

Creates the following procedure aliases by overloading the existing DCT procedures, so that they can be called with names based on their DCT types (1, 2, 3). The following procedure aliases are created.

These correspond to the operations:

cval26 commented 1 year ago

@zoziha, this is now ready for review.

zoziha commented 1 year ago

Thank you for this @cval26 . Is there anything more to submit? If not, we can merge it.

cval26 commented 1 year ago

We can merge this, @zoziha.