Functions

op-m-sm.cc File Reference

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

Go to the source code of this file.

Functions

 DEFBINOP (div, matrix, sparse_matrix)
 DEFBINOP (el_pow, matrix, sparse_matrix)
 DEFBINOP (ldiv, matrix, sparse_matrix)
 DEFBINOP (el_ldiv, matrix, sparse_matrix)
 DEFBINOP_FN (mul_trans, matrix, sparse_matrix, mul_trans)
 DEFBINOPX (pow, matrix, sparse_matrix)
 DEFCATOP (m_sm, matrix, sparse_matrix)
 DEFCONV (sparse_matrix_conv, matrix, sparse_matrix)
void install_m_sm_ops (void)

Function Documentation

DEFBINOP ( div  ,
matrix  ,
sparse_matrix   
)

Definition at line 49 of file op-m-sm.cc.

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

DEFBINOP ( el_pow  ,
matrix  ,
sparse_matrix   
)

Definition at line 102 of file op-m-sm.cc.

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

DEFBINOP ( ldiv  ,
matrix  ,
sparse_matrix   
)

Definition at line 79 of file op-m-sm.cc.

References CAST_BINOP_ARGS(), and xleftdiv().

DEFBINOP ( el_ldiv  ,
matrix  ,
sparse_matrix   
)

Definition at line 110 of file op-m-sm.cc.

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

DEFBINOP_FN ( mul_trans  ,
matrix  ,
sparse_matrix  ,
mul_trans   
)
DEFBINOPX ( pow  ,
matrix  ,
sparse_matrix   
)

Definition at line 73 of file op-m-sm.cc.

References error(), and octave_value().

DEFCATOP ( m_sm  ,
matrix  ,
sparse_matrix   
)

Definition at line 121 of file op-m-sm.cc.

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

DEFCONV ( sparse_matrix_conv  ,
matrix  ,
sparse_matrix   
)

Definition at line 128 of file op-m-sm.cc.

References CAST_CONV_ARG.

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