comparison src/OPERATORS/op-cs-sm.cc @ 7289:e5055ed23f52

[project @ 2007-12-11 17:36:19 by jwe]
author jwe
date Tue, 11 Dec 2007 17:36:20 +0000
parents a1dbe9d80eee
children 1685c61542f8
comparison
equal deleted inserted replaced
7288:1885f4c7e4b3 7289:e5055ed23f52
165 INSTALL_BINOP (op_el_and, octave_complex, octave_sparse_matrix, el_and); 165 INSTALL_BINOP (op_el_and, octave_complex, octave_sparse_matrix, el_and);
166 INSTALL_BINOP (op_el_or, octave_complex, octave_sparse_matrix, el_or); 166 INSTALL_BINOP (op_el_or, octave_complex, octave_sparse_matrix, el_or);
167 167
168 INSTALL_CATOP (octave_complex, octave_sparse_matrix, cs_sm); 168 INSTALL_CATOP (octave_complex, octave_sparse_matrix, cs_sm);
169 169
170 INSTALL_ASSIGNCONV (octave_complex, octave_sparse_matrix, octave_sparse_matrix); 170 INSTALL_ASSIGNCONV (octave_complex, octave_sparse_matrix,
171 octave_complex_matrix);
171 172
172 INSTALL_WIDENOP (octave_complex, octave_sparse_matrix, sparse_matrix_conv); 173 INSTALL_WIDENOP (octave_complex, octave_sparse_matrix, sparse_matrix_conv);
173 } 174 }
174 175
175 /* 176 /*