#include "gripes.h"
#include "oct-obj.h"
#include "ov.h"
#include "ov-cx-mat.h"
#include "ov-flt-cx-mat.h"
#include "ov-typeinfo.h"
#include "ov-null-mat.h"
#include "ops.h"
#include "xdiv.h"
#include "xpow.h"
Go to the source code of this file.
DEFBINOP | ( | div | , | |
float_complex_matrix | , | |||
float_complex_matrix | ||||
) |
Definition at line 83 of file op-fcm-fcm.cc.
References CAST_BINOP_ARGS(), and xdiv().
DEFBINOP | ( | mul_trans | , | |
float_complex_matrix | , | |||
float_complex_matrix | ||||
) |
Definition at line 123 of file op-fcm-fcm.cc.
References CAST_BINOP_ARGS(), octave_value(), and xgemm().
DEFBINOP | ( | herm_mul | , | |
float_complex_matrix | , | |||
float_complex_matrix | ||||
) |
Definition at line 131 of file op-fcm-fcm.cc.
References CAST_BINOP_ARGS(), octave_value(), and xgemm().
DEFBINOP | ( | mul_herm | , | |
float_complex_matrix | , | |||
float_complex_matrix | ||||
) |
Definition at line 139 of file op-fcm-fcm.cc.
References CAST_BINOP_ARGS(), octave_value(), and xgemm().
DEFBINOP | ( | trans_ldiv | , | |
float_complex_matrix | , | |||
float_complex_matrix | ||||
) |
Definition at line 147 of file op-fcm-fcm.cc.
References CAST_BINOP_ARGS(), and xleftdiv().
DEFBINOP | ( | ldiv | , | |
float_complex_matrix | , | |||
float_complex_matrix | ||||
) |
Definition at line 102 of file op-fcm-fcm.cc.
References CAST_BINOP_ARGS(), and xleftdiv().
DEFBINOP | ( | herm_ldiv | , | |
float_complex_matrix | , | |||
float_complex_matrix | ||||
) |
Definition at line 160 of file op-fcm-fcm.cc.
References CAST_BINOP_ARGS(), and xleftdiv().
DEFBINOP | ( | trans_mul | , | |
float_complex_matrix | , | |||
float_complex_matrix | ||||
) |
Definition at line 115 of file op-fcm-fcm.cc.
References CAST_BINOP_ARGS(), octave_value(), and xgemm().
DEFBINOPX | ( | pow | , | |
float_complex_matrix | , | |||
float_complex_matrix | ||||
) |
Definition at line 96 of file op-fcm-fcm.cc.
References error(), and octave_value().
mx_el_le mx_el_ge mx_el_ne DEFNDBINOP_FN | ( | el_mul | , | |
float_complex_matrix | , | |||
float_complex_matrix | , | |||
float_complex_array | , | |||
float_complex_array | , | |||
product | ||||
) |
mx_el_le mx_el_ge mx_el_ne quotient DEFNDBINOP_FN | ( | el_pow | , | |
float_complex_matrix | , | |||
float_complex_matrix | , | |||
float_complex_array | , | |||
float_complex_array | , | |||
elem_xpow | ||||
) |
DEFNDBINOP_OP | ( | add | , | |
float_complex_matrix | , | |||
float_complex_matrix | , | |||
float_complex_array | , | |||
float_complex_array | , | |||
+ | ||||
) |
mx_el_le mx_el_ge DEFNDCMPLXCMPOP_FN | ( | gt | , | |
float_complex_matrix | , | |||
float_complex_matrix | , | |||
float_complex_array | , | |||
float_complex_array | , | |||
mx_el_gt | ||||
) |
mx_el_le DEFNDCMPLXCMPOP_FN | ( | eq | , | |
float_complex_matrix | , | |||
float_complex_matrix | , | |||
float_complex_array | , | |||
float_complex_array | , | |||
mx_el_eq | ||||
) |
DEFNDCMPLXCMPOP_FN | ( | lt | , | |
float_complex_matrix | , | |||
float_complex_matrix | , | |||
float_complex_array | , | |||
float_complex_array | , | |||
mx_el_lt | ||||
) |
DEFUNOP | ( | transpose | , | |
float_complex_matrix | ||||
) |
Definition at line 44 of file op-fcm-fcm.cc.
References CAST_UNOP_ARG, error(), and octave_value().
DEFUNOP | ( | hermitian | , | |
float_complex_matrix | ||||
) |
Definition at line 57 of file op-fcm-fcm.cc.
References CAST_UNOP_ARG, error(), and octave_value().
mx_el_le mx_el_ge mx_el_ne float_complex_array |
Definition at line 78 of file op-fcm-fcm.cc.
Referenced by DEFUN(), and DEFUN_DLD().
mx_el_le mx_el_ge mx_el_ne float_complex_matrix |
Definition at line 78 of file op-fcm-fcm.cc.