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