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

Set dimensions of array. More...

Functions

array af::setdims (const array &in, unsigned R, unsigned C)

Detailed Description

Set dimensions of array.

Parameters:
[in]inInput array
[in]rNumber of rows in output array
[in]cNumber of columns in output array
Returns:
Array of size (R x C) with the same number of elements as in

Function Documentation

array af::setdims ( const array &  in,
unsigned  R,
unsigned  C 
)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines