Mercurial > hg > octave-jordi
comparison liboctave/CNDArray.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 | 93c65f2a5668 |
comparison
equal
deleted
inserted
replaced
6707:b7e71f0fc805 | 6708:0ce71beb1cf3 |
---|---|
129 | 129 |
130 extern OCTAVE_API ComplexNDArray max (const Complex& c, const ComplexNDArray& m); | 130 extern OCTAVE_API ComplexNDArray max (const Complex& c, const ComplexNDArray& m); |
131 extern OCTAVE_API ComplexNDArray max (const ComplexNDArray& m, const Complex& c); | 131 extern OCTAVE_API ComplexNDArray max (const ComplexNDArray& m, const Complex& c); |
132 extern OCTAVE_API ComplexNDArray max (const ComplexNDArray& a, const ComplexNDArray& b); | 132 extern OCTAVE_API ComplexNDArray max (const ComplexNDArray& a, const ComplexNDArray& b); |
133 | 133 |
134 NDS_CMP_OP_DECLS (ComplexNDArray, Complex) | 134 NDS_CMP_OP_DECLS (ComplexNDArray, Complex, OCTAVE_API) |
135 NDS_BOOL_OP_DECLS (ComplexNDArray, Complex) | 135 NDS_BOOL_OP_DECLS (ComplexNDArray, Complex, OCTAVE_API) |
136 | 136 |
137 SND_CMP_OP_DECLS (Complex, ComplexNDArray) | 137 SND_CMP_OP_DECLS (Complex, ComplexNDArray, OCTAVE_API) |
138 SND_BOOL_OP_DECLS (Complex, ComplexNDArray) | 138 SND_BOOL_OP_DECLS (Complex, ComplexNDArray, OCTAVE_API) |
139 | 139 |
140 NDND_CMP_OP_DECLS (ComplexNDArray, ComplexNDArray) | 140 NDND_CMP_OP_DECLS (ComplexNDArray, ComplexNDArray, OCTAVE_API) |
141 NDND_BOOL_OP_DECLS (ComplexNDArray, ComplexNDArray) | 141 NDND_BOOL_OP_DECLS (ComplexNDArray, ComplexNDArray, OCTAVE_API) |
142 | 142 |
143 MARRAY_FORWARD_DEFS (MArrayN, ComplexNDArray, Complex) | 143 MARRAY_FORWARD_DEFS (MArrayN, ComplexNDArray, Complex) |
144 | 144 |
145 #endif | 145 #endif |
146 | 146 |