#include "mx-s-cm.h"
#include "mx-cm-s.h"
#include "mx-s-cnda.h"
#include "mx-cnda-s.h"
#include "gripes.h"
#include "oct-obj.h"
#include "ov.h"
#include "ov-scalar.h"
#include "ov-float.h"
#include "ov-cx-mat.h"
#include "ov-flt-cx-mat.h"
#include "ov-re-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, scalar, complex_matrix) | |
DEFBINOP (ldiv, scalar, complex_matrix) | |
DEFBINOP (el_ldiv, scalar, complex_matrix) | |
DEFCONV (complex_matrix_conv, scalar, complex_matrix) | |
void | install_s_cm_ops (void) |
DEFBINOP | ( | div | , | |
scalar | , | |||
complex_matrix | ||||
) |
Definition at line 51 of file op-s-cm.cc.
References CAST_BINOP_ARGS(), and xdiv().
DEFBINOP | ( | ldiv | , | |
scalar | , | |||
complex_matrix | ||||
) |
Definition at line 67 of file op-s-cm.cc.
References CAST_BINOP_ARGS(), d, gripe_divide_by_zero(), and octave_value().
DEFBINOP | ( | el_ldiv | , | |
scalar | , | |||
complex_matrix | ||||
) |
Definition at line 90 of file op-s-cm.cc.
References CAST_BINOP_ARGS(), d, gripe_divide_by_zero(), and octave_value().
DEFCONV | ( | complex_matrix_conv | , | |
scalar | , | |||
complex_matrix | ||||
) |
Definition at line 107 of file op-s-cm.cc.
References CAST_CONV_ARG.
void install_s_cm_ops | ( | void | ) |
Definition at line 115 of file op-s-cm.cc.
References INSTALL_ASSIGNCONV, INSTALL_BINOP, INSTALL_CATOP, INSTALL_WIDENOP, and pow().