#include "gripes.h"
#include "oct-obj.h"
#include "ov.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_matrix, float) | |
DEFBINOP (ldiv, float_matrix, float) | |
mx_el_le mx_el_ge mx_el_ne | DEFBINOP (el_div, float_matrix, float) |
mx_el_le mx_el_ge | DEFNDBINOP_FN (gt, float_matrix, float_scalar, float_array, float_scalar, mx_el_gt) DEFNDBINOP_FN(ne |
mx_el_le | DEFNDBINOP_FN (eq, float_matrix, float_scalar, float_array, float_scalar, mx_el_eq) DEFNDBINOP_FN(ge |
DEFNDBINOP_FN (lt, float_matrix, float_scalar, float_array, float_scalar, mx_el_lt) DEFNDBINOP_FN(le | |
DEFNDBINOP_FN (el_pow, float_matrix, float_scalar, float_array, float_scalar, elem_xpow) DEFBINOP(el_ldiv | |
Variables | |
float_array | |
float_matrix | |
float_scalar |
DEFBINOP | ( | div | , | |
float_matrix | , | |||
float | ||||
) |
Definition at line 44 of file op-fm-fs.cc.
References CAST_BINOP_ARGS(), d, gripe_divide_by_zero(), and octave_value().
DEFBINOP | ( | ldiv | , | |
float_matrix | , | |||
float | ||||
) |
Definition at line 58 of file op-fm-fs.cc.
References CAST_BINOP_ARGS(), and xleftdiv().
mx_el_le mx_el_ge mx_el_ne DEFBINOP | ( | el_div | , | |
float_matrix | , | |||
float | ||||
) |
Definition at line 87 of file op-fm-fs.cc.
References CAST_BINOP_ARGS(), d, gripe_divide_by_zero(), and octave_value().
mx_el_le mx_el_ge DEFNDBINOP_FN | ( | gt | , | |
float_matrix | , | |||
float_scalar | , | |||
float_array | , | |||
float_scalar | , | |||
mx_el_gt | ||||
) |
mx_el_le DEFNDBINOP_FN | ( | eq | , | |
float_matrix | , | |||
float_scalar | , | |||
float_array | , | |||
float_scalar | , | |||
mx_el_eq | ||||
) |
DEFNDBINOP_FN | ( | lt | , | |
float_matrix | , | |||
float_scalar | , | |||
float_array | , | |||
float_scalar | , | |||
mx_el_lt | ||||
) |
DEFNDBINOP_FN | ( | el_pow | , | |
float_matrix | , | |||
float_scalar | , | |||
float_array | , | |||
float_scalar | , | |||
elem_xpow | ||||
) |
mx_el_le mx_el_ge float_array |
Definition at line 74 of file op-fm-fs.cc.
Definition at line 74 of file op-fm-fs.cc.
mx_el_le mx_el_ge float_scalar |
Definition at line 74 of file op-fm-fs.cc.