Mercurial > hg > octave-lyh
comparison liboctave/int16NDArray.h @ 10350:12884915a8e4
merge MArray classes & improve Array interface
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Sat, 23 Jan 2010 21:41:03 +0100 |
parents | 83fa590b8a09 |
children | fd0a3ac60b0e |
comparison
equal
deleted
inserted
replaced
10349:d4d13389c957 | 10350:12884915a8e4 |
---|---|
37 SND_BOOL_OP_DECLS (octave_int16, int16NDArray, OCTAVE_API) | 37 SND_BOOL_OP_DECLS (octave_int16, int16NDArray, OCTAVE_API) |
38 | 38 |
39 NDND_CMP_OP_DECLS (int16NDArray, int16NDArray, OCTAVE_API) | 39 NDND_CMP_OP_DECLS (int16NDArray, int16NDArray, OCTAVE_API) |
40 NDND_BOOL_OP_DECLS (int16NDArray, int16NDArray, OCTAVE_API) | 40 NDND_BOOL_OP_DECLS (int16NDArray, int16NDArray, OCTAVE_API) |
41 | 41 |
42 MARRAY_FORWARD_DEFS (MArrayN, int16NDArray, octave_int16) | 42 MARRAY_FORWARD_DEFS (MArray, int16NDArray, octave_int16) |
43 | 43 |
44 MINMAX_DECLS (int16NDArray, octave_int16, OCTAVE_API) | 44 MINMAX_DECLS (int16NDArray, octave_int16, OCTAVE_API) |
45 | 45 |
46 BSXFUN_STDOP_DECLS (int16NDArray, OCTAVE_API) | 46 BSXFUN_STDOP_DECLS (int16NDArray, OCTAVE_API) |
47 BSXFUN_STDREL_DECLS (int16NDArray, OCTAVE_API) | 47 BSXFUN_STDREL_DECLS (int16NDArray, OCTAVE_API) |