Functions

op-sbm-b.cc File Reference

#include "gripes.h"
#include "oct-obj.h"
#include "ov.h"
#include "ov-typeinfo.h"
#include "ov-bool.h"
#include "ov-int8.h"
#include "ov-int16.h"
#include "ov-int32.h"
#include "ov-int64.h"
#include "ov-uint8.h"
#include "ov-uint16.h"
#include "ov-uint32.h"
#include "ov-uint64.h"
#include "ov-scalar.h"
#include "ops.h"
#include "ov-re-sparse.h"
#include "ov-bool-sparse.h"
Include dependency graph for op-sbm-b.cc:

Go to the source code of this file.

Functions

 DEFASSIGNOP (assign, sparse_bool_matrix, bool)
 DEFCATOP (sbm_b, sparse_bool_matrix, bool)
 DEFCATOP (sm_b, sparse_matrix, bool)
 DEFCATOP (sbm_s, sparse_bool_matrix, scalar)
void install_sbm_b_ops (void)
static octave_value oct_assignop_conv_and_assign (octave_base_value &a1, const octave_value_list &idx, const octave_base_value &a2)

Function Documentation

DEFASSIGNOP ( assign  ,
sparse_bool_matrix  ,
bool   
)

Definition at line 79 of file op-sbm-b.cc.

References CAST_BINOP_ARGS(), and octave_value().

DEFCATOP ( sbm_b  ,
sparse_bool_matrix  ,
bool   
)

Definition at line 55 of file op-sbm-b.cc.

References CAST_BINOP_ARGS(), concat(), and octave_value().

DEFCATOP ( sm_b  ,
sparse_matrix  ,
bool   
)

Definition at line 63 of file op-sbm-b.cc.

References CAST_BINOP_ARGS(), concat(), and octave_value().

DEFCATOP ( sbm_s  ,
sparse_bool_matrix  ,
scalar   
)

Definition at line 71 of file op-sbm-b.cc.

References CAST_BINOP_ARGS(), concat(), and octave_value().

void install_sbm_b_ops ( void   ) 

Definition at line 107 of file op-sbm-b.cc.

References INSTALL_ASSIGNOP, INSTALL_BINOP, and INSTALL_CATOP.

static octave_value oct_assignop_conv_and_assign ( octave_base_value a1,
const octave_value_list idx,
const octave_base_value a2 
) [static]
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines