libxsmm_itrans_d2 Subroutine

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

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

Arguments

Type IntentOptional Attributes Name
real(kind=C_DOUBLE), 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