#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"
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,*) | |
Variables | |
float_complex_matrix | |
float_complex | |
float_complex_array |
DEFNDBINOP_OP | ( | mul | , | |
float_complex_matrix | , | |||
float_complex | , | |||
float_complex_array | , | |||
float_complex | , | |||
* | ||||
) |
DEFNDBINOP_OP | ( | add | , | |
float_complex_matrix | , | |||
float_complex | , | |||
float_complex_array | , | |||
float_complex | , | |||
+ | ||||
) |