50 DEFCATOP (bm_sbm, bool_matrix, sparse_bool_matrix)
72 DEFCONV (sparse_bool_matrix_conv, bool_matrix, sparse_bool_matrix)
102 sparse_bool_matrix_conv);
virtual boolMatrix bool_matrix_value(bool=false) const
const octave_base_value const Array< octave_idx_type > & ra_idx
octave_value op_eq(const octave_value &a1, const octave_value &a2)
ComplexNDArray concat(NDArray &ra, ComplexNDArray &rb, const Array< octave_idx_type > &ra_idx)
#define INSTALL_WIDENOP(t1, t2, f)
virtual SparseBoolMatrix sparse_bool_matrix_value(bool=false) const
const octave_base_value const Array< octave_idx_type > &ra_idx octave_int16_scalar & v1
#define INSTALL_ASSIGNOP(op, t1, t2, f)
#define CAST_BINOP_ARGS(t1, t2)
octave_value op_el_or(const octave_value &a1, const octave_value &a2)
#define INSTALL_BINOP(op, t1, t2, f)
virtual SparseMatrix sparse_matrix_value(bool=false) const
octave_value op_el_and(const octave_value &a1, const octave_value &a2)
boolMatrix mx_el_ne(const boolMatrix &m1, const boolMatrix &m2)
virtual Matrix matrix_value(bool=false) const
#define INSTALL_CATOP(t1, t2, f)
#define DEFCATOP(name, t1, t2)
void install_bm_sbm_ops(void)
const octave_char_matrix & v2
boolMatrix mx_el_or(const boolMatrix &m1, const boolMatrix &m2)
void assign(octave_value::assign_op, const octave_value &)
#define DEFNDASSIGNOP_FN(name, t1, t2, e, f)
octave_value op_ne(const octave_value &a1, const octave_value &a2)
boolMatrix mx_el_and(const boolMatrix &m1, const boolMatrix &m2)
#define DEFCONV(name, a_dummy, b_dummy)
#define DEFBINOP_FN(name, t1, t2, f)
#define INSTALL_ASSIGNCONV(t1, t2, tr)
boolMatrix mx_el_eq(const boolMatrix &m1, const boolMatrix &m2)
return octave_value(v1.char_array_value().concat(v2.char_array_value(), ra_idx),((a1.is_sq_string()||a2.is_sq_string())? '\'': '"'))