#include "gripes.h"
#include "oct-obj.h"
#include "ov.h"
#include "ov-complex.h"
#include "ov-cx-mat.h"
#include "ov-typeinfo.h"
#include "ops.h"
#include "xdiv.h"
#include "xpow.h"
Go to the source code of this file.
Functions | |
DEFBINOP (div, complex, complex_matrix) | |
DEFBINOP (ldiv, complex, complex_matrix) | |
DEFBINOP (el_ldiv, complex, complex_matrix) | |
DEFCONV (complex_matrix_conv, complex, complex_matrix) | |
void | install_cs_cm_ops (void) |
DEFBINOP | ( | div | , | |
complex | , | |||
complex_matrix | ||||
) |
Definition at line 43 of file op-cs-cm.cc.
References CAST_BINOP_ARGS(), and xdiv().
DEFBINOP | ( | ldiv | , | |
complex | , | |||
complex_matrix | ||||
) |
Definition at line 59 of file op-cs-cm.cc.
References CAST_BINOP_ARGS(), d, gripe_divide_by_zero(), and octave_value().
DEFBINOP | ( | el_ldiv | , | |
complex | , | |||
complex_matrix | ||||
) |
Definition at line 82 of file op-cs-cm.cc.
References CAST_BINOP_ARGS(), d, gripe_divide_by_zero(), and octave_value().
DEFCONV | ( | complex_matrix_conv | , | |
complex | , | |||
complex_matrix | ||||
) |
Definition at line 99 of file op-cs-cm.cc.
References CAST_CONV_ARG.
void install_cs_cm_ops | ( | void | ) |
Definition at line 107 of file op-cs-cm.cc.
References INSTALL_ASSIGNCONV, INSTALL_BINOP, INSTALL_CATOP, INSTALL_WIDENOP, and pow().