Mercurial > hg > octave-lyh
comparison liboctave/fCNDArray.h @ 9546:1beb23d2b892
optimize op= in common cases
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Wed, 19 Aug 2009 13:47:59 +0200 |
parents | 9f870f73ab7d |
children | 1be3c73ed7b5 |
comparison
equal
deleted
inserted
replaced
9545:8670e55078fd | 9546:1beb23d2b892 |
---|---|
171 NDND_CMP_OP_DECLS (FloatComplexNDArray, FloatComplexNDArray, OCTAVE_API) | 171 NDND_CMP_OP_DECLS (FloatComplexNDArray, FloatComplexNDArray, OCTAVE_API) |
172 NDND_BOOL_OP_DECLS (FloatComplexNDArray, FloatComplexNDArray, OCTAVE_API) | 172 NDND_BOOL_OP_DECLS (FloatComplexNDArray, FloatComplexNDArray, OCTAVE_API) |
173 | 173 |
174 MARRAY_FORWARD_DEFS (MArrayN, FloatComplexNDArray, FloatComplex) | 174 MARRAY_FORWARD_DEFS (MArrayN, FloatComplexNDArray, FloatComplex) |
175 | 175 |
176 extern OCTAVE_API FloatComplexNDArray& operator *= (FloatComplexNDArray& a, float s); | |
177 extern OCTAVE_API FloatComplexNDArray& operator /= (FloatComplexNDArray& a, float s); | |
178 | |
176 #endif | 179 #endif |
177 | 180 |
178 /* | 181 /* |
179 ;;; Local Variables: *** | 182 ;;; Local Variables: *** |
180 ;;; mode: C++ *** | 183 ;;; mode: C++ *** |