Functions

op-scm-scm.cc File Reference

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

Go to the source code of this file.

Functions

 DEFBINOP (div, sparse_complex_matrix, sparse_complex_matrix)
 DEFBINOP (ldiv, sparse_complex_matrix, sparse_complex_matrix)
 DEFBINOP (el_ldiv, sparse_complex_matrix, sparse_complex_matrix)
 DEFBINOPX (pow, sparse_complex_matrix, sparse_complex_matrix)
 DEFUNOP (hermitian, sparse_complex_matrix)
 DEFUNOP (transpose, sparse_complex_matrix)
void install_scm_scm_ops (void)

Function Documentation

DEFBINOP ( div  ,
sparse_complex_matrix  ,
sparse_complex_matrix   
)

Definition at line 98 of file op-scm-scm.cc.

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

DEFBINOP ( ldiv  ,
sparse_complex_matrix  ,
sparse_complex_matrix   
)

Definition at line 129 of file op-scm-scm.cc.

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

DEFBINOP ( el_ldiv  ,
sparse_complex_matrix  ,
sparse_complex_matrix   
)

Definition at line 167 of file op-scm-scm.cc.

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

DEFBINOPX ( pow  ,
sparse_complex_matrix  ,
sparse_complex_matrix   
)

Definition at line 123 of file op-scm-scm.cc.

References error(), and octave_value().

DEFUNOP ( hermitian  ,
sparse_complex_matrix   
)

Definition at line 67 of file op-scm-scm.cc.

References CAST_UNOP_ARG, and octave_value().

DEFUNOP ( transpose  ,
sparse_complex_matrix   
)

Definition at line 59 of file op-scm-scm.cc.

References CAST_UNOP_ARG, and octave_value().

void install_scm_scm_ops ( void   ) 
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines