Functions

op-cm-scm.cc File Reference

#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"
Include dependency graph for op-cm-scm.cc:

Go to the source code of this file.

Functions

 DEFBINOP (div, complex_matrix, sparse_complex_matrix)
 DEFBINOP (ldiv, complex_matrix, sparse_complex_matrix)
 DEFBINOP (el_pow, complex_matrix, sparse_complex_matrix)
 DEFBINOP (el_ldiv, sparse_complex_matrix, matrix)
 DEFBINOP_FN (mul_trans, complex_matrix, sparse_complex_matrix, mul_trans)
 DEFBINOP_FN (mul_herm, complex_matrix, sparse_complex_matrix, mul_herm)
 DEFBINOPX (pow, complex_matrix, sparse_complex_matrix)
 DEFCATOP (cm_scm, complex_matrix, sparse_complex_matrix)
 DEFCONV (sparse_complex_matrix_conv, complex_matrix, sparse_complex_matrix)
 DEFNDASSIGNOP_FN (assign, complex_matrix, sparse_complex_matrix, complex_array, assign) void install_cm_scm_ops(void)

Function Documentation

DEFBINOP ( div  ,
complex_matrix  ,
sparse_complex_matrix   
)

Definition at line 49 of file op-cm-scm.cc.

References CAST_BINOP_ARGS(), d, gripe_divide_by_zero(), octave_value(), and xdiv().

DEFBINOP ( ldiv  ,
complex_matrix  ,
sparse_complex_matrix   
)

Definition at line 81 of file op-cm-scm.cc.

References CAST_BINOP_ARGS(), and xleftdiv().

DEFBINOP ( el_pow  ,
complex_matrix  ,
sparse_complex_matrix   
)

Definition at line 107 of file op-cm-scm.cc.

References CAST_BINOP_ARGS(), elem_xpow(), and octave_value().

DEFBINOP ( el_ldiv  ,
sparse_complex_matrix  ,
matrix   
)

Definition at line 117 of file op-cm-scm.cc.

References CAST_BINOP_ARGS(), octave_value(), and quotient().

DEFBINOP_FN ( mul_trans  ,
complex_matrix  ,
sparse_complex_matrix  ,
mul_trans   
)
DEFBINOP_FN ( mul_herm  ,
complex_matrix  ,
sparse_complex_matrix  ,
mul_herm   
)
DEFBINOPX ( pow  ,
complex_matrix  ,
sparse_complex_matrix   
)

Definition at line 75 of file op-cm-scm.cc.

References error(), and octave_value().

DEFCATOP ( cm_scm  ,
complex_matrix  ,
sparse_complex_matrix   
)

Definition at line 129 of file op-cm-scm.cc.

References CAST_BINOP_ARGS(), concat(), and octave_value().

DEFCONV ( sparse_complex_matrix_conv  ,
complex_matrix  ,
sparse_complex_matrix   
)

Definition at line 138 of file op-cm-scm.cc.

References CAST_CONV_ARG.

DEFNDASSIGNOP_FN ( assign  ,
complex_matrix  ,
sparse_complex_matrix  ,
complex_array  ,
assign   
)
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines