Functions

op-cs-sm.cc File Reference

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

Go to the source code of this file.

Functions

 DEFBINOP (div, complex, sparse_matrix)
 DEFBINOP (pow, complex, sparse_matrix)
 DEFBINOP (el_ldiv, complex, sparse_matrix)
 DEFBINOP (ldiv, complex, sparse_matrix)
 DEFCATOP (cs_sm, sparse_matrix, complex)
 DEFCONV (sparse_matrix_conv, complex, sparse_matrix)
void install_cs_sm_ops (void)

Function Documentation

DEFBINOP ( div  ,
complex  ,
sparse_matrix   
)

Definition at line 49 of file op-cs-sm.cc.

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

DEFBINOP ( pow  ,
complex  ,
sparse_matrix   
)

Definition at line 73 of file op-cs-sm.cc.

References CAST_BINOP_ARGS(), and xpow().

DEFBINOP ( el_ldiv  ,
complex  ,
sparse_matrix   
)

Definition at line 105 of file op-cs-sm.cc.

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

DEFBINOP ( ldiv  ,
complex  ,
sparse_matrix   
)

Definition at line 79 of file op-cs-sm.cc.

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

DEFCATOP ( cs_sm  ,
sparse_matrix  ,
complex   
)

Definition at line 123 of file op-cs-sm.cc.

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

DEFCONV ( sparse_matrix_conv  ,
complex  ,
sparse_matrix   
)

Definition at line 130 of file op-cs-sm.cc.

References CAST_CONV_ARG.

void install_cs_sm_ops ( void   ) 

Definition at line 139 of file op-cs-sm.cc.

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

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines