skcuda.misc.inf

skcuda.misc.inf(shape, dtype, order='C', allocator=<Mock object>)[source]

Return an array of the given shape and dtype filled with infs.

Parameters:
  • shape (tuple) – Array shape.
  • dtype (data-type) – Data type for the array.
  • order ({'C', 'F'}, optional) – Create array using row-major or column-major format.
  • allocator (callable, optional) – Returns an object that represents the memory allocated for the requested array.
Returns:

out – Array of infs with the given shape, dtype, and order.

Return type:

pycuda.gpuarray.GPUArray