#include "gripes.h"
#include "oct-obj.h"
#include "ov.h"
#include "ov-typeinfo.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 | |
concat assign | CONVDECL (bool_matrix_to_double_matrix) |
concat | DEFNDCATOP_FN (sm_sbm, sparse_matrix, sparse_bool_matrix, sparse_matrix, sparse_matrix, concat) DEFASSIGNOP_FN(assign |
DEFNDCATOP_FN (sbm_sbm, sparse_bool_matrix, sparse_bool_matrix, sparse_bool_matrix, sparse_bool_matrix, concat) DEFNDCATOP_FN(sbm_sm | |
DEFUNOP (uplus, sparse_bool_matrix) | |
DEFUNOP (uminus, sparse_bool_matrix) | |
DEFUNOP (transpose, sparse_bool_matrix) | |
void | install_sbm_sbm_ops (void) |
Variables | |
sparse_bool_matrix | |
sparse_matrix |
concat assign CONVDECL | ( | bool_matrix_to_double_matrix | ) |
Definition at line 78 of file op-sbm-sbm.cc.
References CAST_CONV_ARG.
concat DEFNDCATOP_FN | ( | sm_sbm | , | |
sparse_matrix | , | |||
sparse_bool_matrix | , | |||
sparse_matrix | , | |||
sparse_matrix | , | |||
concat | ||||
) |
DEFNDCATOP_FN | ( | sbm_sbm | , | |
sparse_bool_matrix | , | |||
sparse_bool_matrix | , | |||
sparse_bool_matrix | , | |||
sparse_bool_matrix | , | |||
concat | ||||
) |
DEFUNOP | ( | uplus | , | |
sparse_bool_matrix | ||||
) |
Definition at line 43 of file op-sbm-sbm.cc.
References CAST_UNOP_ARG, and octave_value().
DEFUNOP | ( | uminus | , | |
sparse_bool_matrix | ||||
) |
Definition at line 49 of file op-sbm-sbm.cc.
References CAST_UNOP_ARG, and octave_value().
DEFUNOP | ( | transpose | , | |
sparse_bool_matrix | ||||
) |
Definition at line 55 of file op-sbm-sbm.cc.
References CAST_UNOP_ARG, and octave_value().
void install_sbm_sbm_ops | ( | void | ) |
Definition at line 86 of file op-sbm-sbm.cc.
References INSTALL_ASSIGNOP, INSTALL_BINOP, INSTALL_CATOP, INSTALL_CONVOP, INSTALL_UNOP, and transpose().
concat sparse_bool_matrix |
Definition at line 70 of file op-sbm-sbm.cc.
Definition at line 70 of file op-sbm-sbm.cc.