The Octave Forge package repository is no longer actively maintained. Please find Octave Packages at https://packages.octave.org.

Navigation

Operators and Keywords

Function List:

C++ API

Function File: octave_mat = gather (ocl_mat)

Transfer the data from an OCL matrix into an octave matrix of corresponding type.

For compatibility with MATLAB, the gather function is an alias to ocl_to_octave.

See also: oclArray, ocl_to_octave, gpuArray.

Package: ocl