#include "gripes.h"
#include "oct-obj.h"
#include "ov.h"
#include "ov-bool-mat.h"
#include "ov-scalar.h"
#include "ov-range.h"
#include "ov-re-mat.h"
#include "ov-flt-re-mat.h"
#include "ov-re-sparse.h"
#include "ov-str-mat.h"
#include "ov-int8.h"
#include "ov-int16.h"
#include "ov-int32.h"
#include "ov-int64.h"
#include "ov-uint8.h"
#include "ov-uint16.h"
#include "ov-uint32.h"
#include "ov-uint64.h"
#include "ov-typeinfo.h"
#include "ov-null-mat.h"
#include "ops.h"
#include "xdiv.h"
#include "xpow.h"
Go to the source code of this file.
Functions | |
DEFNDBINOP_FN (el_and, bool_matrix, bool_matrix, bool_array, bool_array, mx_el_and) DEFNDBINOP_FN(el_or | |
mx_el_or mx_el_not_or | DEFNDBINOP_FN (el_and_not, bool_matrix, bool_matrix, bool_array, bool_array, mx_el_and_not) DEFNDBINOP_FN(el_or_not |
mx_el_or | DEFNDBINOP_FN (el_not_and, bool_matrix, bool_matrix, bool_array, bool_array, mx_el_not_and) DEFNDBINOP_FN(el_not_or |
DEFUNOP (transpose, bool_matrix) | |
void | install_bm_bm_ops (void) |
mx_el_or mx_el_not_or static mx_el_or_not octave_value | oct_assignop_conv_and_assign (octave_base_value &a1, const octave_value_list &idx, const octave_base_value &a2) |
Variables | |
bool_array | |
bool_matrix |
DEFNDBINOP_FN | ( | el_and | , | |
bool_matrix | , | |||
bool_matrix | , | |||
bool_array | , | |||
bool_array | , | |||
mx_el_and | ||||
) |
mx_el_or mx_el_not_or DEFNDBINOP_FN | ( | el_and_not | , | |
bool_matrix | , | |||
bool_matrix | , | |||
bool_array | , | |||
bool_array | , | |||
mx_el_and_not | ||||
) |
mx_el_or DEFNDBINOP_FN | ( | el_not_and | , | |
bool_matrix | , | |||
bool_matrix | , | |||
bool_array | , | |||
bool_array | , | |||
mx_el_not_and | ||||
) |
DEFUNOP | ( | transpose | , | |
bool_matrix | ||||
) |
Definition at line 59 of file op-bm-bm.cc.
References CAST_UNOP_ARG, error(), and octave_value().
void install_bm_bm_ops | ( | void | ) |
Definition at line 129 of file op-bm-bm.cc.
References INSTALL_ASSIGNOP, INSTALL_BINOP, INSTALL_CATOP, INSTALL_CONVOP, INSTALL_NCUNOP, INSTALL_UNOP, and transpose().
mx_el_or mx_el_not_or static mx_el_or_not octave_value oct_assignop_conv_and_assign | ( | octave_base_value & | a1, | |
const octave_value_list & | idx, | |||
const octave_base_value & | a2 | |||
) | [static] |
Definition at line 108 of file op-bm-bm.cc.
References octave_base_matrix< MT >::assign(), octave_value::bool_array_value(), error_state, and octave_value().
mx_el_or mx_el_not_or bool_array |
Definition at line 80 of file op-bm-bm.cc.
Referenced by DEFUN(), and DEFUN_DLD().
mx_el_or mx_el_not_or bool_matrix |
Definition at line 80 of file op-bm-bm.cc.