26#if defined (HAVE_CONFIG_H)
41#include "smx-bm-sbm.h"
42#include "smx-sbm-bm.h"
54DEFCATOP (bm_sbm, bool_matrix, sparse_bool_matrix)
63DEFCATOP (m_sbm, matrix, sparse_bool_matrix)
71DEFCATOP (bm_sm, bool_matrix, sparse_matrix)
79DEFCONV (sparse_bool_matrix_conv, bool_matrix, sparse_bool_matrix)
86DEFNDASSIGNOP_FN (assign, bool_matrix, sparse_bool_matrix, bool_array, assign)
110 sparse_bool_matrix_conv);
113OCTAVE_END_NAMESPACE(octave)
ComplexNDArray concat(NDArray &ra, ComplexNDArray &rb, const Array< octave_idx_type > &ra_idx)
boolMatrix mx_el_ne(const boolMatrix &m1, const boolMatrix &m2)
boolMatrix mx_el_or(const boolMatrix &m1, const boolMatrix &m2)
boolMatrix mx_el_and(const boolMatrix &m1, const boolMatrix &m2)
boolMatrix mx_el_eq(const boolMatrix &m1, const boolMatrix &m2)
virtual SparseMatrix sparse_matrix_value(bool=false) const
virtual SparseBoolMatrix sparse_bool_matrix_value(bool=false) const
OCTAVE_BEGIN_NAMESPACE(octave) static octave_value daspk_fcn
void install_bm_sbm_ops(octave::type_info &ti)
const octave_base_value & a2
const octave_base_value const Array< octave_idx_type > & ra_idx
const octave_char_matrix & v2
#define DEFNDASSIGNOP_FN(name, t1, t2, e, f)
#define DEFCONV(name, a_dummy, b_dummy)
#define DEFBINOP_FN(name, t1, t2, f)
#define INSTALL_ASSIGNCONV_TI(ti, t1, t2, tr)
#define OCTAVE_CAST_BASE_VALUE(T, T_VAL, BASE_VAL)
#define INSTALL_BINOP_TI(ti, op, t1, t2, f)
#define INSTALL_WIDENOP_TI(ti, t1, t2, f)
#define INSTALL_CATOP_TI(ti, t1, t2, f)
#define DEFCATOP(name, t1, t2)
#define INSTALL_ASSIGNOP_TI(ti, op, t1, t2, f)
octave_value op_ne(const octave_value &a1, const octave_value &a2)
octave_value op_el_or(const octave_value &a1, const octave_value &a2)
octave_value op_el_and(const octave_value &a1, const octave_value &a2)
octave_value op_eq(const octave_value &a1, const octave_value &a2)