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: ocl_mat = gpuArray (octave_mat)

Construct an OCL matrix from an octave matrix, preserving the elements’ data type.

For compatibility with MATLAB, the gpuArray function is an alias to oclArray.

See also: oclArray, ocl_to_octave, gather.

Package: ocl