26 #if defined (HAVE_CONFIG_H)
49 error (
"transpose not defined for N-D objects");
77 OCTAVE_END_NAMESPACE(
octave)
ComplexNDArray concat(NDArray &ra, ComplexNDArray &rb, const Array< octave_idx_type > &ra_idx)
OCTAVE_BEGIN_NAMESPACE(octave) static octave_value daspk_fcn
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 OCTAVE_CAST_BASE_VALUE(T, T_VAL, BASE_VAL)
#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)