Functions

op-cs-m.cc File Reference

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

Go to the source code of this file.

Functions

 DEFBINOP (div, complex, matrix)
 DEFBINOP (ldiv, complex, matrix)
 DEFBINOP (el_ldiv, complex, matrix)
void install_cs_m_ops (void)

Function Documentation

DEFBINOP ( div  ,
complex  ,
matrix   
)

Definition at line 49 of file op-cs-m.cc.

References CAST_BINOP_ARGS(), and xdiv().

DEFBINOP ( ldiv  ,
complex  ,
matrix   
)

Definition at line 65 of file op-cs-m.cc.

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

DEFBINOP ( el_ldiv  ,
complex  ,
matrix   
)

Definition at line 88 of file op-cs-m.cc.

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

void install_cs_m_ops ( void   ) 

Definition at line 106 of file op-cs-m.cc.

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

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines