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

Loadable Function: ocl_logspace (a, b)
Loadable Function: ocl_logspace (a, b, n)

Return an OCL row vector with n elements logarithmically spaced from 10^a to 10^b.

For details, see help for logspace.

The OCL matrix is assembled on the OpenCL device.

See also: logspace, ocl_linspace, oclArray.

Package: ocl