#include "gripes.h"
#include "oct-obj.h"
#include "ov.h"
#include "ov-cx-mat.h"
#include "ov-flt-cx-mat.h"
#include "ov-flt-complex.h"
#include "ov-complex.h"
#include "ov-typeinfo.h"
#include "ops.h"
#include "xdiv.h"
#include "xpow.h"
Go to the source code of this file.
Functions | |
DEFNDBINOP_OP (add, float_complex_matrix, float_complex, float_complex_array, float_complex,+) DEFNDBINOP_OP(sub | |
DEFNDBINOP_OP (mul, float_complex_matrix, float_complex, float_complex_array, float_complex,*) DEFBINOP(div | |
Variables | |
float_complex | |
float_complex_array | |
float_complex_matrix |
DEFNDBINOP_OP | ( | add | , | |
float_complex_matrix | , | |||
float_complex | , | |||
float_complex_array | , | |||
float_complex | , | |||
+ | ||||
) |
DEFNDBINOP_OP | ( | mul | , | |
float_complex_matrix | , | |||
float_complex | , | |||
float_complex_array | , | |||
float_complex | , | |||
* | ||||
) |
mx_el_le mx_el_ge float_complex |
Definition at line 43 of file op-fcm-fcs.cc.
Referenced by DEFUN(), DEFUN_DLD(), and do_trilu().
Definition at line 43 of file op-fcm-fcs.cc.
Definition at line 43 of file op-fcm-fcs.cc.