execute_interface Interface

interface
private subroutine execute_interface(self, in, out, transpose_type)

Arguments

Type IntentOptional Attributes Name
class(abstract_transpose_plan), intent(inout) :: self

Transposition class

real(kind=real32), intent(inout) :: in(:)

Incoming buffer

real(kind=real32), intent(inout) :: out(:)

Resulting buffer

type(dtfft_transpose_t), intent(in) :: transpose_type

Type of transpose

Description

Executes single transposition