Navigation

Operators and Keywords

Function List:

C++ API

op-fm-fm.cc File Reference

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

Functions

 DEFUNOP (transpose, float_matrix)
 DEFBINOP (div, float_matrix, float_matrix)
 DEFBINOPX (pow, float_matrix, float_matrix)
 DEFBINOP (ldiv, float_matrix, float_matrix)
 DEFBINOP (trans_mul, float_matrix, float_matrix)
 DEFBINOP (mul_trans, float_matrix, float_matrix)
 DEFBINOP (trans_ldiv, float_matrix, float_matrix)
 DEFNDBINOP_FN (lt, float_matrix, float_matrix, float_array, float_array, mx_el_lt) DEFNDBINOP_FN(le
mx_el_le DEFNDBINOP_FN (eq, float_matrix, float_matrix, float_array, float_array, mx_el_eq) DEFNDBINOP_FN(ge
mx_el_le mx_el_ge DEFNDBINOP_FN (gt, float_matrix, float_matrix, float_array, float_array, mx_el_gt) DEFNDBINOP_FN(ne
mx_el_le mx_el_ge mx_el_ne DEFNDBINOP_FN (el_mul, float_matrix, float_matrix, float_array, float_array, product) DEFNDBINOP_FN(el_div
mx_el_le mx_el_ge mx_el_ne quotient DEFNDBINOP_FN (el_pow, float_matrix, float_matrix, float_array, float_array, elem_xpow) DEFBINOP(el_ldiv

Variables

 float_matrix
 float_array

Function Documentation

DEFBINOP ( div  ,
float_matrix  ,
float_matrix   
)
DEFBINOP ( ldiv  ,
float_matrix  ,
float_matrix   
)
DEFBINOP ( trans_mul  ,
float_matrix  ,
float_matrix   
)
DEFBINOP ( mul_trans  ,
float_matrix  ,
float_matrix   
)
DEFBINOP ( trans_ldiv  ,
float_matrix  ,
float_matrix   
)
DEFBINOPX ( pow  ,
float_matrix  ,
float_matrix   
)
mx_el_le mx_el_ge DEFNDBINOP_FN ( gt  ,
float_matrix  ,
float_matrix  ,
float_array  ,
float_array  ,
mx_el_gt   
)
mx_el_le mx_el_ge mx_el_ne DEFNDBINOP_FN ( el_mul  ,
float_matrix  ,
float_matrix  ,
float_array  ,
float_array  ,
product   
)
mx_el_le mx_el_ge mx_el_ne quotient DEFNDBINOP_FN ( el_pow  ,
float_matrix  ,
float_matrix  ,
float_array  ,
float_array  ,
elem_xpow   
)
DEFNDBINOP_FN ( lt  ,
float_matrix  ,
float_matrix  ,
float_array  ,
float_array  ,
mx_el_lt   
)
mx_el_le DEFNDBINOP_FN ( eq  ,
float_matrix  ,
float_matrix  ,
float_array  ,
float_array  ,
mx_el_eq   
)
DEFUNOP ( transpose  ,
float_matrix   
)

Variable Documentation

mx_el_le mx_el_ge mx_el_ne float_array
mx_el_le mx_el_ge mx_el_ne quotient float_matrix
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines