#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-scm-cm.h"
#include "smx-cm-scm.h"
#include "ov-cx-sparse.h"
Go to the source code of this file.
Functions | |
DEFASSIGNOP (assign, sparse_complex_matrix, complex_matrix) | |
DEFBINOP (div, sparse_complex_matrix, complex_matrix) | |
DEFBINOP (ldiv, sparse_complex_matrix, complex_matrix) | |
DEFBINOP (el_pow, sparse_complex_matrix, complex_matrix) | |
DEFBINOP (el_ldiv, sparse_complex_matrix, matrix) | |
DEFBINOP_FN (trans_mul, sparse_complex_matrix, complex_matrix, trans_mul) | |
DEFBINOP_FN (herm_mul, sparse_complex_matrix, complex_matrix, herm_mul) | |
DEFBINOPX (pow, sparse_complex_matrix, complex_matrix) | |
DEFCATOP (scm_cm, sparse_complex_matrix, complex_matrix) | |
void | install_scm_cm_ops (void) |
DEFASSIGNOP | ( | assign | , | |
sparse_complex_matrix | , | |||
complex_matrix | ||||
) |
Definition at line 137 of file op-scm-cm.cc.
References CAST_BINOP_ARGS(), and octave_value().
DEFBINOP | ( | div | , | |
sparse_complex_matrix | , | |||
complex_matrix | ||||
) |
Definition at line 49 of file op-scm-cm.cc.
References CAST_BINOP_ARGS(), and xdiv().
DEFBINOP | ( | ldiv | , | |
sparse_complex_matrix | , | |||
complex_matrix | ||||
) |
Definition at line 68 of file op-scm-cm.cc.
References CAST_BINOP_ARGS(), d, gripe_divide_by_zero(), octave_value(), and xleftdiv().
DEFBINOP | ( | el_pow | , | |
sparse_complex_matrix | , | |||
complex_matrix | ||||
) |
Definition at line 106 of file op-scm-cm.cc.
References CAST_BINOP_ARGS(), elem_xpow(), octave_value(), and SparseComplexMatrix.
DEFBINOP | ( | el_ldiv | , | |
sparse_complex_matrix | , | |||
matrix | ||||
) |
Definition at line 116 of file op-scm-cm.cc.
References CAST_BINOP_ARGS(), octave_value(), and quotient().
DEFBINOP_FN | ( | trans_mul | , | |
sparse_complex_matrix | , | |||
complex_matrix | , | |||
trans_mul | ||||
) |
DEFBINOP_FN | ( | herm_mul | , | |
sparse_complex_matrix | , | |||
complex_matrix | , | |||
herm_mul | ||||
) |
DEFBINOPX | ( | pow | , | |
sparse_complex_matrix | , | |||
complex_matrix | ||||
) |
Definition at line 62 of file op-scm-cm.cc.
References error(), and octave_value().
DEFCATOP | ( | scm_cm | , | |
sparse_complex_matrix | , | |||
complex_matrix | ||||
) |
Definition at line 128 of file op-scm-cm.cc.
References CAST_BINOP_ARGS(), concat(), and octave_value().
void install_scm_cm_ops | ( | void | ) |
Definition at line 148 of file op-scm-cm.cc.
References herm_mul(), INSTALL_ASSIGNOP, INSTALL_BINOP, INSTALL_CATOP, pow(), and trans_mul().