DO MORE. CODE LESS. Free software for GPU computing on AMD, Intel, and NVIDIA.
Functions
Tile
Utility functions

Tile a given array to form a bigger array. More...

Functions

array af::tile (array &in, int M, int N=1)
 Tile the elements of the array.

Detailed Description

Tile a given array to form a bigger array.

Parameters:
[in]inInput array of shape(R, C)
[in]MNumber of vertical tiles
[in]NNumber of horizontal tiles
Returns:
array of size (R x M, C x N)

Function Documentation

array af::tile ( array &  in,
int  M,
int  N = 1 
)

Tile the elements of the array.

Examples:
examples/blackscholes.cpp.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines