#include "gripes.h"
#include "oct-obj.h"
#include "ov.h"
#include "ov-typeinfo.h"
#include "ov-complex.h"
#include "ops.h"
#include "xpow.h"
#include "sparse-xpow.h"
#include "sparse-xdiv.h"
#include "ov-re-sparse.h"
#include "ov-cx-sparse.h"
#include "smx-sm-cs.h"
#include "smx-cs-sm.h"
Go to the source code of this file.
Functions | |
DEFBINOP (div, sparse_matrix, complex) | |
DEFBINOP (pow, sparse_matrix, complex) | |
DEFBINOP (el_div, sparse_matrix, complex) | |
DEFBINOP (el_ldiv, sparse_matrix, complex) | |
DEFBINOP (ldiv, sparse_matrix, complex) | |
DEFCATOP (sm_cs, sparse_matrix, complex) | |
void | install_sm_cs_ops (void) |
DEFBINOP | ( | div | , | |
sparse_matrix | , | |||
complex | ||||
) |
Definition at line 49 of file op-sm-cs.cc.
References CAST_BINOP_ARGS(), d, gripe_divide_by_zero(), and octave_value().
DEFBINOP | ( | pow | , | |
sparse_matrix | , | |||
complex | ||||
) |
Definition at line 64 of file op-sm-cs.cc.
References CAST_BINOP_ARGS(), and xpow().
DEFBINOP | ( | el_div | , | |
sparse_matrix | , | |||
complex | ||||
) |
Definition at line 103 of file op-sm-cs.cc.
References CAST_BINOP_ARGS(), d, gripe_divide_by_zero(), and octave_value().
DEFBINOP | ( | el_ldiv | , | |
sparse_matrix | , | |||
complex | ||||
) |
Definition at line 120 of file op-sm-cs.cc.
References CAST_BINOP_ARGS(), octave_value(), and x_el_div().
DEFBINOP | ( | ldiv | , | |
sparse_matrix | , | |||
complex | ||||
) |
Definition at line 70 of file op-sm-cs.cc.
References CAST_BINOP_ARGS(), d, gripe_divide_by_zero(), octave_value(), and xleftdiv().
DEFCATOP | ( | sm_cs | , | |
sparse_matrix | , | |||
complex | ||||
) |
Definition at line 131 of file op-sm-cs.cc.
References CAST_BINOP_ARGS(), concat(), and octave_value().
void install_sm_cs_ops | ( | void | ) |
Definition at line 139 of file op-sm-cs.cc.
References INSTALL_ASSIGNCONV, INSTALL_BINOP, INSTALL_CATOP, and pow().