Functions

op-s-sm.cc File Reference

#include "gripes.h"
#include "oct-obj.h"
#include "ov.h"
#include "ov-typeinfo.h"
#include "ov-scalar.h"
#include "ops.h"
#include "xpow.h"
#include "sparse-xpow.h"
#include "sparse-xdiv.h"
#include "ov-re-sparse.h"
Include dependency graph for op-s-sm.cc:

Go to the source code of this file.

Functions

 DEFBINOP (div, scalar, sparse_matrix)
 DEFBINOP (pow, scalar, sparse_matrix)
 DEFBINOP (el_ldiv, scalar, sparse_matrix)
 DEFBINOP (ldiv, scalar, sparse_matrix)
 DEFCATOP (s_sm, scalar, sparse_matrix)
 DEFCONV (sparse_matrix_conv, scalar, sparse_matrix)
void install_s_sm_ops (void)

Function Documentation

DEFBINOP ( div  ,
scalar  ,
sparse_matrix   
)

Definition at line 46 of file op-s-sm.cc.

References CAST_BINOP_ARGS(), d, gripe_divide_by_zero(), octave_value(), and xdiv().

DEFBINOP ( pow  ,
scalar  ,
sparse_matrix   
)

Definition at line 70 of file op-s-sm.cc.

References CAST_BINOP_ARGS(), and xpow().

DEFBINOP ( el_ldiv  ,
scalar  ,
sparse_matrix   
)

Definition at line 102 of file op-s-sm.cc.

References CAST_BINOP_ARGS(), d, gripe_divide_by_zero(), and octave_value().

DEFBINOP ( ldiv  ,
scalar  ,
sparse_matrix   
)

Definition at line 76 of file op-s-sm.cc.

References CAST_BINOP_ARGS(), d, gripe_divide_by_zero(), and octave_value().

DEFCATOP ( s_sm  ,
scalar  ,
sparse_matrix   
)

Definition at line 120 of file op-s-sm.cc.

References CAST_BINOP_ARGS(), and octave_value().

DEFCONV ( sparse_matrix_conv  ,
scalar  ,
sparse_matrix   
)

Definition at line 127 of file op-s-sm.cc.

References CAST_CONV_ARG.

void install_s_sm_ops ( void   ) 

Definition at line 135 of file op-s-sm.cc.

References INSTALL_ASSIGNCONV, INSTALL_BINOP, INSTALL_CATOP, INSTALL_WIDENOP, and pow().

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines