#include "gripes.h"
#include "oct-obj.h"
#include "ov.h"
#include "ov-complex.h"
#include "ov-flt-complex.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 | |
DEFBINOP (div, float_complex, float_complex) | |
DEFBINOP (ldiv, float_complex, float_complex) | |
DEFBINOP (el_or, float_complex, float_complex) | |
DEFBINOP (el_div, float_complex, float_complex) | |
DEFBINOP (el_ldiv, float_complex, float_complex) | |
DEFBINOP (el_and, float_complex, float_complex) | |
DEFNDCATOP_FN (fcs_fcs, float_complex, float_complex, float_complex_array, float_complex_array, concat) DEFNDCATOP_FN(cs_fcs | |
concat | DEFNDCATOP_FN (fcs_cs, float_complex, complex, float_complex_array, float_complex_array, concat) CONVDECL(float_complex_to_complex) |
DEFUNOP (hermitian, float_complex) | |
DEFUNOP (not, float_complex) | |
void | install_fcs_fcs_ops (void) |
Variables | |
complex | |
float_complex | |
float_complex_array |
DEFBINOP | ( | div | , | |
float_complex | , | |||
float_complex | ||||
) |
Definition at line 70 of file op-fcs-fcs.cc.
References CAST_BINOP_ARGS(), d, gripe_divide_by_zero(), and octave_value().
DEFBINOP | ( | ldiv | , | |
float_complex | , | |||
float_complex | ||||
) |
Definition at line 84 of file op-fcs-fcs.cc.
References CAST_BINOP_ARGS(), d, gripe_divide_by_zero(), and octave_value().
DEFBINOP | ( | el_or | , | |
float_complex | , | |||
float_complex | ||||
) |
Definition at line 139 of file op-fcs-fcs.cc.
References CAST_BINOP_ARGS().
DEFBINOP | ( | el_div | , | |
float_complex | , | |||
float_complex | ||||
) |
Definition at line 105 of file op-fcs-fcs.cc.
References CAST_BINOP_ARGS(), d, gripe_divide_by_zero(), and octave_value().
DEFBINOP | ( | el_ldiv | , | |
float_complex | , | |||
float_complex | ||||
) |
Definition at line 119 of file op-fcs-fcs.cc.
References CAST_BINOP_ARGS(), d, gripe_divide_by_zero(), and octave_value().
DEFBINOP | ( | el_and | , | |
float_complex | , | |||
float_complex | ||||
) |
Definition at line 131 of file op-fcs-fcs.cc.
References CAST_BINOP_ARGS().
DEFNDCATOP_FN | ( | fcs_fcs | , | |
float_complex | , | |||
float_complex | , | |||
float_complex_array | , | |||
float_complex_array | , | |||
concat | ||||
) |
concat DEFNDCATOP_FN | ( | fcs_cs | , | |
float_complex | , | |||
complex | , | |||
float_complex_array | , | |||
float_complex_array | , | |||
concat | ||||
) |
Definition at line 153 of file op-fcs-fcs.cc.
References CAST_CONV_ARG.
DEFUNOP | ( | hermitian | , | |
float_complex | ||||
) |
Definition at line 54 of file op-fcs-fcs.cc.
References CAST_UNOP_ARG, conj(), and octave_value().
DEFUNOP | ( | not | , | |
float_complex | ||||
) |
Definition at line 41 of file op-fcs-fcs.cc.
References CAST_UNOP_ARG, f, gripe_nan_to_logical_conversion(), octave_value(), x, and xisnan().
void install_fcs_fcs_ops | ( | void | ) |
Definition at line 164 of file op-fcs-fcs.cc.
References INSTALL_ASSIGNCONV, INSTALL_BINOP, INSTALL_CATOP, INSTALL_CONVOP, INSTALL_NCUNOP, INSTALL_UNOP, pow(), and transpose().
Definition at line 150 of file op-fcs-fcs.cc.
Referenced by DEFUN(), and DEFUN_DLD().
Definition at line 150 of file op-fcs-fcs.cc.
Definition at line 150 of file op-fcs-fcs.cc.