26 #if defined (HAVE_CONFIG_H)
47 error (
"transpose not defined for N-D objects");
52 DEFUNOP (scalar_transpose, scalar_struct)
76 error (
"invalid concatenation of structure with matrix");
89 NDArray tmp = v1.array_value ();
93 error (
"invalid concatenation of structure with matrix");
116 OCTAVE_END_NAMESPACE(
octave)
ComplexNDArray concat(NDArray &ra, ComplexNDArray &rb, const Array< octave_idx_type > &ra_idx)
const dim_vector & dims() const
Return a const-reference so that dims ()(i) works efficiently.
Vector representing the dimensions (size) of an Array.
virtual octave_map map_value() const
NDArray array_value(bool=false) const
OCTAVE_BEGIN_NAMESPACE(octave) static octave_value daspk_fcn
void() error(const char *fmt,...)
const octave_base_value & a2
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
void install_struct_ops(octave::type_info &ti)
#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)
octave_value op_transpose(const octave_value &a)
octave_value op_hermitian(const octave_value &a)