#include "gripes.h"
#include "oct-obj.h"
#include "ov.h"
#include "ov-complex.h"
#include "ov-cx-mat.h"
#include "ov-scalar.h"
#include "ov-typeinfo.h"
#include "ops.h"
#include "xdiv.h"
#include "xpow.h"
Go to the source code of this file.
Functions | |
DEFBINOP (div, complex, scalar) | |
DEFBINOP (ldiv, complex, scalar) | |
DEFBINOP (el_or, complex, scalar) | |
DEFBINOP (el_and, complex, scalar) | |
DEFBINOP (el_ldiv, complex, scalar) | |
DEFBINOP (el_div, complex, scalar) | |
void | install_cs_s_ops (void) |
DEFBINOP | ( | div | , | |
complex | , | |||
scalar | ||||
) |
Definition at line 44 of file op-cs-s.cc.
References CAST_BINOP_ARGS(), d, gripe_divide_by_zero(), and octave_value().
DEFBINOP | ( | ldiv | , | |
complex | , | |||
scalar | ||||
) |
Definition at line 58 of file op-cs-s.cc.
References CAST_BINOP_ARGS(), d, gripe_divide_by_zero(), and octave_value().
DEFBINOP | ( | el_or | , | |
complex | , | |||
scalar | ||||
) |
Definition at line 112 of file op-cs-s.cc.
References CAST_BINOP_ARGS().
DEFBINOP | ( | el_and | , | |
complex | , | |||
scalar | ||||
) |
Definition at line 105 of file op-cs-s.cc.
References CAST_BINOP_ARGS().
DEFBINOP | ( | el_ldiv | , | |
complex | , | |||
scalar | ||||
) |
Definition at line 93 of file op-cs-s.cc.
References CAST_BINOP_ARGS(), d, gripe_divide_by_zero(), and octave_value().
DEFBINOP | ( | el_div | , | |
complex | , | |||
scalar | ||||
) |
Definition at line 79 of file op-cs-s.cc.
References CAST_BINOP_ARGS(), d, gripe_divide_by_zero(), and octave_value().
void install_cs_s_ops | ( | void | ) |
Definition at line 122 of file op-cs-s.cc.
References INSTALL_ASSIGNCONV, INSTALL_BINOP, INSTALL_CATOP, and pow().