#include "gripes.h"
#include "oct-obj.h"
#include "ov.h"
#include "ov-typeinfo.h"
#include "ov-cx-mat.h"
#include "ops.h"
#include "xdiv.h"
#include "sparse-xpow.h"
#include "sparse-xdiv.h"
#include "smx-sm-cm.h"
#include "smx-cm-sm.h"
#include "ov-re-sparse.h"
Go to the source code of this file.
Functions | |
DEFBINOP (div, complex_matrix, sparse_matrix) | |
DEFBINOP (el_pow, complex_matrix, sparse_matrix) | |
DEFBINOP (el_ldiv, complex_matrix, sparse_matrix) | |
DEFBINOP (ldiv, complex_matrix, sparse_matrix) | |
DEFBINOPX (pow, complex_matrix, sparse_matrix) | |
DEFCATOP (cm_sm, complex_matrix, sparse_matrix) | |
void | install_cm_sm_ops (void) |
DEFBINOP | ( | div | , | |
complex_matrix | , | |||
sparse_matrix | ||||
) |
Definition at line 49 of file op-cm-sm.cc.
References CAST_BINOP_ARGS(), d, gripe_divide_by_zero(), octave_value(), and xdiv().
DEFBINOP | ( | el_pow | , | |
complex_matrix | , | |||
sparse_matrix | ||||
) |
Definition at line 103 of file op-cm-sm.cc.
References CAST_BINOP_ARGS(), elem_xpow(), and octave_value().
DEFBINOP | ( | el_ldiv | , | |
complex_matrix | , | |||
sparse_matrix | ||||
) |
Definition at line 113 of file op-cm-sm.cc.
References CAST_BINOP_ARGS(), octave_value(), and quotient().
DEFBINOP | ( | ldiv | , | |
complex_matrix | , | |||
sparse_matrix | ||||
) |
Definition at line 80 of file op-cm-sm.cc.
References CAST_BINOP_ARGS(), and xleftdiv().
DEFBINOPX | ( | pow | , | |
complex_matrix | , | |||
sparse_matrix | ||||
) |
Definition at line 74 of file op-cm-sm.cc.
References error(), and octave_value().
DEFCATOP | ( | cm_sm | , | |
complex_matrix | , | |||
sparse_matrix | ||||
) |
Definition at line 124 of file op-cm-sm.cc.
References CAST_BINOP_ARGS(), concat(), and octave_value().
void install_cm_sm_ops | ( | void | ) |
Definition at line 134 of file op-cm-sm.cc.
References INSTALL_ASSIGNCONV, INSTALL_ASSIGNOP, INSTALL_BINOP, INSTALL_CATOP, and pow().