Functions

op-cs-scm.cc File Reference

#include "gripes.h"
#include "oct-obj.h"
#include "ov.h"
#include "ov-typeinfo.h"
#include "ov-cx-mat.h"
#include "ov-complex.h"
#include "ops.h"
#include "xpow.h"
#include "sparse-xpow.h"
#include "sparse-xdiv.h"
#include "ov-cx-sparse.h"
Include dependency graph for op-cs-scm.cc:

Go to the source code of this file.

Functions

 DEFBINOP (div, complex, sparse_complex_matrix)
 DEFBINOP (pow, complex, sparse_complex_matrix)
 DEFBINOP (el_ldiv, complex, sparse_complex_matrix)
 DEFBINOP (ldiv, complex, sparse_complex_matrix)
 DEFCATOP (cs_scm, complex, sparse_complex_matrix)
 DEFCONV (sparse_complex_matrix_conv, complex, sparse_complex_matrix)
void install_cs_scm_ops (void)

Function Documentation

DEFBINOP ( div  ,
complex  ,
sparse_complex_matrix   
)

Definition at line 47 of file op-cs-scm.cc.

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

DEFBINOP ( pow  ,
complex  ,
sparse_complex_matrix   
)

Definition at line 71 of file op-cs-scm.cc.

References CAST_BINOP_ARGS(), and xpow().

DEFBINOP ( el_ldiv  ,
complex  ,
sparse_complex_matrix   
)

Definition at line 102 of file op-cs-scm.cc.

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

DEFBINOP ( ldiv  ,
complex  ,
sparse_complex_matrix   
)

Definition at line 78 of file op-cs-scm.cc.

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

DEFCATOP ( cs_scm  ,
complex  ,
sparse_complex_matrix   
)

Definition at line 120 of file op-cs-scm.cc.

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

DEFCONV ( sparse_complex_matrix_conv  ,
complex  ,
sparse_complex_matrix   
)

Definition at line 128 of file op-cs-scm.cc.

References CAST_CONV_ARG.

void install_cs_scm_ops ( void   ) 

Definition at line 137 of file op-cs-scm.cc.

References INSTALL_ASSIGNCONV, INSTALL_BINOP, INSTALL_CATOP, INSTALL_WIDENOP, and pow().

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines