Octave-Forge - Extra packages for GNU Octave | |
Home · Packages · Developers · Documentation · FAQ · Bugs · Mailing Lists · Links · Code |
00001 // DO NOT EDIT -- generated by mk-ops 00002 #if !defined (octave_mx_nda_ui16_h) 00003 #define octave_mx_nda_ui16_h 1 00004 #include "uint16NDArray.h" 00005 #include "dNDArray.h" 00006 #include "oct-inttypes.h" 00007 #include "mx-op-decl.h" 00008 NDS_BIN_OP_DECLS (uint16NDArray, NDArray, octave_uint16, OCTAVE_API) 00009 NDS_CMP_OP_DECLS (NDArray, octave_uint16, OCTAVE_API) 00010 NDS_BOOL_OP_DECLS (NDArray, octave_uint16, OCTAVE_API) 00011 #endif