#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.
Functions | |
DEFCATOP (bm_sbm, bool_matrix, sparse_bool_matrix) | |
DEFCATOP (m_sbm, matrix, sparse_bool_matrix) | |
DEFCATOP (bm_sm, bool_matrix, sparse_matrix) | |
DEFCONV (sparse_bool_matrix_conv, bool_matrix, sparse_bool_matrix) | |
void | install_bm_sbm_ops (void) |
DEFCATOP | ( | bm_sbm | , | |
bool_matrix | , | |||
sparse_bool_matrix | ||||
) |
Definition at line 50 of file op-bm-sbm.cc.
References CAST_BINOP_ARGS(), concat(), and octave_value().
DEFCATOP | ( | m_sbm | , | |
matrix | , | |||
sparse_bool_matrix | ||||
) |
Definition at line 58 of file op-bm-sbm.cc.
References CAST_BINOP_ARGS(), concat(), and octave_value().
DEFCATOP | ( | bm_sm | , | |
bool_matrix | , | |||
sparse_matrix | ||||
) |
Definition at line 65 of file op-bm-sbm.cc.
References CAST_BINOP_ARGS(), concat(), and octave_value().
DEFCONV | ( | sparse_bool_matrix_conv | , | |
bool_matrix | , | |||
sparse_bool_matrix | ||||
) |
Definition at line 72 of file op-bm-sbm.cc.
References CAST_CONV_ARG.
void install_bm_sbm_ops | ( | void | ) |
Definition at line 82 of file op-bm-sbm.cc.
References INSTALL_ASSIGNCONV, INSTALL_ASSIGNOP, INSTALL_BINOP, INSTALL_CATOP, and INSTALL_WIDENOP.