Functions | Variables

op-fm-fcm.cc File Reference

#include "mx-fm-fcm.h"
#include "mx-fcm-fm.h"
#include "mx-fnda-fcnda.h"
#include "mx-fcnda-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-typeinfo.h"
#include "ops.h"
#include "xdiv.h"
#include "xpow.h"
Include dependency graph for op-fm-fcm.cc:

Go to the source code of this file.

Functions

 DEFBINOP (trans_mul, float_matrix, float_complex_matrix)
 DEFBINOP (ldiv, float_matrix, float_complex_matrix)
 DEFBINOP (div, float_matrix, float_complex_matrix)
 DEFBINOP (trans_ldiv, float_matrix, float_complex_matrix)
 DEFBINOPX (pow, float_matrix, float_complex_matrix)
mx_el_le mx_el_ge mx_el_ne quotient DEFNDBINOP_FN (el_pow, float_matrix, float_complex_matrix, float_array, float_complex_array, elem_xpow) DEFBINOP(el_ldiv
mx_el_le mx_el_ge mx_el_ne DEFNDBINOP_FN (el_mul, float_matrix, float_complex_matrix, float_array, float_complex_array, product) DEFNDBINOP_FN(el_div
 DEFNDBINOP_OP (add, float_matrix, float_complex_matrix, float_array, float_complex_array,+) DEFNDBINOP_OP(sub
 DEFNDCMPLXCMPOP_FN (lt, float_matrix, float_complex_matrix, float_array, float_complex_array, mx_el_lt) DEFNDCMPLXCMPOP_FN(le
mx_el_le mx_el_ge DEFNDCMPLXCMPOP_FN (gt, float_matrix, float_complex_matrix, float_array, float_complex_array, mx_el_gt) DEFNDCMPLXCMPOP_FN(ne
mx_el_le DEFNDCMPLXCMPOP_FN (eq, float_matrix, float_complex_matrix, float_array, float_complex_array, mx_el_eq) DEFNDCMPLXCMPOP_FN(ge

Variables

 float_array
 float_complex_array
 float_complex_matrix
 float_matrix

Function Documentation

DEFBINOP ( trans_mul  ,
float_matrix  ,
float_complex_matrix   
)

Definition at line 53 of file op-fm-fcm.cc.

References blas_no_trans, blas_trans, CAST_BINOP_ARGS(), imag(), real, and xgemm().

DEFBINOP ( ldiv  ,
float_matrix  ,
float_complex_matrix   
)

Definition at line 83 of file op-fm-fcm.cc.

References CAST_BINOP_ARGS(), and xleftdiv().

DEFBINOP ( div  ,
float_matrix  ,
float_complex_matrix   
)

Definition at line 64 of file op-fm-fcm.cc.

References CAST_BINOP_ARGS(), and xdiv().

DEFBINOP ( trans_ldiv  ,
float_matrix  ,
float_complex_matrix   
)

Definition at line 96 of file op-fm-fcm.cc.

References CAST_BINOP_ARGS(), and xleftdiv().

DEFBINOPX ( pow  ,
float_matrix  ,
float_complex_matrix   
)

Definition at line 77 of file op-fm-fcm.cc.

References error(), and octave_value().

mx_el_le mx_el_ge mx_el_ne quotient DEFNDBINOP_FN ( el_pow  ,
float_matrix  ,
float_complex_matrix  ,
float_array  ,
float_complex_array  ,
elem_xpow   
)
mx_el_le mx_el_ge mx_el_ne DEFNDBINOP_FN ( el_mul  ,
float_matrix  ,
float_complex_matrix  ,
float_array  ,
float_complex_array  ,
product   
)
DEFNDBINOP_OP ( add  ,
float_matrix  ,
float_complex_matrix  ,
float_array  ,
float_complex_array  ,
 
)
DEFNDCMPLXCMPOP_FN ( lt  ,
float_matrix  ,
float_complex_matrix  ,
float_array  ,
float_complex_array  ,
mx_el_lt   
)
mx_el_le mx_el_ge DEFNDCMPLXCMPOP_FN ( gt  ,
float_matrix  ,
float_complex_matrix  ,
float_array  ,
float_complex_array  ,
mx_el_gt   
)
mx_el_le DEFNDCMPLXCMPOP_FN ( eq  ,
float_matrix  ,
float_complex_matrix  ,
float_array  ,
float_complex_array  ,
mx_el_eq   
)

Variable Documentation

mx_el_le mx_el_ge mx_el_ne float_array

Definition at line 48 of file op-fm-fcm.cc.

mx_el_le mx_el_ge mx_el_ne float_complex_array

Definition at line 48 of file op-fm-fcm.cc.

mx_el_le mx_el_ge mx_el_ne float_complex_matrix

Definition at line 48 of file op-fm-fcm.cc.

mx_el_le mx_el_ge mx_el_ne quotient float_matrix

Definition at line 48 of file op-fm-fcm.cc.

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines