#include "gripes.h"
#include "oct-obj.h"
#include "ov.h"
#include "ov-typeinfo.h"
#include "ov-scalar.h"
#include "ops.h"
#include "xpow.h"
#include "sparse-xpow.h"
#include "sparse-xdiv.h"
#include "ov-re-sparse.h"
Go to the source code of this file.
Functions | |
DEFASSIGNOP (assign, sparse_matrix, scalar) | |
DEFBINOP (pow, sparse_matrix, scalar) | |
DEFBINOP (ldiv, sparse_matrix, scalar) | |
DEFBINOP (el_div, sparse_matrix, scalar) | |
DEFBINOP (el_ldiv, sparse_matrix, scalar) | |
DEFBINOP (div, sparse_matrix, scalar) | |
DEFCATOP (sm_s, sparse_matrix, scalar) | |
void | install_sm_s_ops (void) |
DEFASSIGNOP | ( | assign | , | |
sparse_matrix | , | |||
scalar | ||||
) |
Definition at line 140 of file op-sm-s.cc.
References CAST_BINOP_ARGS(), and octave_value().
DEFBINOP | ( | pow | , | |
sparse_matrix | , | |||
scalar | ||||
) |
Definition at line 61 of file op-sm-s.cc.
References CAST_BINOP_ARGS(), and xpow().
DEFBINOP | ( | ldiv | , | |
sparse_matrix | , | |||
scalar | ||||
) |
Definition at line 72 of file op-sm-s.cc.
References CAST_BINOP_ARGS(), d, gripe_divide_by_zero(), octave_value(), and xleftdiv().
DEFBINOP | ( | el_div | , | |
sparse_matrix | , | |||
scalar | ||||
) |
Definition at line 105 of file op-sm-s.cc.
References CAST_BINOP_ARGS(), d, gripe_divide_by_zero(), and octave_value().
DEFBINOP | ( | el_ldiv | , | |
sparse_matrix | , | |||
scalar | ||||
) |
Definition at line 122 of file op-sm-s.cc.
References CAST_BINOP_ARGS(), octave_value(), and x_el_div().
DEFBINOP | ( | div | , | |
sparse_matrix | , | |||
scalar | ||||
) |
Definition at line 46 of file op-sm-s.cc.
References CAST_BINOP_ARGS(), d, gripe_divide_by_zero(), and octave_value().
DEFCATOP | ( | sm_s | , | |
sparse_matrix | , | |||
scalar | ||||
) |
Definition at line 133 of file op-sm-s.cc.
References CAST_BINOP_ARGS(), concat(), and octave_value().
void install_sm_s_ops | ( | void | ) |
Definition at line 150 of file op-sm-s.cc.
References INSTALL_ASSIGNOP, INSTALL_BINOP, INSTALL_CATOP, and pow().