#include "gripes.h"
#include "oct-obj.h"
#include "ov.h"
#include "ov-typeinfo.h"
#include "ov-bool-mat.h"
#include "boolMatrix.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-range.h"
#include "ov-scalar.h"
#include "ov-str-mat.h"
#include "ops.h"
#include "ov-null-mat.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.
Functions | |
DEFASSIGNOP (assign, sparse_bool_matrix, bool_matrix) | |
DEFCATOP (sbm_bm, sparse_bool_matrix, bool_matrix) | |
DEFCATOP (sbm_m, sparse_bool_matrix, matrix) | |
DEFCATOP (sm_bm, sparse_matrix, bool_matrix) | |
void | install_sbm_bm_ops (void) |
static octave_value | oct_assignop_conv_and_assign (octave_base_value &a1, const octave_value_list &idx, const octave_base_value &a2) |
DEFASSIGNOP | ( | assign | , | |
sparse_bool_matrix | , | |||
bool_matrix | ||||
) |
Definition at line 84 of file op-sbm-bm.cc.
References CAST_BINOP_ARGS(), and octave_value().
DEFCATOP | ( | sbm_bm | , | |
sparse_bool_matrix | , | |||
bool_matrix | ||||
) |
Definition at line 60 of file op-sbm-bm.cc.
References CAST_BINOP_ARGS(), concat(), and octave_value().
DEFCATOP | ( | sbm_m | , | |
sparse_bool_matrix | , | |||
matrix | ||||
) |
Definition at line 68 of file op-sbm-bm.cc.
References CAST_BINOP_ARGS(), concat(), and octave_value().
DEFCATOP | ( | sm_bm | , | |
sparse_matrix | , | |||
bool_matrix | ||||
) |
Definition at line 76 of file op-sbm-bm.cc.
References CAST_BINOP_ARGS(), concat(), and octave_value().
void install_sbm_bm_ops | ( | void | ) |
Definition at line 113 of file op-sbm-bm.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 95 of file op-sbm-bm.cc.
References octave_base_sparse< T >::assign(), error_state, and octave_value().