#include "Array-util.h"
#include "gripes.h"
#include "oct-obj.h"
#include "ov.h"
#include "ov-complex.h"
#include "ov-cx-mat.h"
#include "ov-flt-cx-mat.h"
#include "ov-typeinfo.h"
#include "ov-null-mat.h"
#include "ops.h"
#include "xdiv.h"
#include "xpow.h"
Go to the source code of this file.
Functions | |
CONVDECL (complex_to_float_complex) | |
DEFBINOP (div, complex, complex) | |
DEFBINOP (ldiv, complex, complex) | |
DEFBINOP (el_or, complex, complex) | |
DEFBINOP (el_and, complex, complex) | |
DEFBINOP (el_div, complex, complex) | |
DEFBINOP (el_ldiv, complex, complex) | |
DEFUNOP (hermitian, complex) | |
DEFUNOP (not, complex) | |
void | install_cs_cs_ops (void) |
CONVDECL | ( | complex_to_float_complex | ) |
Definition at line 149 of file op-cs-cs.cc.
References CAST_CONV_ARG.
Definition at line 72 of file op-cs-cs.cc.
References CAST_BINOP_ARGS(), d, gripe_divide_by_zero(), and octave_value().
Definition at line 86 of file op-cs-cs.cc.
References CAST_BINOP_ARGS(), d, gripe_divide_by_zero(), and octave_value().
Definition at line 140 of file op-cs-cs.cc.
References CAST_BINOP_ARGS().
Definition at line 133 of file op-cs-cs.cc.
References CAST_BINOP_ARGS().
Definition at line 107 of file op-cs-cs.cc.
References CAST_BINOP_ARGS(), d, gripe_divide_by_zero(), and octave_value().
Definition at line 121 of file op-cs-cs.cc.
References CAST_BINOP_ARGS(), d, gripe_divide_by_zero(), and octave_value().
DEFUNOP | ( | hermitian | , | |
complex | ||||
) |
Definition at line 56 of file op-cs-cs.cc.
References CAST_UNOP_ARG, conj(), and octave_value().
DEFUNOP | ( | not | , | |
complex | ||||
) |
Definition at line 43 of file op-cs-cs.cc.
References CAST_UNOP_ARG, gripe_nan_to_logical_conversion(), octave_value(), x, and xisnan().
void install_cs_cs_ops | ( | void | ) |
Definition at line 157 of file op-cs-cs.cc.
References INSTALL_ASSIGNCONV, INSTALL_BINOP, INSTALL_CATOP, INSTALL_CONVOP, INSTALL_NCUNOP, INSTALL_UNOP, pow(), and transpose().