Functions

op-scm-s.cc File Reference

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

Go to the source code of this file.

Functions

 DEFASSIGNOP (assign, sparse_complex_matrix, scalar)
 DEFBINOP (pow, sparse_complex_matrix, scalar)
 DEFBINOP (ldiv, sparse_complex_matrix, scalar)
 DEFBINOP (el_div, sparse_complex_matrix, scalar)
 DEFBINOP (el_ldiv, sparse_complex_matrix, scalar)
 DEFBINOP (div, sparse_complex_matrix, scalar)
 DEFCATOP (scm_s, sparse_complex_matrix, scalar)
void install_scm_s_ops (void)

Function Documentation

DEFASSIGNOP ( assign  ,
sparse_complex_matrix  ,
scalar   
)

Definition at line 148 of file op-scm-s.cc.

References CAST_BINOP_ARGS(), and octave_value().

DEFBINOP ( pow  ,
sparse_complex_matrix  ,
scalar   
)

Definition at line 66 of file op-scm-s.cc.

References CAST_BINOP_ARGS(), and xpow().

DEFBINOP ( ldiv  ,
sparse_complex_matrix  ,
scalar   
)

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

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

DEFBINOP ( el_div  ,
sparse_complex_matrix  ,
scalar   
)

Definition at line 111 of file op-scm-s.cc.

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

DEFBINOP ( el_ldiv  ,
sparse_complex_matrix  ,
scalar   
)

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

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

DEFBINOP ( div  ,
sparse_complex_matrix  ,
scalar   
)

Definition at line 50 of file op-scm-s.cc.

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

DEFCATOP ( scm_s  ,
sparse_complex_matrix  ,
scalar   
)

Definition at line 140 of file op-scm-s.cc.

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

void install_scm_s_ops ( void   ) 

Definition at line 158 of file op-scm-s.cc.

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

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines