GRADIENT

From Jacket Wiki

Jump to: navigation, search
Back to Function List

Numerical gradient

Usage

Jacket for M Language
    Supported Syntax
    
FX = GRADIENT(F)
[FX,FY] = GRADIENT(F)
    

GFOR Supported

Yes

GCOMPILE Supported

No

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

Notes

  • Supported only for real, 2-dimensional values of matrix F.

See Also

DEL2, DIFF

Personal tools