Functions

op-scm-m.cc File Reference

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

Go to the source code of this file.

Functions

 DEFASSIGNOP (assign, sparse_complex_matrix, matrix)
 DEFBINOP (el_pow, sparse_complex_matrix, matrix)
 DEFBINOP (ldiv, sparse_complex_matrix, matrix)
 DEFBINOP (el_ldiv, sparse_complex_matrix, matrix)
 DEFBINOP (div, sparse_complex_matrix, matrix)
 DEFBINOPX (pow, sparse_complex_matrix, matrix)
 DEFCATOP (scm_m, sparse_complex_matrix, matrix)
void install_scm_m_ops (void)

Function Documentation

DEFASSIGNOP ( assign  ,
sparse_complex_matrix  ,
matrix   
)

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

References CAST_BINOP_ARGS(), and octave_value().

DEFBINOP ( el_pow  ,
sparse_complex_matrix  ,
matrix   
)

Definition at line 104 of file op-scm-m.cc.

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

DEFBINOP ( ldiv  ,
sparse_complex_matrix  ,
matrix   
)

Definition at line 69 of file op-scm-m.cc.

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

DEFBINOP ( el_ldiv  ,
sparse_complex_matrix  ,
matrix   
)

Definition at line 114 of file op-scm-m.cc.

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

DEFBINOP ( div  ,
sparse_complex_matrix  ,
matrix   
)

Definition at line 50 of file op-scm-m.cc.

References CAST_BINOP_ARGS(), and xdiv().

DEFBINOPX ( pow  ,
sparse_complex_matrix  ,
matrix   
)

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

References error(), and octave_value().

DEFCATOP ( scm_m  ,
sparse_complex_matrix  ,
matrix   
)

Definition at line 126 of file op-scm-m.cc.

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

void install_scm_m_ops ( void   ) 

Definition at line 144 of file op-scm-m.cc.

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

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines