Functions | Variables

op-sbm-sbm.cc File Reference

#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"
Include dependency graph for op-sbm-sbm.cc:

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

Function Documentation

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   ) 

Variable Documentation

Definition at line 70 of file op-sbm-sbm.cc.

Definition at line 70 of file op-sbm-sbm.cc.

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines