Functions

op-s-cs.cc File Reference

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

Go to the source code of this file.

Functions

 DEFBINOP (div, scalar, complex)
 DEFBINOP (ldiv, scalar, complex)
 DEFBINOP (el_or, scalar, complex)
 DEFBINOP (el_and, scalar, complex)
 DEFBINOP (el_ldiv, scalar, complex)
 DEFBINOP (el_div, scalar, complex)
void install_s_cs_ops (void)

Function Documentation

DEFBINOP ( div  ,
scalar  ,
complex   
)

Definition at line 46 of file op-s-cs.cc.

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

DEFBINOP ( ldiv  ,
scalar  ,
complex   
)

Definition at line 60 of file op-s-cs.cc.

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

DEFBINOP ( el_or  ,
scalar  ,
complex   
)

Definition at line 114 of file op-s-cs.cc.

References CAST_BINOP_ARGS(), and octave_value().

DEFBINOP ( el_and  ,
scalar  ,
complex   
)

Definition at line 107 of file op-s-cs.cc.

References CAST_BINOP_ARGS(), and octave_value().

DEFBINOP ( el_ldiv  ,
scalar  ,
complex   
)

Definition at line 95 of file op-s-cs.cc.

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

DEFBINOP ( el_div  ,
scalar  ,
complex   
)

Definition at line 81 of file op-s-cs.cc.

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

void install_s_cs_ops ( void   ) 

Definition at line 124 of file op-s-cs.cc.

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

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines