Functions

op-cs-cs.cc File Reference

#include "Array-util.h"
#include "gripes.h"
#include "oct-obj.h"
#include "ov.h"
#include "ov-complex.h"
#include "ov-cx-mat.h"
#include "ov-flt-cx-mat.h"
#include "ov-typeinfo.h"
#include "ov-null-mat.h"
#include "ops.h"
#include "xdiv.h"
#include "xpow.h"
Include dependency graph for op-cs-cs.cc:

Go to the source code of this file.

Functions

 CONVDECL (complex_to_float_complex)
 DEFBINOP (div, complex, complex)
 DEFBINOP (ldiv, complex, complex)
 DEFBINOP (el_or, complex, complex)
 DEFBINOP (el_and, complex, complex)
 DEFBINOP (el_div, complex, complex)
 DEFBINOP (el_ldiv, complex, complex)
 DEFUNOP (hermitian, complex)
 DEFUNOP (not, complex)
void install_cs_cs_ops (void)

Function Documentation

CONVDECL ( complex_to_float_complex   ) 

Definition at line 149 of file op-cs-cs.cc.

References CAST_CONV_ARG.

DEFBINOP ( div  ,
complex  ,
complex   
)

Definition at line 72 of file op-cs-cs.cc.

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

DEFBINOP ( ldiv  ,
complex  ,
complex   
)

Definition at line 86 of file op-cs-cs.cc.

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

DEFBINOP ( el_or  ,
complex  ,
complex   
)

Definition at line 140 of file op-cs-cs.cc.

References CAST_BINOP_ARGS().

DEFBINOP ( el_and  ,
complex  ,
complex   
)

Definition at line 133 of file op-cs-cs.cc.

References CAST_BINOP_ARGS().

DEFBINOP ( el_div  ,
complex  ,
complex   
)

Definition at line 107 of file op-cs-cs.cc.

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

DEFBINOP ( el_ldiv  ,
complex  ,
complex   
)

Definition at line 121 of file op-cs-cs.cc.

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

DEFUNOP ( hermitian  ,
complex   
)

Definition at line 56 of file op-cs-cs.cc.

References CAST_UNOP_ARG, conj(), and octave_value().

DEFUNOP ( not  ,
complex   
)

Definition at line 43 of file op-cs-cs.cc.

References CAST_UNOP_ARG, gripe_nan_to_logical_conversion(), octave_value(), x, and xisnan().

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