#include "gripes.h"
#include "oct-obj.h"
#include "ov.h"
#include "ov-bool.h"
#include "ov-bool-mat.h"
#include "ov-scalar.h"
#include "ov-float.h"
#include "ov-re-mat.h"
#include "ov-flt-re-mat.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 "ops.h"
#include "xdiv.h"
#include "xpow.h"
Go to the source code of this file.
Functions | |
void | install_bm_b_ops (void) |
static octave_value | oct_assignop_conv_and_assign (octave_base_value &a1, const octave_value_list &idx, const octave_base_value &a2) |
void install_bm_b_ops | ( | void | ) |
Definition at line 85 of file op-bm-b.cc.
References INSTALL_ASSIGNOP, INSTALL_BINOP, and INSTALL_CATOP.
static 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 67 of file op-bm-b.cc.
References octave_base_matrix< MT >::assign(), octave_value::bool_array_value(), error_state, and octave_value().