45 error (
"transpose not defined for N-d objects");
void install_cell_ops(void)
#define DEFNULLASSIGNOP_FN(name, t, f)
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)
void error(const char *fmt,...)
#define INSTALL_ASSIGNOP(op, t1, t2, f)
octave_value op_transpose(const octave_value &a)
#define INSTALL_CATOP(t1, t2, f)
void assign(octave_value::assign_op, const octave_value &)
#define DEFASSIGNANYOP_FN(name, t1, f)
#define DEFCATOP_FN(name, t1, t2, f)
#define INSTALL_UNOP(op, t, f)
octave_value op_hermitian(const octave_value &a)
#define INSTALL_ASSIGNANYOP(op, t1, f)
return octave_value(v1.char_array_value().concat(v2.char_array_value(), ra_idx),((a1.is_sq_string()||a2.is_sq_string())? '\'': '"'))