annotate liboctave/vx-ops @ 12312:b10ea6efdc58 release-3-4-x ss-3-3-91

version is now 3.3.91
author John W. Eaton <jwe@octave.org>
date Mon, 31 Jan 2011 08:36:58 -0500
parents fd0a3ac60b0e
children 72c96de7a403
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
11523
fd0a3ac60b0e update copyright notices
John W. Eaton <jwe@octave.org>
parents: 9794
diff changeset
1 # Copyright (C) 2003-2011 John W. Eaton
7019
4270ded9ddc6 [project @ 2007-10-13 01:42:20 by jwe]
jwe
parents: 5030
diff changeset
2 #
4270ded9ddc6 [project @ 2007-10-13 01:42:20 by jwe]
jwe
parents: 5030
diff changeset
3 # This file is part of Octave.
4270ded9ddc6 [project @ 2007-10-13 01:42:20 by jwe]
jwe
parents: 5030
diff changeset
4 #
4270ded9ddc6 [project @ 2007-10-13 01:42:20 by jwe]
jwe
parents: 5030
diff changeset
5 # Octave is free software; you can redistribute it and/or modify it
4270ded9ddc6 [project @ 2007-10-13 01:42:20 by jwe]
jwe
parents: 5030
diff changeset
6 # under the terms of the GNU General Public License as published by the
4270ded9ddc6 [project @ 2007-10-13 01:42:20 by jwe]
jwe
parents: 5030
diff changeset
7 # Free Software Foundation; either version 3 of the License, or (at
4270ded9ddc6 [project @ 2007-10-13 01:42:20 by jwe]
jwe
parents: 5030
diff changeset
8 # your option) any later version.
4270ded9ddc6 [project @ 2007-10-13 01:42:20 by jwe]
jwe
parents: 5030
diff changeset
9 #
4270ded9ddc6 [project @ 2007-10-13 01:42:20 by jwe]
jwe
parents: 5030
diff changeset
10 # Octave is distributed in the hope that it will be useful, but WITHOUT
4270ded9ddc6 [project @ 2007-10-13 01:42:20 by jwe]
jwe
parents: 5030
diff changeset
11 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
4270ded9ddc6 [project @ 2007-10-13 01:42:20 by jwe]
jwe
parents: 5030
diff changeset
12 # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
4270ded9ddc6 [project @ 2007-10-13 01:42:20 by jwe]
jwe
parents: 5030
diff changeset
13 # for more details.
4270ded9ddc6 [project @ 2007-10-13 01:42:20 by jwe]
jwe
parents: 5030
diff changeset
14 #
4270ded9ddc6 [project @ 2007-10-13 01:42:20 by jwe]
jwe
parents: 5030
diff changeset
15 # You should have received a copy of the GNU General Public License
4270ded9ddc6 [project @ 2007-10-13 01:42:20 by jwe]
jwe
parents: 5030
diff changeset
16 # along with Octave; see the file COPYING. If not, see
4270ded9ddc6 [project @ 2007-10-13 01:42:20 by jwe]
jwe
parents: 5030
diff changeset
17 # <http://www.gnu.org/licenses/>.
4270ded9ddc6 [project @ 2007-10-13 01:42:20 by jwe]
jwe
parents: 5030
diff changeset
18
9794
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents: 8920
diff changeset
19 # NOTE: if this file changes, you must run autogen.sh and configure to
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents: 8920
diff changeset
20 # rebuild the source file lists for Make.
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents: 8920
diff changeset
21
4544
74c92e375b54 [project @ 2003-10-23 23:48:29 by jwe]
jwe
parents:
diff changeset
22 # types
5030
160365410ad4 [project @ 2004-09-24 03:22:23 by jwe]
jwe
parents: 4544
diff changeset
23 ccv ComplexColumnVector V CColVector.h YES 0.0
160365410ad4 [project @ 2004-09-24 03:22:23 by jwe]
jwe
parents: 4544
diff changeset
24 crv ComplexRowVector V CRowVector.h YES 0.0
160365410ad4 [project @ 2004-09-24 03:22:23 by jwe]
jwe
parents: 4544
diff changeset
25 cs Complex S oct-cmplx.h NO 0.0
160365410ad4 [project @ 2004-09-24 03:22:23 by jwe]
jwe
parents: 4544
diff changeset
26 cv ColumnVector V dColVector.h YES 0.0
160365410ad4 [project @ 2004-09-24 03:22:23 by jwe]
jwe
parents: 4544
diff changeset
27 rv RowVector V dRowVector.h YES 0.0
160365410ad4 [project @ 2004-09-24 03:22:23 by jwe]
jwe
parents: 4544
diff changeset
28 s double S NONE NO 0.0
7789
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7019
diff changeset
29 fccv FloatComplexColumnVector V fCColVector.h YES 0.0
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7019
diff changeset
30 fcrv FloatComplexRowVector V fCRowVector.h YES 0.0
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7019
diff changeset
31 fcs FloatComplex S oct-cmplx.h NO 0.0
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7019
diff changeset
32 fcv FloatColumnVector V fColVector.h YES 0.0
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7019
diff changeset
33 frv FloatRowVector V fRowVector.h YES 0.0
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7019
diff changeset
34 fs float S NONE NO 0.0
4544
74c92e375b54 [project @ 2003-10-23 23:48:29 by jwe]
jwe
parents:
diff changeset
35 # ops
74c92e375b54 [project @ 2003-10-23 23:48:29 by jwe]
jwe
parents:
diff changeset
36 ccv ccv cv B
74c92e375b54 [project @ 2003-10-23 23:48:29 by jwe]
jwe
parents:
diff changeset
37 ccv ccv s B
74c92e375b54 [project @ 2003-10-23 23:48:29 by jwe]
jwe
parents:
diff changeset
38 crv crv rv B
74c92e375b54 [project @ 2003-10-23 23:48:29 by jwe]
jwe
parents:
diff changeset
39 crv crv s B
74c92e375b54 [project @ 2003-10-23 23:48:29 by jwe]
jwe
parents:
diff changeset
40 ccv cs cv B
74c92e375b54 [project @ 2003-10-23 23:48:29 by jwe]
jwe
parents:
diff changeset
41 crv cs rv B
74c92e375b54 [project @ 2003-10-23 23:48:29 by jwe]
jwe
parents:
diff changeset
42 ccv cv ccv B
74c92e375b54 [project @ 2003-10-23 23:48:29 by jwe]
jwe
parents:
diff changeset
43 ccv cv cs B
74c92e375b54 [project @ 2003-10-23 23:48:29 by jwe]
jwe
parents:
diff changeset
44 crv rv crv B
74c92e375b54 [project @ 2003-10-23 23:48:29 by jwe]
jwe
parents:
diff changeset
45 crv rv cs B
74c92e375b54 [project @ 2003-10-23 23:48:29 by jwe]
jwe
parents:
diff changeset
46 ccv s ccv B
74c92e375b54 [project @ 2003-10-23 23:48:29 by jwe]
jwe
parents:
diff changeset
47 crv s crv B
7789
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7019
diff changeset
48 fccv fccv fcv B
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7019
diff changeset
49 fccv fccv fs B
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7019
diff changeset
50 fcrv fcrv frv B
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7019
diff changeset
51 fcrv fcrv fs B
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7019
diff changeset
52 fccv fcs fcv B
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7019
diff changeset
53 fcrv fcs frv B
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7019
diff changeset
54 fccv fcv fccv B
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7019
diff changeset
55 fccv fcv fcs B
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7019
diff changeset
56 fcrv frv fcrv B
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7019
diff changeset
57 fcrv frv fcs B
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7019
diff changeset
58 fccv fs fccv B
82be108cc558 First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents: 7019
diff changeset
59 fcrv fs fcrv B