26 #if defined (HAVE_CONFIG_H)
59 DEFNDCATOP_FN (f_bm, float_scalar, bool_matrix, float_array, float_array,
62 DEFCONV (bool_matrix_conv,
bool, bool_matrix)
ComplexNDArray concat(NDArray &ra, ComplexNDArray &rb, const Array< octave_idx_type > &ra_idx)
boolMatrix mx_el_or(const boolMatrix &m1, const boolMatrix &m2)
boolMatrix mx_el_and(const boolMatrix &m1, const boolMatrix &m2)
boolNDArray mx_el_or_not(const boolNDArray &m1, const boolNDArray &m2)
boolNDArray mx_el_and_not(const boolNDArray &m1, const boolNDArray &m2)
boolMatrix bool_matrix_value(bool=false) const
OCTAVE_BEGIN_NAMESPACE(octave) static octave_value daspk_fcn
void install_b_bm_ops(octave::type_info &ti)
#define DEFNDBINOP_FN(name, t1, t2, e1, e2, f)
#define DEFCONV(name, a_dummy, b_dummy)
#define INSTALL_ASSIGNCONV_TI(ti, t1, t2, tr)
#define INSTALL_BINOP_TI(ti, op, t1, t2, f)
#define DEFNDCATOP_FN(name, t1, t2, e1, e2, f)
#define INSTALL_WIDENOP_TI(ti, t1, t2, f)
#define INSTALL_CATOP_TI(ti, t1, t2, f)
static bool scalar(const dim_vector &dims)
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)