annotate liboctave/mx-ops @ 4674:7736835a5c8e

[project @ 2003-12-10 20:44:26 by jwe]
author jwe
date Wed, 10 Dec 2003 20:44:27 +0000
parents 334a27c8f453
children 7a3a480e8645
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4544
74c92e375b54 [project @ 2003-10-23 23:48:29 by jwe]
jwe
parents:
diff changeset
1 # types
4669
334a27c8f453 [project @ 2003-11-26 07:02:42 by jwe]
jwe
parents: 4544
diff changeset
2 b bool S NONE NO
334a27c8f453 [project @ 2003-11-26 07:02:42 by jwe]
jwe
parents: 4544
diff changeset
3 bm boolMatrix ND boolMatrix.h YES
334a27c8f453 [project @ 2003-11-26 07:02:42 by jwe]
jwe
parents: 4544
diff changeset
4 bnda boolNDArray ND boolNDArray.h YES
4544
74c92e375b54 [project @ 2003-10-23 23:48:29 by jwe]
jwe
parents:
diff changeset
5 cdm ComplexDiagMatrix DM CDiagMatrix.h YES
74c92e375b54 [project @ 2003-10-23 23:48:29 by jwe]
jwe
parents:
diff changeset
6 cm ComplexMatrix M CMatrix.h YES
74c92e375b54 [project @ 2003-10-23 23:48:29 by jwe]
jwe
parents:
diff changeset
7 cnda ComplexNDArray ND CNDArray.h YES
74c92e375b54 [project @ 2003-10-23 23:48:29 by jwe]
jwe
parents:
diff changeset
8 cs Complex S oct-cmplx.h NO
74c92e375b54 [project @ 2003-10-23 23:48:29 by jwe]
jwe
parents:
diff changeset
9 dm DiagMatrix DM dDiagMatrix.h YES
74c92e375b54 [project @ 2003-10-23 23:48:29 by jwe]
jwe
parents:
diff changeset
10 m Matrix M dMatrix.h YES
74c92e375b54 [project @ 2003-10-23 23:48:29 by jwe]
jwe
parents:
diff changeset
11 nda NDArray ND dNDArray.h YES
74c92e375b54 [project @ 2003-10-23 23:48:29 by jwe]
jwe
parents:
diff changeset
12 s double S NONE NO
74c92e375b54 [project @ 2003-10-23 23:48:29 by jwe]
jwe
parents:
diff changeset
13 # ops
74c92e375b54 [project @ 2003-10-23 23:48:29 by jwe]
jwe
parents:
diff changeset
14 cdm cdm dm B
74c92e375b54 [project @ 2003-10-23 23:48:29 by jwe]
jwe
parents:
diff changeset
15 cdm dm cdm B
74c92e375b54 [project @ 2003-10-23 23:48:29 by jwe]
jwe
parents:
diff changeset
16 cm cs cdm B
74c92e375b54 [project @ 2003-10-23 23:48:29 by jwe]
jwe
parents:
diff changeset
17 cm cs dm B
74c92e375b54 [project @ 2003-10-23 23:48:29 by jwe]
jwe
parents:
diff changeset
18 cm cs m BCL real NONE 0.0 boolMatrix.h
74c92e375b54 [project @ 2003-10-23 23:48:29 by jwe]
jwe
parents:
diff changeset
19 cnda cs nda BCL real NONE 0.0 boolMatrix.h boolNDArray.h
74c92e375b54 [project @ 2003-10-23 23:48:29 by jwe]
jwe
parents:
diff changeset
20 cm cdm cs B
74c92e375b54 [project @ 2003-10-23 23:48:29 by jwe]
jwe
parents:
diff changeset
21 cm cdm cm B 0.0
74c92e375b54 [project @ 2003-10-23 23:48:29 by jwe]
jwe
parents:
diff changeset
22 cm cdm m B 0.0
74c92e375b54 [project @ 2003-10-23 23:48:29 by jwe]
jwe
parents:
diff changeset
23 cm cdm s B
74c92e375b54 [project @ 2003-10-23 23:48:29 by jwe]
jwe
parents:
diff changeset
24 cm cm cdm B 0.0
74c92e375b54 [project @ 2003-10-23 23:48:29 by jwe]
jwe
parents:
diff changeset
25 cm cm dm B 0.0
74c92e375b54 [project @ 2003-10-23 23:48:29 by jwe]
jwe
parents:
diff changeset
26 cm cm m BCL real NONE 0.0 boolMatrix.h
74c92e375b54 [project @ 2003-10-23 23:48:29 by jwe]
jwe
parents:
diff changeset
27 cnda cnda nda BCL real NONE 0.0 boolMatrix.h boolNDArray.h
74c92e375b54 [project @ 2003-10-23 23:48:29 by jwe]
jwe
parents:
diff changeset
28 cm cm s BCL real NONE 0.0 boolMatrix.h
74c92e375b54 [project @ 2003-10-23 23:48:29 by jwe]
jwe
parents:
diff changeset
29 cnda cnda s BCL real NONE 0.0 boolMatrix.h boolNDArray.h
74c92e375b54 [project @ 2003-10-23 23:48:29 by jwe]
jwe
parents:
diff changeset
30 cm dm cs B
74c92e375b54 [project @ 2003-10-23 23:48:29 by jwe]
jwe
parents:
diff changeset
31 cm dm cm B 0.0
74c92e375b54 [project @ 2003-10-23 23:48:29 by jwe]
jwe
parents:
diff changeset
32 cm m cs BCL NONE real 0.0 boolMatrix.h
74c92e375b54 [project @ 2003-10-23 23:48:29 by jwe]
jwe
parents:
diff changeset
33 cnda nda cs BCL NONE real 0.0 boolMatrix.h boolNDArray.h
74c92e375b54 [project @ 2003-10-23 23:48:29 by jwe]
jwe
parents:
diff changeset
34 cm m cdm B 0.0
74c92e375b54 [project @ 2003-10-23 23:48:29 by jwe]
jwe
parents:
diff changeset
35 cm m cm BCL NONE real 0.0 boolMatrix.h
74c92e375b54 [project @ 2003-10-23 23:48:29 by jwe]
jwe
parents:
diff changeset
36 cnda nda cnda BCL NONE real 0.0 boolMatrix.h boolNDArray.h
74c92e375b54 [project @ 2003-10-23 23:48:29 by jwe]
jwe
parents:
diff changeset
37 cm s cdm B
74c92e375b54 [project @ 2003-10-23 23:48:29 by jwe]
jwe
parents:
diff changeset
38 cm s cm BCL NONE real 0.0 boolMatrix.h
74c92e375b54 [project @ 2003-10-23 23:48:29 by jwe]
jwe
parents:
diff changeset
39 cnda s cnda BCL NONE real 0.0 boolMatrix.h boolNDArray.h
74c92e375b54 [project @ 2003-10-23 23:48:29 by jwe]
jwe
parents:
diff changeset
40 m dm m B 0.0
74c92e375b54 [project @ 2003-10-23 23:48:29 by jwe]
jwe
parents:
diff changeset
41 m dm s B
74c92e375b54 [project @ 2003-10-23 23:48:29 by jwe]
jwe
parents:
diff changeset
42 m m dm B 0.0
74c92e375b54 [project @ 2003-10-23 23:48:29 by jwe]
jwe
parents:
diff changeset
43 m s dm B