afp_tile

Repeat the contents of the input array along the specified dimensions. Creates copies of the input array and concatenates them with each other, such that the output array will have as many copies of the input array as the user specifies, along each dimension.

Arguments

  1. Input array
  2. Integer, number of times array is copied along rows
  3. Integer, number of times array is copied along columns

Output

Array

Examples

afp_tile