46 return octave_value (v.float_complex_diag_matrix_value ().transpose ());
49 DEFUNOP (hermitian, float_complex_diag_matrix)
52 return octave_value (v.float_complex_diag_matrix_value ().hermitian ());
57 DEFBINOP_OP (add, float_complex_diag_matrix, float_complex_diag_matrix, +)
58 DEFBINOP_OP (sub, float_complex_diag_matrix, float_complex_diag_matrix, -)
59 DEFBINOP_OP (mul, float_complex_diag_matrix, float_complex_diag_matrix, *)
61 DEFBINOP (div, float_complex_diag_matrix, float_complex_diag_matrix)
70 DEFBINOP (ldiv, float_complex_diag_matrix, float_complex_diag_matrix)
79 CONVDECL (float_complex_diag_matrix_to_float_complex_matrix)
86 CONVDECL (float_complex_diag_matrix_to_complex_diag_matrix)
113 float_complex_diag_matrix_to_complex_diag_matrix);
115 float_complex_diag_matrix_to_float_complex_matrix);
119 float_complex_diag_matrix_to_complex_diag_matrix);
octave_value op_uplus(const octave_value &a)
#define DEFBINOP(name, t1, t2)
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)
#define INSTALL_WIDENOP(t1, t2, f)
const octave_base_value const Array< octave_idx_type > &ra_idx octave_int16_scalar & v1
#define DEFUNOP_OP(name, t, op)
#define CAST_BINOP_ARGS(t1, t2)
#define INSTALL_CONVOP(t1, t2, f)
#define DEFBINOP_OP(name, t1, t2, op)
octave_value op_div(const octave_value &a1, const octave_value &a2)
#define INSTALL_BINOP(op, t1, t2, f)
void install_fcdm_fcdm_ops(void)
octave_value op_transpose(const octave_value &a)
Matrix xleftdiv(const SparseMatrix &a, const Matrix &b, MatrixType &typ)
virtual FloatComplexDiagMatrix float_complex_diag_matrix_value(bool=false) const
const octave_char_matrix & v2
Matrix xdiv(const Matrix &a, const SparseMatrix &b, MatrixType &typ)
octave_value op_add(const octave_value &a1, const octave_value &a2)
#define INSTALL_UNOP(op, t, f)
octave_value op_ldiv(const octave_value &a1, const octave_value &a2)
octave_value op_sub(const octave_value &a1, const octave_value &a2)
octave_value op_hermitian(const octave_value &a)
#define INSTALL_ASSIGNCONV(t1, t2, tr)
octave_value op_uminus(const octave_value &a)
octave_value op_mul(const octave_value &a1, const octave_value &a2)
return octave_value(v1.char_array_value().concat(v2.char_array_value(), ra_idx),((a1.is_sq_string()||a2.is_sq_string())? '\'': '"'))