libxsmm_matcopy_p0 Subroutine

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

Matrix-copy (2-dimensional copy) routine. If the input (optional) is not present, the routine is used to zero-fill the out-matrix.

Arguments

Type IntentOptional Attributes Name
type(C_PTR), intent(in) :: output
type(C_PTR), intent(in), optional :: 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