annotate liboctave/vx-ccv-s.h @ 4337:d56e0d75e7c9 ss-2-1-45

[project @ 2003-02-19 21:20:19 by jwe]
author jwe
date Wed, 19 Feb 2003 21:20:19 +0000
parents 78827ee3508f
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3583
78827ee3508f [project @ 2000-02-06 05:05:39 by jwe]
jwe
parents:
diff changeset
1 /*
78827ee3508f [project @ 2000-02-06 05:05:39 by jwe]
jwe
parents:
diff changeset
2
78827ee3508f [project @ 2000-02-06 05:05:39 by jwe]
jwe
parents:
diff changeset
3 Copyright (C) 2000 John W. Eaton
78827ee3508f [project @ 2000-02-06 05:05:39 by jwe]
jwe
parents:
diff changeset
4
78827ee3508f [project @ 2000-02-06 05:05:39 by jwe]
jwe
parents:
diff changeset
5 This file is part of Octave.
78827ee3508f [project @ 2000-02-06 05:05:39 by jwe]
jwe
parents:
diff changeset
6
78827ee3508f [project @ 2000-02-06 05:05:39 by jwe]
jwe
parents:
diff changeset
7 Octave is free software; you can redistribute it and/or modify it
78827ee3508f [project @ 2000-02-06 05:05:39 by jwe]
jwe
parents:
diff changeset
8 under the terms of the GNU General Public License as published by the
78827ee3508f [project @ 2000-02-06 05:05:39 by jwe]
jwe
parents:
diff changeset
9 Free Software Foundation; either version 2, or (at your option) any
78827ee3508f [project @ 2000-02-06 05:05:39 by jwe]
jwe
parents:
diff changeset
10 later version.
78827ee3508f [project @ 2000-02-06 05:05:39 by jwe]
jwe
parents:
diff changeset
11
78827ee3508f [project @ 2000-02-06 05:05:39 by jwe]
jwe
parents:
diff changeset
12 Octave is distributed in the hope that it will be useful, but WITHOUT
78827ee3508f [project @ 2000-02-06 05:05:39 by jwe]
jwe
parents:
diff changeset
13 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
78827ee3508f [project @ 2000-02-06 05:05:39 by jwe]
jwe
parents:
diff changeset
14 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
78827ee3508f [project @ 2000-02-06 05:05:39 by jwe]
jwe
parents:
diff changeset
15 for more details.
78827ee3508f [project @ 2000-02-06 05:05:39 by jwe]
jwe
parents:
diff changeset
16
78827ee3508f [project @ 2000-02-06 05:05:39 by jwe]
jwe
parents:
diff changeset
17 You should have received a copy of the GNU General Public License
78827ee3508f [project @ 2000-02-06 05:05:39 by jwe]
jwe
parents:
diff changeset
18 along with Octave; see the file COPYING. If not, write to the Free
78827ee3508f [project @ 2000-02-06 05:05:39 by jwe]
jwe
parents:
diff changeset
19 Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
78827ee3508f [project @ 2000-02-06 05:05:39 by jwe]
jwe
parents:
diff changeset
20
78827ee3508f [project @ 2000-02-06 05:05:39 by jwe]
jwe
parents:
diff changeset
21 */
78827ee3508f [project @ 2000-02-06 05:05:39 by jwe]
jwe
parents:
diff changeset
22
78827ee3508f [project @ 2000-02-06 05:05:39 by jwe]
jwe
parents:
diff changeset
23 #if !defined (octave_vx_ccv_s_h)
78827ee3508f [project @ 2000-02-06 05:05:39 by jwe]
jwe
parents:
diff changeset
24 #define octave_vx_ccv_s_h 1
78827ee3508f [project @ 2000-02-06 05:05:39 by jwe]
jwe
parents:
diff changeset
25
78827ee3508f [project @ 2000-02-06 05:05:39 by jwe]
jwe
parents:
diff changeset
26 class ComplexColumnVector;
78827ee3508f [project @ 2000-02-06 05:05:39 by jwe]
jwe
parents:
diff changeset
27
78827ee3508f [project @ 2000-02-06 05:05:39 by jwe]
jwe
parents:
diff changeset
28 #include "mx-op-defs.h"
78827ee3508f [project @ 2000-02-06 05:05:39 by jwe]
jwe
parents:
diff changeset
29
78827ee3508f [project @ 2000-02-06 05:05:39 by jwe]
jwe
parents:
diff changeset
30 VS_OP_DECLS (ComplexColumnVector, ComplexColumnVector, double)
78827ee3508f [project @ 2000-02-06 05:05:39 by jwe]
jwe
parents:
diff changeset
31
78827ee3508f [project @ 2000-02-06 05:05:39 by jwe]
jwe
parents:
diff changeset
32 #endif
78827ee3508f [project @ 2000-02-06 05:05:39 by jwe]
jwe
parents:
diff changeset
33
78827ee3508f [project @ 2000-02-06 05:05:39 by jwe]
jwe
parents:
diff changeset
34 /*
78827ee3508f [project @ 2000-02-06 05:05:39 by jwe]
jwe
parents:
diff changeset
35 ;;; Local Variables: ***
78827ee3508f [project @ 2000-02-06 05:05:39 by jwe]
jwe
parents:
diff changeset
36 ;;; mode: C++ ***
78827ee3508f [project @ 2000-02-06 05:05:39 by jwe]
jwe
parents:
diff changeset
37 ;;; End: ***
78827ee3508f [project @ 2000-02-06 05:05:39 by jwe]
jwe
parents:
diff changeset
38 */