Functions

op-cm-s.cc File Reference

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

Go to the source code of this file.

Functions

 DEFBINOP (div, complex_matrix, scalar)
 DEFBINOP (ldiv, complex_matrix, scalar)
 DEFBINOP (el_ldiv, complex_matrix, scalar)
 DEFBINOP (el_div, complex_matrix, scalar)
void install_cm_s_ops (void)

Function Documentation

DEFBINOP ( div  ,
complex_matrix  ,
scalar   
)

Definition at line 47 of file op-cm-s.cc.

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

DEFBINOP ( ldiv  ,
complex_matrix  ,
scalar   
)

Definition at line 61 of file op-cm-s.cc.

References CAST_BINOP_ARGS(), and xleftdiv().

DEFBINOP ( el_ldiv  ,
complex_matrix  ,
scalar   
)

Definition at line 98 of file op-cm-s.cc.

References CAST_BINOP_ARGS(), and x_el_div().

DEFBINOP ( el_div  ,
complex_matrix  ,
scalar   
)

Definition at line 84 of file op-cm-s.cc.

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

void install_cm_s_ops ( void   ) 

Definition at line 116 of file op-cm-s.cc.

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

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines