Navigation

Operators and Keywords

Function List:

C++ API

op-scm-cm.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-scm-cm.cc:

Functions

 DEFBINOP (div, sparse_complex_matrix, complex_matrix)
 DEFBINOPX (pow, sparse_complex_matrix, complex_matrix)
 DEFBINOP (ldiv, sparse_complex_matrix, complex_matrix)
 DEFBINOP_FN (trans_mul, sparse_complex_matrix, complex_matrix, trans_mul)
 DEFBINOP_FN (herm_mul, sparse_complex_matrix, complex_matrix, herm_mul)
 DEFBINOP (el_pow, sparse_complex_matrix, complex_matrix)
 DEFBINOP (el_ldiv, sparse_complex_matrix, matrix)
 DEFCATOP (scm_cm, sparse_complex_matrix, complex_matrix)
 DEFASSIGNOP (assign, sparse_complex_matrix, complex_matrix)
void install_scm_cm_ops (void)

Function Documentation

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   ) 
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines