FALSE

From Jacket Wiki

Jump to: navigation, search
Back to Function List

Logical 1 (false)

Usage

Jacket for M Language
    Supported Syntax
    
r = false(n)
false(m,n)
false([m,n])
false(m,n,p,...)
false([m,n,p,...])
false
false(size(A))
    

GFOR Supported

Yes

GCOMPILE Supported

No

Types Supported

-  GLOGICAL 

Types Not Supported

-  GDOUBLE   GSINGLE   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/false.html

Notes

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

See Also

TRUE, LOGICAL, GLOGICAL

Views
Personal tools