Functions

op-sm-scm.cc File Reference

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

Go to the source code of this file.

Functions

 DEFBINOP (div, sparse_matrix, sparse_complex_matrix)
 DEFBINOP (el_ldiv, sparse_matrix, sparse_complex_matrix)
 DEFBINOP (ldiv, sparse_matrix, sparse_complex_matrix)
 DEFBINOPX (pow, sparse_matrix, sparse_complex_matrix)
 DEFCONV (sparse_complex_matrix_conv, sparse_matrix, sparse_complex_matrix)
void install_sm_scm_ops (void)

Function Documentation

DEFBINOP ( div  ,
sparse_matrix  ,
sparse_complex_matrix   
)

Definition at line 48 of file op-sm-scm.cc.

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

DEFBINOP ( el_ldiv  ,
sparse_matrix  ,
sparse_complex_matrix   
)

Definition at line 115 of file op-sm-scm.cc.

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

DEFBINOP ( ldiv  ,
sparse_matrix  ,
sparse_complex_matrix   
)

Definition at line 78 of file op-sm-scm.cc.

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

DEFBINOPX ( pow  ,
sparse_matrix  ,
sparse_complex_matrix   
)

Definition at line 72 of file op-sm-scm.cc.

References error(), and octave_value().

DEFCONV ( sparse_complex_matrix_conv  ,
sparse_matrix  ,
sparse_complex_matrix   
)

Definition at line 129 of file op-sm-scm.cc.

References CAST_CONV_ARG.

void install_sm_scm_ops ( void   ) 

Definition at line 136 of file op-sm-scm.cc.

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

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines