#include "gripes.h"
#include "oct-obj.h"
#include "ov.h"
#include "ov-typeinfo.h"
#include "ov-null-mat.h"
#include "ops.h"
#include "sparse-xdiv.h"
#include "sparse-xpow.h"
#include "ov-re-sparse.h"
#include "ov-cx-sparse.h"
#include "ov-cx-mat.h"
#include "xdiv.h"
#include "xpow.h"
Go to the source code of this file.
Functions | |
DEFBINOP (div, sparse_complex_matrix, sparse_complex_matrix) | |
DEFBINOP (ldiv, sparse_complex_matrix, sparse_complex_matrix) | |
DEFBINOP (el_ldiv, sparse_complex_matrix, sparse_complex_matrix) | |
DEFBINOPX (pow, sparse_complex_matrix, sparse_complex_matrix) | |
DEFUNOP (hermitian, sparse_complex_matrix) | |
DEFUNOP (transpose, sparse_complex_matrix) | |
void | install_scm_scm_ops (void) |
DEFBINOP | ( | div | , | |
sparse_complex_matrix | , | |||
sparse_complex_matrix | ||||
) |
Definition at line 98 of file op-scm-scm.cc.
References CAST_BINOP_ARGS(), d, gripe_divide_by_zero(), octave_value(), and xdiv().
DEFBINOP | ( | ldiv | , | |
sparse_complex_matrix | , | |||
sparse_complex_matrix | ||||
) |
Definition at line 129 of file op-scm-scm.cc.
References CAST_BINOP_ARGS(), d, gripe_divide_by_zero(), octave_value(), and xleftdiv().
DEFBINOP | ( | el_ldiv | , | |
sparse_complex_matrix | , | |||
sparse_complex_matrix | ||||
) |
Definition at line 167 of file op-scm-scm.cc.
References CAST_BINOP_ARGS(), octave_value(), and quotient().
DEFBINOPX | ( | pow | , | |
sparse_complex_matrix | , | |||
sparse_complex_matrix | ||||
) |
Definition at line 123 of file op-scm-scm.cc.
References error(), and octave_value().
DEFUNOP | ( | hermitian | , | |
sparse_complex_matrix | ||||
) |
Definition at line 67 of file op-scm-scm.cc.
References CAST_UNOP_ARG, and octave_value().
DEFUNOP | ( | transpose | , | |
sparse_complex_matrix | ||||
) |
Definition at line 59 of file op-scm-scm.cc.
References CAST_UNOP_ARG, and octave_value().
void install_scm_scm_ops | ( | void | ) |
Definition at line 186 of file op-scm-scm.cc.
References INSTALL_ASSIGNOP, INSTALL_BINOP, INSTALL_CATOP, INSTALL_NCUNOP, INSTALL_UNOP, pow(), and transpose().