26 #if defined (HAVE_CONFIG_H)
51 #include "smx-bm-sbm.h"
52 #include "smx-sbm-bm.h"
64 DEFCATOP (sbm_bm, sparse_bool_matrix, bool_matrix)
168 octave_uint16_matrix,
171 octave_uint32_matrix,
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)
void assign(const octave_value_list &idx, const RHS_T &rhs)
virtual boolNDArray bool_array_value(bool=false) const
virtual boolMatrix bool_matrix_value(bool=false) const
Matrix matrix_value(bool=false) const
SparseMatrix sparse_matrix_value(bool=false) const
SparseBoolMatrix sparse_bool_matrix_value(bool=false) const
SparseMatrix sparse_matrix_value(bool=false) const
OCTAVE_BEGIN_NAMESPACE(octave) static octave_value daspk_fcn
const octave_base_value & a2
const octave_base_value const Array< octave_idx_type > & ra_idx
return octave_value(v1.char_array_value() . concat(v2.char_array_value(), ra_idx),((a1.is_sq_string()||a2.is_sq_string()) ? '\'' :'"'))
const octave_char_matrix & v2
static octave_value oct_assignop_conv_and_assign(octave_base_value &a1, const octave_value_list &idx, const octave_base_value &a2)
void install_sbm_bm_ops(octave::type_info &ti)
#define DEFNULLASSIGNOP_FN(name, t, f)
#define DEFBINOP_FN(name, t1, t2, f)
#define DEFASSIGNOP(name, t1, t2)
#define INSTALL_BINOP_TI(ti, op, 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)