26#if defined (HAVE_CONFIG_H)
44DEFNDBINOP_OP (add, complex_matrix, complex, complex_array, complex, +)
45DEFNDBINOP_OP (sub, complex_matrix, complex, complex_array, complex, -)
46DEFNDBINOP_OP (mul, complex_matrix, complex, complex_array, complex, *)
48DEFBINOP (div, complex_matrix, complex)
58DEFBINOP (ldiv, complex_matrix, complex)
85DEFNDBINOP_OP (el_mul, complex_matrix, complex, complex_array, complex, *)
87DEFBINOP (el_div, complex_matrix, complex)
95DEFNDBINOP_FN (el_pow, complex_matrix, complex, complex_array, complex,
98DEFBINOP (el_ldiv, complex_matrix, complex)
106DEFNDBINOP_FN (el_and, complex_matrix, complex, complex_array, complex,
108DEFNDBINOP_FN (el_or, complex_matrix, complex, complex_array, complex,
111DEFNDCATOP_FN (cm_cs, complex_matrix, complex, complex_array, complex_array,
167OCTAVE_END_NAMESPACE(octave)
ComplexNDArray concat(NDArray &ra, ComplexNDArray &rb, const Array< octave_idx_type > &ra_idx)
boolMatrix mx_el_le(const boolMatrix &m1, const boolMatrix &m2)
boolMatrix mx_el_ne(const boolMatrix &m1, const boolMatrix &m2)
boolMatrix mx_el_or(const boolMatrix &m1, const boolMatrix &m2)
boolMatrix mx_el_and(const boolMatrix &m1, const boolMatrix &m2)
boolMatrix mx_el_gt(const boolMatrix &m1, const boolMatrix &m2)
boolMatrix mx_el_eq(const boolMatrix &m1, const boolMatrix &m2)
boolMatrix mx_el_lt(const boolMatrix &m1, const boolMatrix &m2)
boolMatrix mx_el_ge(const boolMatrix &m1, const boolMatrix &m2)
ComplexMatrix complex_matrix_value(bool=false) const
Complex complex_value(bool=false) const
OCTAVE_BEGIN_NAMESPACE(octave) static octave_value daspk_fcn
octave_int< T > pow(const octave_int< T > &a, const octave_int< T > &b)
void install_cm_cs_ops(octave::type_info &ti)
const octave_base_value & a2
const octave_char_matrix & v2
#define DEFNDASSIGNOP_FN(name, t1, t2, e, f)
#define DEFNDBINOP_OP(name, t1, t2, e1, e2, op)
#define DEFNDBINOP_FN(name, t1, t2, e1, e2, f)
#define DEFNDCMPLXCMPOP_FN(name, t1, t2, e1, e2, f)
#define DEFBINOP(name, t1, t2)
#define DEFBINOP_FN(name, t1, t2, f)
#define OCTAVE_CAST_BASE_VALUE(T, T_VAL, BASE_VAL)
#define INSTALL_BINOP_TI(ti, op, t1, t2, f)
#define DEFNDCATOP_FN(name, t1, t2, e1, e2, f)
#define INSTALL_CATOP_TI(ti, t1, t2, f)
#define DEFNDASSIGNOP_OP(name, t1, t2, f, op)
#define INSTALL_ASSIGNOP_TI(ti, op, t1, t2, f)
octave_value op_ne(const octave_value &a1, const octave_value &a2)
octave_value op_el_ldiv(const octave_value &a1, const octave_value &a2)
octave_value op_add(const octave_value &a1, const octave_value &a2)
octave_value op_gt(const octave_value &a1, const octave_value &a2)
octave_value op_el_div(const octave_value &a1, const octave_value &a2)
octave_value op_el_or(const octave_value &a1, const octave_value &a2)
octave_value op_sub(const octave_value &a1, const octave_value &a2)
octave_value op_mul(const octave_value &a1, const octave_value &a2)
octave_value op_le(const octave_value &a1, const octave_value &a2)
octave_value op_el_and(const octave_value &a1, const octave_value &a2)
octave_value op_eq(const octave_value &a1, const octave_value &a2)
octave_value op_el_pow(const octave_value &a1, const octave_value &a2)
octave_value op_ldiv(const octave_value &a1, const octave_value &a2)
octave_value op_pow(const octave_value &a1, const octave_value &a2)
octave_value op_ge(const octave_value &a1, const octave_value &a2)
octave_value op_el_mul(const octave_value &a1, const octave_value &a2)
octave_value op_div(const octave_value &a1, const octave_value &a2)
octave_value op_lt(const octave_value &a1, const octave_value &a2)
Matrix elem_xdiv(double a, const SparseMatrix &b)
Matrix xleftdiv(const SparseMatrix &a, const Matrix &b, MatrixType &typ)
octave_value xpow(const SparseMatrix &a, double b)
octave_value elem_xpow(double a, const SparseMatrix &b)