Functions

op-bm-sbm.cc File Reference

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

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)

Function Documentation

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   ) 
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines