INTERPN

From Jacket Wiki

Jump to: navigation, search
Back to Function List

N-D data interpolation (table lookup)

Usage

Jacket for M Language
    Supported Syntax
    
VI = interpn(V,Y1,Y2,Y3,...)
VI = interpn(V,ntimes)
    

GFOR Supported

No

GCOMPILE Supported

No

Types Supported

-  GDOUBLE   GSINGLE   GLOGICAL   GINT32   GINT8   GUINT32   GUINT8   COMPLEX 

Types Not Supported

-

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/interpn.html
More Details
  • only supported for 2D, single precision inputs
  • ntimes must be a CPU scalar


See Also

INTERP1, INTERP2, INTERP3, NDGRID

Views
Personal tools