Functions | Variables

op-fcm-fm.cc File Reference

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

Go to the source code of this file.

Functions

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

Variables

 float_array
 float_complex_array
 float_complex_matrix
 float_matrix

Function Documentation

DEFBINOP ( mul_trans  ,
float_complex_matrix  ,
float_matrix   
)

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

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

DEFBINOP ( div  ,
float_complex_matrix  ,
float_matrix   
)

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

References CAST_BINOP_ARGS(), and xdiv().

DEFBINOP ( ldiv  ,
float_complex_matrix  ,
float_matrix   
)

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

References CAST_BINOP_ARGS(), and xleftdiv().

DEFBINOPX ( pow  ,
float_complex_matrix  ,
float_matrix   
)

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

References error(), and octave_value().

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

Variable Documentation

mx_el_le mx_el_ge mx_el_ne float_array

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

Referenced by DEFUN(), and DEFUN_DLD().

mx_el_le mx_el_ge mx_el_ne float_complex_array

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

mx_el_le mx_el_ge mx_el_ne quotient float_complex_matrix

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

mx_el_le mx_el_ge mx_el_ne float_matrix

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

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines