#include "gripes.h"
#include "oct-obj.h"
#include "ov.h"
#include "ov-typeinfo.h"
#include "ov-bool.h"
#include "ov-bool-mat.h"
#include "ov-scalar.h"
#include "ops.h"
#include "ov-re-sparse.h"
#include "ov-bool-sparse.h"
Go to the source code of this file.
Functions | |
DEFCATOP (b_sbm, bool, sparse_bool_matrix) | |
DEFCATOP (b_sm, bool, sparse_matrix) | |
DEFCATOP (s_sbm, scalar, sparse_bool_matrix) | |
DEFCONV (sparse_bool_matrix_conv, bool, sparse_bool_matrix) | |
void | install_b_sbm_ops (void) |
DEFCATOP | ( | b_sbm | , | |
bool | , | |||
sparse_bool_matrix | ||||
) |
Definition at line 48 of file op-b-sbm.cc.
References CAST_BINOP_ARGS(), concat(), and octave_value().
DEFCATOP | ( | b_sm | , | |
bool | , | |||
sparse_matrix | ||||
) |
Definition at line 56 of file op-b-sbm.cc.
References CAST_BINOP_ARGS(), concat(), and octave_value().
DEFCATOP | ( | s_sbm | , | |
scalar | , | |||
sparse_bool_matrix | ||||
) |
Definition at line 63 of file op-b-sbm.cc.
References CAST_BINOP_ARGS(), concat(), and octave_value().
DEFCONV | ( | sparse_bool_matrix_conv | , | |
bool | , | |||
sparse_bool_matrix | ||||
) |
Definition at line 70 of file op-b-sbm.cc.
References CAST_CONV_ARG.
void install_b_sbm_ops | ( | void | ) |
Definition at line 79 of file op-b-sbm.cc.
References INSTALL_ASSIGNCONV, INSTALL_BINOP, INSTALL_CATOP, and INSTALL_WIDENOP.