#include "gripes.h"
#include "oct-obj.h"
#include "ov.h"
#include "ov-typeinfo.h"
#include "ov-re-mat.h"
#include "ops.h"
#include "xdiv.h"
#include "sparse-xpow.h"
#include "sparse-xdiv.h"
#include "smx-sm-m.h"
#include "smx-m-sm.h"
#include "ov-re-sparse.h"
Go to the source code of this file.
Functions | |
DEFASSIGNOP (assign, sparse_matrix, matrix) | |
DEFBINOP (div, sparse_matrix, matrix) | |
DEFBINOP (el_pow, sparse_matrix, matrix) | |
DEFBINOP (ldiv, sparse_matrix, matrix) | |
DEFBINOP (el_ldiv, sparse_matrix, matrix) | |
DEFBINOP_FN (trans_mul, sparse_matrix, matrix, trans_mul) | |
DEFBINOPX (pow, sparse_matrix, matrix) | |
DEFCATOP (sm_m, sparse_matrix, matrix) | |
void | install_sm_m_ops (void) |
DEFASSIGNOP | ( | assign | , | |
sparse_matrix | , | |||
matrix | ||||
) |
Definition at line 129 of file op-sm-m.cc.
References CAST_BINOP_ARGS(), and octave_value().
DEFBINOP | ( | div | , | |
sparse_matrix | , | |||
matrix | ||||
) |
Definition at line 49 of file op-sm-m.cc.
References CAST_BINOP_ARGS(), and xdiv().
DEFBINOP | ( | el_pow | , | |
sparse_matrix | , | |||
matrix | ||||
) |
Definition at line 103 of file op-sm-m.cc.
References CAST_BINOP_ARGS(), elem_xpow(), and octave_value().
DEFBINOP | ( | ldiv | , | |
sparse_matrix | , | |||
matrix | ||||
) |
Definition at line 66 of file op-sm-m.cc.
References CAST_BINOP_ARGS(), d, gripe_divide_by_zero(), octave_value(), and xleftdiv().
DEFBINOP | ( | el_ldiv | , | |
sparse_matrix | , | |||
matrix | ||||
) |
Definition at line 111 of file op-sm-m.cc.
References CAST_BINOP_ARGS(), octave_value(), and quotient().
DEFBINOP_FN | ( | trans_mul | , | |
sparse_matrix | , | |||
matrix | , | |||
trans_mul | ||||
) |
DEFBINOPX | ( | pow | , | |
sparse_matrix | , | |||
matrix | ||||
) |
Definition at line 60 of file op-sm-m.cc.
References error(), and octave_value().
DEFCATOP | ( | sm_m | , | |
sparse_matrix | , | |||
matrix | ||||
) |
Definition at line 122 of file op-sm-m.cc.
References CAST_BINOP_ARGS(), concat(), and octave_value().
void install_sm_m_ops | ( | void | ) |
Definition at line 139 of file op-sm-m.cc.
References INSTALL_ASSIGNOP, INSTALL_BINOP, INSTALL_CATOP, pow(), and trans_mul().