libxsmm_otrans_s1 Subroutine

public subroutine libxsmm_otrans_s1(output, input, m, n, ldi, ldo)

Transpose a matrix (out-of-place form, SP/rank-1).

Arguments

Type IntentOptional Attributes Name
real(kind=C_FLOAT), intent(out), TARGET :: output(*)
real(kind=C_FLOAT), intent(in), TARGET :: input(*)
integer(kind=LIBXSMM_BLASINT_KIND), intent(in) :: m
integer(kind=LIBXSMM_BLASINT_KIND), intent(in), optional :: n
integer(kind=LIBXSMM_BLASINT_KIND), intent(in), optional :: ldi
integer(kind=LIBXSMM_BLASINT_KIND), intent(in), optional :: ldo

Contents