Functions

op-sm-sm.cc File Reference

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

Go to the source code of this file.

Functions

 DEFBINOP (div, sparse_matrix, sparse_matrix)
 DEFBINOP (ldiv, sparse_matrix, sparse_matrix)
 DEFBINOP (el_ldiv, sparse_matrix, sparse_matrix)
 DEFBINOPX (pow, sparse_matrix, sparse_matrix)
 DEFUNOP (transpose, sparse_matrix)
void install_sm_sm_ops (void)
static octave_value oct_binop_sub (const octave_base_value &a1, const octave_base_value &a2)

Function Documentation

DEFBINOP ( div  ,
sparse_matrix  ,
sparse_matrix   
)

Definition at line 71 of file op-sm-sm.cc.

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

DEFBINOP ( ldiv  ,
sparse_matrix  ,
sparse_matrix   
)

Definition at line 101 of file op-sm-sm.cc.

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

DEFBINOP ( el_ldiv  ,
sparse_matrix  ,
sparse_matrix   
)

Definition at line 138 of file op-sm-sm.cc.

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

DEFBINOPX ( pow  ,
sparse_matrix  ,
sparse_matrix   
)

Definition at line 95 of file op-sm-sm.cc.

References error(), and octave_value().

DEFUNOP ( transpose  ,
sparse_matrix   
)

Definition at line 46 of file op-sm-sm.cc.

References CAST_UNOP_ARG, and octave_value().

void install_sm_sm_ops ( void   ) 

Definition at line 155 of file op-sm-sm.cc.

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

static octave_value oct_binop_sub ( const octave_base_value a1,
const octave_base_value a2 
) [static]

Definition at line 60 of file op-sm-sm.cc.

References octave_value(), and octave_sparse_matrix::sparse_matrix_value().

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines