#include "mx-cm-s.h"
#include "mx-cnda-s.h"
#include "gripes.h"
#include "oct-obj.h"
#include "ov.h"
#include "ov-cx-mat.h"
#include "ov-flt-cx-mat.h"
#include "ov-flt-re-mat.h"
#include "ov-float.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, float_complex_matrix, float) | |
DEFBINOP (ldiv, float_complex_matrix, float) | |
mx_el_le mx_el_ge mx_el_ne | DEFNDBINOP_OP (el_mul, float_complex_matrix, float_scalar, float_complex_array, float_scalar,*) DEFBINOP(el_div |
mx_el_le | DEFNDCMPLXCMPOP_FN (eq, float_complex_matrix, float_scalar, float_complex_array, float_scalar, mx_el_eq) DEFNDCMPLXCMPOP_FN(ge |
mx_el_le mx_el_ge | DEFNDCMPLXCMPOP_FN (gt, float_complex_matrix, float_scalar, float_complex_array, float_scalar, mx_el_gt) DEFNDCMPLXCMPOP_FN(ne |
DEFNDCMPLXCMPOP_FN (lt, float_complex_matrix, float_scalar, float_complex_array, float_scalar, mx_el_lt) DEFNDCMPLXCMPOP_FN(le | |
Variables | |
float_complex_array | |
float_complex_matrix | |
float_scalar |
DEFBINOP | ( | div | , | |
float_complex_matrix | , | |||
float | ||||
) |
Definition at line 49 of file op-fcm-fs.cc.
References CAST_BINOP_ARGS(), d, gripe_divide_by_zero(), and octave_value().
DEFBINOP | ( | ldiv | , | |
float_complex_matrix | , | |||
float | ||||
) |
Definition at line 63 of file op-fcm-fs.cc.
References CAST_BINOP_ARGS(), and xleftdiv().
mx_el_le mx_el_ge mx_el_ne DEFNDBINOP_OP | ( | el_mul | , | |
float_complex_matrix | , | |||
float_scalar | , | |||
float_complex_array | , | |||
float_scalar | , | |||
* | ||||
) |
mx_el_le DEFNDCMPLXCMPOP_FN | ( | eq | , | |
float_complex_matrix | , | |||
float_scalar | , | |||
float_complex_array | , | |||
float_scalar | , | |||
mx_el_eq | ||||
) |
mx_el_le mx_el_ge DEFNDCMPLXCMPOP_FN | ( | gt | , | |
float_complex_matrix | , | |||
float_scalar | , | |||
float_complex_array | , | |||
float_scalar | , | |||
mx_el_gt | ||||
) |
DEFNDCMPLXCMPOP_FN | ( | lt | , | |
float_complex_matrix | , | |||
float_scalar | , | |||
float_complex_array | , | |||
float_scalar | , | |||
mx_el_lt | ||||
) |
mx_el_le mx_el_ge float_complex_array |
Definition at line 79 of file op-fcm-fs.cc.
mx_el_le mx_el_ge mx_el_ne float_complex_matrix |
Definition at line 79 of file op-fcm-fs.cc.
mx_el_le mx_el_ge mx_el_ne x_el_div float_scalar |
Definition at line 79 of file op-fcm-fs.cc.