Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024 #ifdef HAVE_CONFIG_H
00025 #include <config.h>
00026 #endif
00027
00028 #include "uint16NDArray.h"
00029 #include "mx-op-defs.h"
00030 #include "intNDArray.cc"
00031
00032 #include "bsxfun-defs.cc"
00033
00034 template class OCTAVE_API intNDArray<octave_uint16>;
00035
00036 template OCTAVE_API
00037 std::ostream&
00038 operator << (std::ostream& os, const intNDArray<octave_uint16>& a);
00039
00040 template OCTAVE_API
00041 std::istream&
00042 operator >> (std::istream& is, intNDArray<octave_uint16>& a);
00043
00044 NDS_CMP_OPS (uint16NDArray, octave_uint16)
00045 NDS_BOOL_OPS (uint16NDArray, octave_uint16)
00046
00047 SND_CMP_OPS (octave_uint16, uint16NDArray)
00048 SND_BOOL_OPS (octave_uint16, uint16NDArray)
00049
00050 NDND_CMP_OPS (uint16NDArray, uint16NDArray)
00051 NDND_BOOL_OPS (uint16NDArray, uint16NDArray)
00052
00053 MINMAX_FCNS (uint16NDArray, octave_uint16)
00054
00055 BSXFUN_STDOP_DEFS_MXLOOP (uint16NDArray)
00056 BSXFUN_STDREL_DEFS_MXLOOP (uint16NDArray)
00057
00058 BSXFUN_OP_DEF_MXLOOP (pow, uint16NDArray, mx_inline_pow)
00059 BSXFUN_POW_MIXED_MXLOOP (uint16NDArray)