comparison liboctave/boolSparse.h @ 6708:0ce71beb1cf3

[project @ 2007-06-13 06:40:48 by jwe]
author jwe
date Wed, 13 Jun 2007 06:40:49 +0000
parents 143b556ce725
children 9fddcc586065
comparison
equal deleted inserted replaced
6707:b7e71f0fc805 6708:0ce71beb1cf3
111 111
112 friend OCTAVE_API std::ostream& operator << (std::ostream& os, const SparseBoolMatrix& a); 112 friend OCTAVE_API std::ostream& operator << (std::ostream& os, const SparseBoolMatrix& a);
113 friend OCTAVE_API std::istream& operator >> (std::istream& is, SparseBoolMatrix& a); 113 friend OCTAVE_API std::istream& operator >> (std::istream& is, SparseBoolMatrix& a);
114 }; 114 };
115 115
116 SPARSE_SMS_EQNE_OP_DECLS (SparseBoolMatrix, bool) 116 SPARSE_SMS_EQNE_OP_DECLS (SparseBoolMatrix, bool, OCTAVE_API)
117 SPARSE_SMS_BOOL_OP_DECLS (SparseBoolMatrix, bool) 117 SPARSE_SMS_BOOL_OP_DECLS (SparseBoolMatrix, bool, OCTAVE_API)
118 118
119 SPARSE_SSM_EQNE_OP_DECLS (bool, SparseBoolMatrix) 119 SPARSE_SSM_EQNE_OP_DECLS (bool, SparseBoolMatrix, OCTAVE_API)
120 SPARSE_SSM_BOOL_OP_DECLS (bool, SparseBoolMatrix) 120 SPARSE_SSM_BOOL_OP_DECLS (bool, SparseBoolMatrix, OCTAVE_API)
121 121
122 SPARSE_SMSM_EQNE_OP_DECLS (SparseBoolMatrix, SparseBoolMatrix) 122 SPARSE_SMSM_EQNE_OP_DECLS (SparseBoolMatrix, SparseBoolMatrix, OCTAVE_API)
123 SPARSE_SMSM_BOOL_OP_DECLS (SparseBoolMatrix, SparseBoolMatrix) 123 SPARSE_SMSM_BOOL_OP_DECLS (SparseBoolMatrix, SparseBoolMatrix, OCTAVE_API)
124 124
125 #endif 125 #endif
126 126
127 /* 127 /*
128 ;;; Local Variables: *** 128 ;;; Local Variables: ***