Functions

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

Go to the source code of this file.

Functions

 DEFASSIGNOP (assign, sparse_complex_matrix, complex)
 DEFBINOP (pow, sparse_complex_matrix, complex)
 DEFBINOP (ldiv, sparse_complex_matrix, complex)
 DEFBINOP (el_div, sparse_complex_matrix, complex)
 DEFBINOP (el_ldiv, sparse_complex_matrix, complex)
 DEFBINOP (div, sparse_complex_matrix, complex)
 DEFCATOP (scm_cs, sparse_complex_matrix, complex)
void install_scm_cs_ops (void)

Function Documentation

DEFASSIGNOP ( assign  ,
sparse_complex_matrix  ,
complex   
)

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

References CAST_BINOP_ARGS(), and octave_value().

DEFBINOP ( pow  ,
sparse_complex_matrix  ,
complex   
)

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

References CAST_BINOP_ARGS(), and xpow().

DEFBINOP ( ldiv  ,
sparse_complex_matrix  ,
complex   
)

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

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

DEFBINOP ( el_div  ,
sparse_complex_matrix  ,
complex   
)

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

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

DEFBINOP ( el_ldiv  ,
sparse_complex_matrix  ,
complex   
)

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

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

DEFBINOP ( div  ,
sparse_complex_matrix  ,
complex   
)

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

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

DEFCATOP ( scm_cs  ,
sparse_complex_matrix  ,
complex   
)

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

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

void install_scm_cs_ops ( void   ) 

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

References INSTALL_ASSIGNOP, INSTALL_BINOP, INSTALL_CATOP, and pow().

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines