comparison liboctave/dNDArray.h @ 6708:0ce71beb1cf3

[project @ 2007-06-13 06:40:48 by jwe]
author jwe
date Wed, 13 Jun 2007 06:40:49 +0000
parents 143b556ce725
children 2d326000e09b
comparison
equal deleted inserted replaced
6707:b7e71f0fc805 6708:0ce71beb1cf3
140 140
141 extern OCTAVE_API NDArray max (double d, const NDArray& m); 141 extern OCTAVE_API NDArray max (double d, const NDArray& m);
142 extern OCTAVE_API NDArray max (const NDArray& m, double d); 142 extern OCTAVE_API NDArray max (const NDArray& m, double d);
143 extern OCTAVE_API NDArray max (const NDArray& a, const NDArray& b); 143 extern OCTAVE_API NDArray max (const NDArray& a, const NDArray& b);
144 144
145 NDS_CMP_OP_DECLS (NDArray, double) 145 NDS_CMP_OP_DECLS (NDArray, double, OCTAVE_API)
146 NDS_BOOL_OP_DECLS (NDArray, double) 146 NDS_BOOL_OP_DECLS (NDArray, double, OCTAVE_API)
147 147
148 SND_CMP_OP_DECLS (double, NDArray) 148 SND_CMP_OP_DECLS (double, NDArray, OCTAVE_API)
149 SND_BOOL_OP_DECLS (double, NDArray) 149 SND_BOOL_OP_DECLS (double, NDArray, OCTAVE_API)
150 150
151 NDND_CMP_OP_DECLS (NDArray, NDArray) 151 NDND_CMP_OP_DECLS (NDArray, NDArray, OCTAVE_API)
152 NDND_BOOL_OP_DECLS (NDArray, NDArray) 152 NDND_BOOL_OP_DECLS (NDArray, NDArray, OCTAVE_API)
153 153
154 MARRAY_FORWARD_DEFS (MArrayN, NDArray, double) 154 MARRAY_FORWARD_DEFS (MArrayN, NDArray, double)
155 155
156 #endif 156 #endif
157 157