DOT

From Jacket Wiki

Jump to: navigation, search
Back to Function List

Vector dot product

Usage

Jacket for M Language
    Supported Syntax
    
C = dot(A,B)
C = dot(A,B,dim)
    

GFOR Supported

No

GCOMPILE Supported

No

Types Supported

-  GDOUBLE   GSINGLE   COMPLEX 

Types Not Supported

-  GLOGICAL   GINT32   INT8   GUINT32   GUINT8 

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/dot.html


See Also

CROSS

Personal tools