libxsmm_itrans_s2 Subroutine

public subroutine libxsmm_itrans_s2(matrix, m, n, ld)

Transpose a matrix (in-place form, SP/rank-2).

Arguments

Type IntentOptional Attributes Name
real(kind=C_FLOAT), intent(inout), TARGET :: matrix(ld,*)
integer(kind=LIBXSMM_BLASINT_KIND), intent(in) :: m
integer(kind=LIBXSMM_BLASINT_KIND), intent(in) :: n
integer(kind=LIBXSMM_BLASINT_KIND), intent(in) :: ld

Contents