Functions

op-cm-cs.cc File Reference

#include "gripes.h"
#include "oct-obj.h"
#include "ov.h"
#include "ov-cx-mat.h"
#include "ov-flt-cx-mat.h"
#include "ov-complex.h"
#include "ov-typeinfo.h"
#include "ops.h"
#include "xdiv.h"
#include "xpow.h"
Include dependency graph for op-cm-cs.cc:

Go to the source code of this file.

Functions

 DEFBINOP (div, complex_matrix, complex)
 DEFBINOP (ldiv, complex_matrix, complex)
 DEFBINOP (el_ldiv, complex_matrix, complex)
 DEFBINOP (el_div, complex_matrix, complex)
void install_cm_cs_ops (void)

Function Documentation

DEFBINOP ( div  ,
complex_matrix  ,
complex   
)

Definition at line 44 of file op-cm-cs.cc.

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

DEFBINOP ( ldiv  ,
complex_matrix  ,
complex   
)

Definition at line 58 of file op-cm-cs.cc.

References CAST_BINOP_ARGS(), and xleftdiv().

DEFBINOP ( el_ldiv  ,
complex_matrix  ,
complex   
)

Definition at line 94 of file op-cm-cs.cc.

References CAST_BINOP_ARGS(), and x_el_div().

DEFBINOP ( el_div  ,
complex_matrix  ,
complex   
)

Definition at line 80 of file op-cm-cs.cc.

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

void install_cm_cs_ops ( void   ) 

Definition at line 115 of file op-cm-cs.cc.

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

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines