comparison liboctave/mx-ops.h @ 4211:4804f1151361

[project @ 2002-12-04 00:43:26 by jwe]
author jwe
date Wed, 04 Dec 2002 00:43:26 +0000
parents af97dc493a2c
children
comparison
equal deleted inserted replaced
4210:b6e652bf4e5f 4211:4804f1151361
25 25
26 // Declarations for operators that work on matrix objects. 26 // Declarations for operators that work on matrix objects.
27 27
28 // ComplexDiagMatrix by X ops. 28 // ComplexDiagMatrix by X ops.
29 29
30 mx-cdm-cm.h 30 #include "mx-cdm-cm.h"
31 mx-cdm-cs.h 31 #include "mx-cdm-cs.h"
32 mx-cdm-dm.h 32 #include "mx-cdm-dm.h"
33 mx-cdm-m.h 33 #include "mx-cdm-m.h"
34 mx-cdm-s.h 34 #include "mx-cdm-s.h"
35 35
36 // ComplexMatrix by X ops. 36 // ComplexMatrix by X ops.
37 37
38 mx-cm-cdm.h 38 #include "mx-cm-cdm.h"
39 mx-cm-dm.h 39 #include "mx-cm-dm.h"
40 mx-cm-m.h 40 #include "mx-cm-m.h"
41 mx-cm-s.h 41 #include "mx-cm-s.h"
42 42
43 // Complex scalar by X ops. 43 // Complex scalar by X ops.
44 44
45 mx-cs-cdm.h 45 #include "mx-cs-cdm.h"
46 mx-cs-dm.h 46 #include "mx-cs-dm.h"
47 mx-cs-m.h 47 #include "mx-cs-m.h"
48 48
49 // DiagMatrix by X ops. 49 // DiagMatrix by X ops.
50 50
51 mx-dm-cdm.h 51 #include "mx-dm-cdm.h"
52 mx-dm-cm.h 52 #include "mx-dm-cm.h"
53 mx-dm-cs.h 53 #include "mx-dm-cs.h"
54 mx-dm-m.h 54 #include "mx-dm-m.h"
55 mx-dm-s.h 55 #include "mx-dm-s.h"
56 56
57 // Matrix by X ops. 57 // Matrix by X ops.
58 58
59 mx-m-cdm.h 59 #include "mx-m-cdm.h"
60 mx-m-cm.h 60 #include "mx-m-cm.h"
61 mx-m-cs.h 61 #include "mx-m-cs.h"
62 mx-m-dm.h 62 #include "mx-m-dm.h"
63 63
64 // Real scalar by X ops. 64 // Real scalar by X ops.
65 65
66 mx-s-cdm.h 66 #include "mx-s-cdm.h"
67 mx-s-cm.h 67 #include "mx-s-cm.h"
68 mx-s-dm.h 68 #include "mx-s-dm.h"
69 69
70 #endif 70 #endif
71 71
72 /* 72 /*
73 ;;; Local Variables: *** 73 ;;; Local Variables: ***