libxsmm_otrans_d1 Subroutine

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

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

Arguments

Type IntentOptional Attributes Name
real(kind=C_DOUBLE), intent(out), TARGET :: output(*)
real(kind=C_DOUBLE), 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