octave_value op_uplus(const octave_value &a)
octave_value op_el_pow(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 INSTALL_WIDENOP(t1, t2, f)
#define DEFUNOP_OP(name, t, op)
#define DEFBINOP_OP(name, t1, t2, op)
#define INSTALL_BINOP(op, t1, t2, f)
octave_value op_not(const octave_value &a)
octave_value op_transpose(const octave_value &a)
octave_value elem_xpow(double a, const SparseMatrix &b)
void install_range_ops(void)
#define INSTALL_CATOP(t1, t2, f)
octave_value op_add(const octave_value &a1, const octave_value &a2)
#define INSTALL_UNOP(op, t, f)
octave_value op_sub(const octave_value &a1, const octave_value &a2)
#define DEFBINOP_FN(name, t1, t2, 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)
octave_value op_mul(const octave_value &a1, const octave_value &a2)
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)