comparison liboctave/int64NDArray.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 (int64NDArray, int64NDArray, OCTAVE_API) 39 NDND_CMP_OP_DECLS (int64NDArray, int64NDArray, OCTAVE_API)
40 NDND_BOOL_OP_DECLS (int64NDArray, int64NDArray, OCTAVE_API) 40 NDND_BOOL_OP_DECLS (int64NDArray, int64NDArray, OCTAVE_API)
41 41
42 MARRAY_FORWARD_DEFS (MArrayN, int64NDArray, octave_int64) 42 MARRAY_FORWARD_DEFS (MArrayN, int64NDArray, octave_int64)
43 43
44 MINMAX_DECLS (int64) 44 MINMAX_DECLS (int64NDArray, octave_int64, OCTAVE_API)
45 45
46 BSXFUN_STDOP_DECLS (int64NDArray, OCTAVE_API) 46 BSXFUN_STDOP_DECLS (int64NDArray, OCTAVE_API)
47 BSXFUN_STDREL_DECLS (int64NDArray, OCTAVE_API) 47 BSXFUN_STDREL_DECLS (int64NDArray, OCTAVE_API)
48 48
49 #endif 49 #endif