Functions

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

Go to the source code of this file.

Functions

 DEFBINOP (div, matrix, sparse_complex_matrix)
 DEFBINOP (el_pow, matrix, sparse_complex_matrix)
 DEFBINOP (el_ldiv, matrix, sparse_complex_matrix)
 DEFBINOP (ldiv, matrix, sparse_complex_matrix)
 DEFBINOPX (pow, matrix, sparse_complex_matrix)
 DEFCATOP (m_scm, matrix, sparse_complex_matrix)
 DEFCONV (sparse_complex_matrix_conv, matrix, sparse_complex_matrix)
void install_m_scm_ops (void)

Function Documentation

DEFBINOP ( div  ,
matrix  ,
sparse_complex_matrix   
)

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

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

DEFBINOP ( el_pow  ,
matrix  ,
sparse_complex_matrix   
)

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

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

DEFBINOP ( el_ldiv  ,
matrix  ,
sparse_complex_matrix   
)

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

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

DEFBINOP ( ldiv  ,
matrix  ,
sparse_complex_matrix   
)

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

References CAST_BINOP_ARGS(), and xleftdiv().

DEFBINOPX ( pow  ,
matrix  ,
sparse_complex_matrix   
)

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

References error(), and octave_value().

DEFCATOP ( m_scm  ,
matrix  ,
sparse_complex_matrix   
)

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

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

DEFCONV ( sparse_complex_matrix_conv  ,
matrix  ,
sparse_complex_matrix   
)

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

References CAST_CONV_ARG.

void install_m_scm_ops ( void   ) 

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

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

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines