octave_value op_uplus(const octave_value &a)
octave_value op_eq(const octave_value &a1, const octave_value &a2)
static void transpose(octave_idx_type N, const octave_idx_type *ridx, const octave_idx_type *cidx, octave_idx_type *ridx2, octave_idx_type *cidx2)
ComplexNDArray concat(NDArray &ra, ComplexNDArray &rb, const Array< octave_idx_type > &ra_idx)
#define DEFUNOP_OP(name, t, op)
#define DEFBINOP_OP(name, t1, t2, op)
octave_value op_el_or(const octave_value &a1, const octave_value &a2)
#define INSTALL_BINOP(op, t1, t2, f)
octave_value op_not(const octave_value &a)
octave_value op_transpose(const octave_value &a)
#define UNOPDECL(name, a)
octave_value op_el_and(const octave_value &a1, const octave_value &a2)
#define INSTALL_CATOP(t1, t2, f)
octave_value op_ne(const octave_value &a1, const octave_value &a2)
#define INSTALL_UNOP(op, t, f)
octave_value op_hermitian(const octave_value &a)
#define INSTALL_ASSIGNCONV(t1, t2, tr)
#define DEFNDCATOP_FN(name, t1, t2, e1, e2, f)
octave_value op_uminus(const octave_value &a)
return octave_value(v1.char_array_value().concat(v2.char_array_value(), ra_idx),((a1.is_sq_string()||a2.is_sq_string())? '\'': '"'))
static bool scalar(const dim_vector &dims)
void install_b_b_ops(void)