#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"
Go to the source code of this file.
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 | ||||
) |
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.