Functions

op-sm-cm.cc File Reference

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

Go to the source code of this file.

Functions

 DEFBINOP (div, sparse_matrix, complex_matrix)
 DEFBINOP (el_pow, sparse_matrix, complex_matrix)
 DEFBINOP (el_ldiv, sparse_matrix, complex_matrix)
 DEFBINOP (ldiv, sparse_matrix, complex_matrix)
 DEFBINOPX (pow, sparse_matrix, complex_matrix)
 DEFCATOP (sm_cm, sparse_matrix, complex_matrix)
 DEFCONV (sparse_complex_matrix_conv, sparse_matrix, sparse_complex_matrix)
void install_sm_cm_ops (void)

Function Documentation

DEFBINOP ( div  ,
sparse_matrix  ,
complex_matrix   
)

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

References CAST_BINOP_ARGS(), and xdiv().

DEFBINOP ( el_pow  ,
sparse_matrix  ,
complex_matrix   
)

Definition at line 103 of file op-sm-cm.cc.

References CAST_BINOP_ARGS(), elem_xpow(), octave_value(), and SparseComplexMatrix.

DEFBINOP ( el_ldiv  ,
sparse_matrix  ,
complex_matrix   
)

Definition at line 113 of file op-sm-cm.cc.

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

DEFBINOP ( ldiv  ,
sparse_matrix  ,
complex_matrix   
)

Definition at line 68 of file op-sm-cm.cc.

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

DEFBINOPX ( pow  ,
sparse_matrix  ,
complex_matrix   
)

Definition at line 62 of file op-sm-cm.cc.

References error(), and octave_value().

DEFCATOP ( sm_cm  ,
sparse_matrix  ,
complex_matrix   
)

Definition at line 125 of file op-sm-cm.cc.

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

DEFCONV ( sparse_complex_matrix_conv  ,
sparse_matrix  ,
sparse_complex_matrix   
)

Definition at line 132 of file op-sm-cm.cc.

References CAST_CONV_ARG.

void install_sm_cm_ops ( void   ) 

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

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

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines