Functions | Variables

op-fm-fcs.cc File Reference

#include "mx-fm-fcs.h"
#include "mx-fcs-fm.h"
#include "mx-fnda-fcs.h"
#include "mx-fcs-fnda.h"
#include "gripes.h"
#include "oct-obj.h"
#include "ov.h"
#include "ov-re-mat.h"
#include "ov-flt-re-mat.h"
#include "ov-cx-mat.h"
#include "ov-flt-cx-mat.h"
#include "ov-flt-complex.h"
#include "ov-complex.h"
#include "ov-typeinfo.h"
#include "ops.h"
#include "xdiv.h"
#include "xpow.h"
Include dependency graph for op-fm-fcs.cc:

Go to the source code of this file.

Functions

 DEFBINOP (div, float_matrix, float_complex)
 DEFBINOP (ldiv, float_matrix, float_complex)
mx_el_le mx_el_ge mx_el_ne DEFNDBINOP_OP (el_mul, float_matrix, float_complex, float_array, float_complex,*) DEFBINOP(el_div
mx_el_le DEFNDCMPLXCMPOP_FN (eq, float_matrix, float_complex, float_array, float_complex, mx_el_eq) DEFNDCMPLXCMPOP_FN(ge
mx_el_le mx_el_ge DEFNDCMPLXCMPOP_FN (gt, float_matrix, float_complex, float_array, float_complex, mx_el_gt) DEFNDCMPLXCMPOP_FN(ne
 DEFNDCMPLXCMPOP_FN (lt, float_matrix, float_complex, float_array, float_complex, mx_el_lt) DEFNDCMPLXCMPOP_FN(le

Variables

 float_array
 float_complex
 float_matrix

Function Documentation

DEFBINOP ( div  ,
float_matrix  ,
float_complex   
)

Definition at line 52 of file op-fm-fcs.cc.

References CAST_BINOP_ARGS(), d, gripe_divide_by_zero(), and octave_value().

DEFBINOP ( ldiv  ,
float_matrix  ,
float_complex   
)

Definition at line 66 of file op-fm-fcs.cc.

References CAST_BINOP_ARGS(), and xleftdiv().

mx_el_le mx_el_ge mx_el_ne DEFNDBINOP_OP ( el_mul  ,
float_matrix  ,
float_complex  ,
float_array  ,
float_complex  ,
 
)
mx_el_le DEFNDCMPLXCMPOP_FN ( eq  ,
float_matrix  ,
float_complex  ,
float_array  ,
float_complex  ,
mx_el_eq   
)
mx_el_le mx_el_ge DEFNDCMPLXCMPOP_FN ( gt  ,
float_matrix  ,
float_complex  ,
float_array  ,
float_complex  ,
mx_el_gt   
)
DEFNDCMPLXCMPOP_FN ( lt  ,
float_matrix  ,
float_complex  ,
float_array  ,
float_complex  ,
mx_el_lt   
)

Variable Documentation

mx_el_le mx_el_ge float_array

Definition at line 82 of file op-fm-fcs.cc.

mx_el_le mx_el_ge float_complex

Definition at line 82 of file op-fm-fcs.cc.

mx_el_le mx_el_ge mx_el_ne float_matrix

Definition at line 82 of file op-fm-fcs.cc.

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines