Navigation

Operators and Keywords

Function List:

C++ API

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:

Functions

 DEFBINOP (div, complex_matrix, sparse_complex_matrix)
 DEFBINOPX (pow, complex_matrix, sparse_complex_matrix)
 DEFBINOP (ldiv, complex_matrix, sparse_complex_matrix)
 DEFBINOP_FN (mul_trans, complex_matrix, sparse_complex_matrix, mul_trans)
 DEFBINOP_FN (mul_herm, complex_matrix, sparse_complex_matrix, mul_herm)
 DEFBINOP (el_pow, complex_matrix, sparse_complex_matrix)
 DEFBINOP (el_ldiv, sparse_complex_matrix, 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   
)
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   
)
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines