#include "gripes.h"
#include "oct-obj.h"
#include "ov.h"
#include "ov-re-mat.h"
#include "ov-flt-re-mat.h"
#include "ov-flt-cx-mat.h"
#include "ov-scalar.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, matrix, scalar) | |
DEFBINOP (ldiv, matrix, scalar) | |
DEFBINOP (el_ldiv, matrix, scalar) | |
DEFBINOP (el_div, matrix, scalar) | |
void | install_m_s_ops (void) |
DEFBINOP | ( | div | , | |
matrix | , | |||
scalar | ||||
) |
Definition at line 45 of file op-m-s.cc.
References CAST_BINOP_ARGS(), d, gripe_divide_by_zero(), and octave_value().
DEFBINOP | ( | ldiv | , | |
matrix | , | |||
scalar | ||||
) |
Definition at line 59 of file op-m-s.cc.
References CAST_BINOP_ARGS(), and xleftdiv().
DEFBINOP | ( | el_ldiv | , | |
matrix | , | |||
scalar | ||||
) |
Definition at line 96 of file op-m-s.cc.
References CAST_BINOP_ARGS(), and x_el_div().
DEFBINOP | ( | el_div | , | |
matrix | , | |||
scalar | ||||
) |
Definition at line 82 of file op-m-s.cc.
References CAST_BINOP_ARGS(), d, gripe_divide_by_zero(), and octave_value().
void install_m_s_ops | ( | void | ) |
Definition at line 118 of file op-m-s.cc.
References INSTALL_ASSIGNOP, INSTALL_BINOP, INSTALL_CATOP, octave_value::op_lt, pow(), and octave_value_typeinfo::register_binary_op().