comparison src/OPERATORS/op-b-sbm.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 8c32f95c2639
comparison
equal deleted inserted replaced
7288:1885f4c7e4b3 7289:e5055ed23f52
28 #include "gripes.h" 28 #include "gripes.h"
29 #include "oct-obj.h" 29 #include "oct-obj.h"
30 #include "ov.h" 30 #include "ov.h"
31 #include "ov-typeinfo.h" 31 #include "ov-typeinfo.h"
32 #include "ov-bool.h" 32 #include "ov-bool.h"
33 #include "ov-bool-mat.h"
33 #include "ov-scalar.h" 34 #include "ov-scalar.h"
34 #include "ops.h" 35 #include "ops.h"
35 36
36 #include "ov-re-sparse.h" 37 #include "ov-re-sparse.h"
37 38
84 85
85 INSTALL_CATOP (octave_bool, octave_sparse_bool_matrix, b_sbm); 86 INSTALL_CATOP (octave_bool, octave_sparse_bool_matrix, b_sbm);
86 INSTALL_CATOP (octave_bool, octave_sparse_matrix, b_sm); 87 INSTALL_CATOP (octave_bool, octave_sparse_matrix, b_sm);
87 INSTALL_CATOP (octave_scalar, octave_sparse_bool_matrix, s_sbm); 88 INSTALL_CATOP (octave_scalar, octave_sparse_bool_matrix, s_sbm);
88 89
89 INSTALL_ASSIGNCONV (octave_bool, octave_sparse_bool_matrix, octave_sparse_bool_matrix); 90 INSTALL_ASSIGNCONV (octave_bool, octave_sparse_bool_matrix,
91 octave_bool_matrix);
90 92
91 INSTALL_WIDENOP (octave_bool, octave_sparse_bool_matrix, sparse_bool_matrix_conv); 93 INSTALL_WIDENOP (octave_bool, octave_sparse_bool_matrix, sparse_bool_matrix_conv);
92 } 94 }
93 95
94 /* 96 /*