Functions

op-s-m.cc File Reference

#include "gripes.h"
#include "oct-obj.h"
#include "ov.h"
#include "ov-scalar.h"
#include "ov-float.h"
#include "ov-re-mat.h"
#include "ov-flt-re-mat.h"
#include "ov-typeinfo.h"
#include "ops.h"
#include "xdiv.h"
#include "xpow.h"
Include dependency graph for op-s-m.cc:

Go to the source code of this file.

Functions

 DEFBINOP (div, scalar, matrix)
 DEFBINOP (ldiv, scalar, matrix)
 DEFBINOP (el_ldiv, scalar, matrix)
 DEFCONV (matrix_conv, scalar, matrix)
void install_s_m_ops (void)

Function Documentation

DEFBINOP ( div  ,
scalar  ,
matrix   
)

Definition at line 45 of file op-s-m.cc.

References CAST_BINOP_ARGS(), and xdiv().

DEFBINOP ( ldiv  ,
scalar  ,
matrix   
)

Definition at line 61 of file op-s-m.cc.

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

DEFBINOP ( el_ldiv  ,
scalar  ,
matrix   
)

Definition at line 84 of file op-s-m.cc.

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

DEFCONV ( matrix_conv  ,
scalar  ,
matrix   
)

Definition at line 101 of file op-s-m.cc.

References CAST_CONV_ARG.

void install_s_m_ops ( void   ) 

Definition at line 109 of file op-s-m.cc.

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

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines