26 #if defined (HAVE_CONFIG_H)
47 error (
"transpose not defined for N-D objects");
ComplexNDArray concat(NDArray &ra, ComplexNDArray &rb, const Array< octave_idx_type > &ra_idx)
Array< T > transpose(void) const
Size of the specified dimension.
Cell cell_value(void) const
void error(const char *fmt,...)
void install_cell_ops(octave::type_info &ti)
return octave_value(v1.char_array_value() . concat(v2.char_array_value(), ra_idx),((a1.is_sq_string()||a2.is_sq_string()) ? '\'' :'"'))
#define INSTALL_ASSIGNANYOP_TI(ti, op, t1, f)
#define DEFNULLASSIGNOP_FN(name, t, f)
#define DEFASSIGNANYOP_FN(name, t1, f)
#define DEFCATOP_FN(name, t1, t2, f)
#define INSTALL_CATOP_TI(ti, t1, t2, f)
#define INSTALL_UNOP_TI(ti, op, t, f)
#define INSTALL_ASSIGNOP_TI(ti, op, t1, t2, f)
octave_value op_transpose(const octave_value &a)
octave_value op_hermitian(const octave_value &a)
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)