REALPOW

From Jacket Wiki

Jump to: navigation, search
Back to Function List

Array power for real-only output

Usage

Jacket for M Language
    Supported Syntax
    
Z = realpow(X,Y)
    

GFOR Supported

Yes

GCOMPILE Supported

Yes

Types Supported

-  GDOUBLE   GSINGLE 

Types Not Supported

-  GLOGICAL   GINT32   INT8   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/realpow.html

Notes

Z = REALPOW(X,Y) denotes element-by-element powers. X and Y must have the same dimensions unless one is a scalar. A scalar can operate into anything.

An error is produced if the result is complex.

See Also

REALLOG, REALSQRT

Personal tools