Mercurial > hg > octave-lyh
comparison liboctave/mx-s-cm.h @ 4543:79df15d4470c
[project @ 2003-10-18 03:53:52 by jwe]
author | jwe |
---|---|
date | Sat, 18 Oct 2003 03:53:53 +0000 |
parents | 8b262e771614 |
children |
comparison
equal
deleted
inserted
replaced
4542:2633831cbeb5 | 4543:79df15d4470c |
---|---|
22 | 22 |
23 #if !defined (octave_s_cm_h) | 23 #if !defined (octave_s_cm_h) |
24 #define octave_s_cm_h 1 | 24 #define octave_s_cm_h 1 |
25 | 25 |
26 class ComplexMatrix; | 26 class ComplexMatrix; |
27 class ComplexNDArray; | |
27 | 28 |
28 #include "mx-op-defs.h" | 29 #include "mx-op-defs.h" |
29 | 30 |
30 SM_OP_DECLS (ComplexMatrix, double, ComplexMatrix) | 31 SM_OP_DECLS (ComplexMatrix, double, ComplexMatrix) |
32 SND_OP_DECLS (ComplexNDArray, double, ComplexNDArray) | |
31 | 33 |
32 #endif | 34 #endif |
33 | 35 |
34 /* | 36 /* |
35 ;;; Local Variables: *** | 37 ;;; Local Variables: *** |