libxsmm_otrans_p0 Subroutine

public pure subroutine libxsmm_otrans_p0(output, input, typesize, m, n, ldi, ldo)

Transpose a matrix (out-of-place form).

Arguments

Type IntentOptional Attributes Name
type(C_PTR), intent(in) :: output
type(C_PTR), intent(in) :: input
integer(kind=C_INT), intent(in) :: typesize
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