GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "gripes.h"
#include "oct-obj.h"
#include "ov.h"
#include "ov-typeinfo.h"
#include "ov-bool-mat.h"
#include "boolMatrix.h"
#include "ov-scalar.h"
#include "ops.h"
#include "ov-re-sparse.h"
#include "ov-bool-sparse.h"
#include "smx-bm-sbm.h"
#include "smx-sbm-bm.h"
Go to the source code of this file.
Definition at line 82 of file op-bm-sbm.cc.
References octave_value::assign(), INSTALL_ASSIGNCONV, INSTALL_ASSIGNOP, INSTALL_BINOP, INSTALL_CATOP, INSTALL_WIDENOP, octave_value::op_asn_eq, op_el_and(), op_el_or(), op_eq(), and op_ne().
Referenced by install_ops().
|
static |
Definition at line 79 of file op-bm-sbm.cc.
|
static |
Definition at line 47 of file op-bm-sbm.cc.
|
static |
Definition at line 48 of file op-bm-sbm.cc.
|
static |
Definition at line 44 of file op-bm-sbm.cc.
|
static |
Definition at line 45 of file op-bm-sbm.cc.
|
static |
Definition at line 50 of file op-bm-sbm.cc.
References octave_base_value::bool_matrix_value(), CAST_BINOP_ARGS, concat(), octave_value(), octave_base_value::sparse_bool_matrix_value(), v1, and v2.
|
static |
Definition at line 65 of file op-bm-sbm.cc.
References CAST_BINOP_ARGS, concat(), octave_base_value::matrix_value(), octave_value(), octave_base_value::sparse_matrix_value(), v1, and v2.
|
static |
Definition at line 58 of file op-bm-sbm.cc.
References CAST_BINOP_ARGS, concat(), octave_base_value::matrix_value(), octave_value(), octave_base_value::sparse_matrix_value(), v1, and v2.
|
static |
Definition at line 72 of file op-bm-sbm.cc.
References CAST_CONV_ARG.