Functions | Variables

op-fs-fm.cc File Reference

#include "gripes.h"
#include "oct-obj.h"
#include "ov.h"
#include "ov-scalar.h"
#include "ov-float.h"
#include "ov-re-mat.h"
#include "ov-flt-re-mat.h"
#include "ov-typeinfo.h"
#include "ops.h"
#include "xdiv.h"
#include "xpow.h"
Include dependency graph for op-fs-fm.cc:

Go to the source code of this file.

Functions

 DEFBINOP (div, float_scalar, float_matrix)
 DEFBINOP (ldiv, float_scalar, float_matrix)
mx_el_le mx_el_ge mx_el_ne x_el_div DEFNDBINOP_FN (el_pow, float_scalar, float_matrix, float_scalar, float_array, elem_xpow) DEFBINOP(el_ldiv
mx_el_le mx_el_ge DEFNDBINOP_FN (gt, float_scalar, float_matrix, float_scalar, float_array, mx_el_gt) DEFNDBINOP_FN(ne
mx_el_le DEFNDBINOP_FN (eq, float_scalar, float_matrix, float_scalar, float_array, mx_el_eq) DEFNDBINOP_FN(ge
 DEFNDBINOP_FN (lt, float_scalar, float_matrix, float_scalar, float_array, mx_el_lt) DEFNDBINOP_FN(le
mx_el_le mx_el_ge mx_el_ne DEFNDBINOP_OP (el_mul, float_scalar, float_matrix, float_scalar, float_array,*) DEFNDBINOP_FN(el_div

Variables

 float_array
 float_matrix
 float_scalar

Function Documentation

DEFBINOP ( div  ,
float_scalar  ,
float_matrix   
)

Definition at line 45 of file op-fs-fm.cc.

References CAST_BINOP_ARGS(), and xdiv().

DEFBINOP ( ldiv  ,
float_scalar  ,
float_matrix   
)

Definition at line 61 of file op-fs-fm.cc.

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

mx_el_le mx_el_ge mx_el_ne x_el_div DEFNDBINOP_FN ( el_pow  ,
float_scalar  ,
float_matrix  ,
float_scalar  ,
float_array  ,
elem_xpow   
)
mx_el_le mx_el_ge DEFNDBINOP_FN ( gt  ,
float_scalar  ,
float_matrix  ,
float_scalar  ,
float_array  ,
mx_el_gt   
)
mx_el_le DEFNDBINOP_FN ( eq  ,
float_scalar  ,
float_matrix  ,
float_scalar  ,
float_array  ,
mx_el_eq   
)
DEFNDBINOP_FN ( lt  ,
float_scalar  ,
float_matrix  ,
float_scalar  ,
float_array  ,
mx_el_lt   
)
mx_el_le mx_el_ge mx_el_ne DEFNDBINOP_OP ( el_mul  ,
float_scalar  ,
float_matrix  ,
float_scalar  ,
float_array  ,
 
)

Variable Documentation

mx_el_le mx_el_ge mx_el_ne float_array

Definition at line 75 of file op-fs-fm.cc.

mx_el_le mx_el_ge mx_el_ne float_matrix

Definition at line 75 of file op-fs-fm.cc.

mx_el_le mx_el_ge mx_el_ne x_el_div float_scalar

Definition at line 75 of file op-fs-fm.cc.

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines