ocl
Package using OpenCL for parallelization of (SIMD) computations, selectively using available OpenCL hardware
Select category:
Construct an OCL matrix from an octave matrix, preserving the elements' data type.
Construct an OCL matrix from an octave matrix, preserving the elements' data type.
Transfer the data from an OCL matrix into an octave matrix of corresponding type.
Transfer the data from an OCL matrix into an octave matrix of corresponding type.
Construct an OCL matrix of specific type from an octave matrix.
Construct an OCL matrix of specific type from an octave matrix.
Construct an OCL matrix of specific type from an octave matrix.
Construct an OCL matrix of specific type from an octave matrix.
Construct an OCL matrix of specific type from an octave matrix.
Construct an OCL matrix of specific type from an octave matrix.
Construct an OCL matrix of specific type from an octave matrix.
Construct an OCL matrix of specific type from an octave matrix.
Construct an OCL matrix of specific type from an octave matrix.
Construct an OCL matrix of specific type from an octave matrix.
Return an OCL matrix or N-dimensional OCL array whose elements are all 1.
Return an OCL matrix or N-dimensional OCL array whose elements are all 0.
Return an identity matrix as OCL matrix.
Return an OCL row vector with N linearly spaced elements between BASE and LIMIT.
Return an OCL row vector with N elements logarithmically spaced from 10^A to 10^B.
Return the concatenation of the N-dimensional OCL array objects, OCL_ARRAY1, OCL_ARRAY2, ..., OCL_ARRAYN along dimension DIM.
Construct and compile an OCL program from an OpenCL C source code string.
Construct and compile an OCL program from an OpenCL C source code file.
Manage the OpenCL Context.
Manage dynamic loading/unloading of OpenCL Library.
Translate an OpenCL constant.
Perform tests of OCL functions and with all OCL data types.
Package: ocl