26 #if defined (HAVE_CONFIG_H)
47 error (
"transpose not defined for N-D objects");
76 error (
"invalid concatenation of structure with matrix");
93 error (
"invalid concatenation of structure with matrix");
ComplexNDArray concat(NDArray &ra, ComplexNDArray &rb, const Array< octave_idx_type > &ra_idx)
N Dimensional Array with copy-on-write semantics.
OCTARRAY_OVERRIDABLE_FUNC_API const dim_vector & dims(void) const
Return a const-reference so that dims ()(i) works efficiently.
Vector representing the dimensions (size) of an Array.
bool all_zero(void) const
virtual octave_map map_value(void) const
virtual int ndims(void) const
NDArray array_value(bool=false) const
octave_map transpose(void) const
NDArray array_value(bool=false) const
octave_scalar_map scalar_map_value(void) const
octave_map map_value(void) 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
static octave_value oct_catop_matrix_struct(const octave_base_value &a1, const octave_base_value &a2, const Array< octave_idx_type > &)
static octave_value oct_catop_struct_matrix(const octave_base_value &a1, const octave_base_value &a2, const Array< octave_idx_type > &)
void install_struct_ops(octave::type_info &ti)
#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)
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)