Mercurial > hg > octave-lyh
comparison liboctave/int32NDArray.h @ 10329:83fa590b8a09
simplify min/max definitions in liboctave
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Wed, 17 Feb 2010 10:40:36 +0100 |
parents | 4c0cdbe0acca |
children | 12884915a8e4 |
comparison
equal
deleted
inserted
replaced
10328:2210d3070543 | 10329:83fa590b8a09 |
---|---|
39 NDND_CMP_OP_DECLS (int32NDArray, int32NDArray, OCTAVE_API) | 39 NDND_CMP_OP_DECLS (int32NDArray, int32NDArray, OCTAVE_API) |
40 NDND_BOOL_OP_DECLS (int32NDArray, int32NDArray, OCTAVE_API) | 40 NDND_BOOL_OP_DECLS (int32NDArray, int32NDArray, OCTAVE_API) |
41 | 41 |
42 MARRAY_FORWARD_DEFS (MArrayN, int32NDArray, octave_int32) | 42 MARRAY_FORWARD_DEFS (MArrayN, int32NDArray, octave_int32) |
43 | 43 |
44 MINMAX_DECLS (int32) | 44 MINMAX_DECLS (int32NDArray, octave_int32, OCTAVE_API) |
45 | 45 |
46 BSXFUN_STDOP_DECLS (int32NDArray, OCTAVE_API) | 46 BSXFUN_STDOP_DECLS (int32NDArray, OCTAVE_API) |
47 BSXFUN_STDREL_DECLS (int32NDArray, OCTAVE_API) | 47 BSXFUN_STDREL_DECLS (int32NDArray, OCTAVE_API) |
48 | 48 |
49 #endif | 49 #endif |