GINF

From Jacket Wiki

(Redirected from INF)
Jump to: navigation, search
Back to Function List

Infinity

Usage

Jacket for M Language
    Supported Syntax
    
% -- below are new in v1.7 --
r = ginf(n)
ginf(m,n)
ginf([m,n])
ginf(m,n,p,...)
ginf([m,n,p,...])
ginf
ginf(size(A))
r = ginf(..., 'double')
r = ginf(..., 'single')
% -- above are new in v1.7 --
Inf
inf
inf(...,class(X))  % where X is another variable
    

GFOR Supported

Yes

GCOMPILE Supported

Yes

Types Supported

-  GDOUBLE   GSINGLE 

Types Not Supported

-  GLOGICAL   GINT32   GINT8   GUINT32   GUINT8   COMPLEX 

CPU usageJacket only contains GPU computing functions. To run functions on the CPU, try one of the MathWorks products:
http://www.mathworks.com/access/helpdesk/help/techdoc/ref/inf.html

Notes

  • Creating a matrix of Inf values directly is not supported
  • Operations on GPU datatypes that result in Inf are supported

See Also

ISINF, NAN

Views
Personal tools