26 #if defined (HAVE_CONFIG_H)
45 DEFUNOP (transpose, char_matrix)
52 DEFNDCATOP_FN (chm_chm, char_matrix, char_matrix, char_array, char_array,
55 DEFCATOP (chm_s, char_matrix, scalar)
67 DEFCATOP (chm_m, char_matrix, matrix)
79 DEFCATOP (s_chm, scalar, char_matrix)
91 DEFCATOP (m_chm, matrix, char_matrix)
116 OCTAVE_END_NAMESPACE(
octave)
ComplexNDArray concat(NDArray &ra, ComplexNDArray &rb, const Array< octave_idx_type > &ra_idx)
virtual std::string type_name() const
charNDArray char_array_value(bool=false) const
NDArray array_value(bool=false) const
OCTAVE_BEGIN_NAMESPACE(octave) static octave_value daspk_fcn
void warn_implicit_conversion(const char *id, const char *from, const char *to)
void install_chm_ops(octave::type_info &ti)
const octave_base_value & a2
const octave_base_value const Array< octave_idx_type > & ra_idx
return octave_value(v1.char_array_value() . concat(v2.char_array_value(), ra_idx),((a1.is_sq_string()||a2.is_sq_string()) ? '\'' :'"'))
const octave_char_matrix & v2
#define OCTAVE_CAST_BASE_VALUE(T, T_VAL, BASE_VAL)
#define DEFNDCATOP_FN(name, t1, t2, e1, e2, f)
#define INSTALL_CATOP_TI(ti, t1, t2, f)
#define INSTALL_UNOP_TI(ti, op, t, f)
#define DEFCATOP(name, t1, t2)
octave_value op_transpose(const octave_value &a)
octave_value op_hermitian(const octave_value &a)