26 #if defined (HAVE_CONFIG_H)
64 DEFUNOP (transpose, bool_matrix)
69 error (
"transpose not defined for N-D objects");
71 return octave_value (v.bool_matrix_value ().transpose ());
79 DEFNDBINOP_FN (el_and, bool_matrix, bool_matrix, bool_array, bool_array,
82 DEFNDBINOP_FN (el_or, bool_matrix, bool_matrix, bool_array, bool_array,
85 DEFNDBINOP_FN (el_not_and, bool_matrix, bool_matrix, bool_array, bool_array,
88 DEFNDBINOP_FN (el_not_or, bool_matrix, bool_matrix, bool_array, bool_array,
91 DEFNDBINOP_FN (el_and_not, bool_matrix, bool_matrix, bool_array, bool_array,
94 DEFNDBINOP_FN (el_or_not, bool_matrix, bool_matrix, bool_array, bool_array,
100 DEFNDCATOP_FN (bm_fm, bool_matrix, float_matrix, float_array, float_array,
102 DEFNDCATOP_FN (fm_bm, float_matrix, bool_matrix, float_array, float_array,
209 OCTAVE_END_NAMESPACE(
octave)
ComplexNDArray concat(NDArray &ra, ComplexNDArray &rb, const Array< octave_idx_type > &ra_idx)
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_eq(const boolMatrix &m1, const boolMatrix &m2)
boolNDArray mx_el_or_not(const boolNDArray &m1, const boolNDArray &m2)
boolNDArray mx_el_and_not(const boolNDArray &m1, const boolNDArray &m2)
boolNDArray mx_el_not_and(const boolNDArray &m1, const boolNDArray &m2)
boolNDArray mx_el_not_or(const boolNDArray &m1, const boolNDArray &m2)
boolNDArray & mx_el_or_assign(boolNDArray &a, const boolNDArray &b)
boolNDArray & mx_el_and_assign(boolNDArray &a, const boolNDArray &b)
void assign(const octave::idx_vector &i, const Array< T, Alloc > &rhs, const T &rfv)
Indexed assignment (always with resize & fill).
virtual boolNDArray bool_array_value(bool=false) const
OCTAVE_BEGIN_NAMESPACE(octave) static octave_value daspk_fcn
void() error(const char *fmt,...)
void install_bm_bm_ops(octave::type_info &ti)
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
#define DEFNDASSIGNOP_FN(name, t1, t2, e, f)
#define INSTALL_NCUNOP_TI(ti, op, t, f)
#define DEFNULLASSIGNOP_FN(name, t, f)
#define DEFNDBINOP_FN(name, t1, t2, e1, e2, f)
#define DEFNDASSIGNOP_FNOP(name, t1, t2, f, fnop)
#define DEFNDUNOP_OP(name, t, e, op)
#define OCTAVE_CAST_BASE_VALUE(T, T_VAL, BASE_VAL)
#define DEFNCUNOP_METHOD(name, t, method)
#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 INSTALL_UNOP_TI(ti, op, t, f)
#define INSTALL_ASSIGNOP_TI(ti, op, t1, t2, f)
octave_value op_ne(const octave_value &a1, const octave_value &a2)
octave_value op_uplus(const octave_value &a)
octave_value op_uminus(const octave_value &a)
octave_value op_transpose(const octave_value &a)
octave_value op_el_or(const octave_value &a1, const octave_value &a2)
octave_value op_hermitian(const octave_value &a)
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_not(const octave_value &a)