Functions

op-scm-sm.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-scm-sm.cc:

Go to the source code of this file.

Functions

 DEFBINOP (div, sparse_complex_matrix, sparse_matrix)
 DEFBINOP (el_ldiv, sparse_complex_matrix, sparse_matrix)
 DEFBINOP (ldiv, sparse_complex_matrix, sparse_matrix)
 DEFBINOPX (pow, sparse_complex_matrix, sparse_matrix)
void install_scm_sm_ops (void)

Function Documentation

DEFBINOP ( div  ,
sparse_complex_matrix  ,
sparse_matrix   
)

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

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

DEFBINOP ( el_ldiv  ,
sparse_complex_matrix  ,
sparse_matrix   
)

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

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

DEFBINOP ( ldiv  ,
sparse_complex_matrix  ,
sparse_matrix   
)

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

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

DEFBINOPX ( pow  ,
sparse_complex_matrix  ,
sparse_matrix   
)

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

References error(), and octave_value().

void install_scm_sm_ops ( void   ) 

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

References INSTALL_ASSIGNOP, INSTALL_BINOP, INSTALL_CATOP, and pow().

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines