CUDA
C/C++    Fortran   

Tiling and reshaping

reform, flat, tile, etc More...

Data Types

interface  reform
 Reform an array. More...
interface  flat
 Flatten an array. More...
interface  tile
 Tile an array. More...
interface  join
 Join two arrays. More...

type(array) array_reform (A, x1, x2, x3, x4)
 Reform an input array.

type(array) array_flat (A)
 Flat an input array.

type(array) array_tile (A, x1, x2, x3, x4)
 Tile an input array.

type(array) array_join (d, first, second)
 Join two arrays.

Detailed Description

reform, flat, tile, etc


Function/Subroutine Documentation

type(array) array_reform ( type(array),intent(in)  A,
integer,intent(in)  x1,
integer,intent(in),optional  x2,
integer,intent(in),optional  x3,
integer,intent(in),optional  x4 
) [inherited]

Reform an input array.

type(array) array_flat ( type(array),intent(in)  A) [inherited]

Flat an input array.

type(array) array_tile ( type(array),intent(in)  A,
integer,intent(in),optional  x1,
integer,intent(in),optional  x2,
integer,intent(in),optional  x3,
integer,intent(in),optional  x4 
) [inherited]

Tile an input array.

type(array) array_join ( integer,intent(in)  d,
type(array),intent(in)  first,
type(array),intent(in)  second 
) [inherited]

Join two arrays.