GNU Octave  4.2.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
op-fcn.cc File Reference
#include "errwarn.h"
#include "ovl.h"
#include "ov.h"
#include "ov-fcn-handle.h"
#include "ov-scalar.h"
#include "ov-typeinfo.h"
#include "ops.h"
Include dependency graph for op-fcn.cc:

Go to the source code of this file.

Functions

void install_fcn_ops (void)
 
static octave_value oct_binop_eq (const octave_base_value &a1, const octave_base_value &a2)
 
static octave_value oct_binop_ne (const octave_base_value &a1, const octave_base_value &a2)
 

Function Documentation

void install_fcn_ops ( void  )

Definition at line 52 of file op-fcn.cc.

References INSTALL_BINOP, op_eq(), and op_ne().

Referenced by install_ops().

static octave_value oct_binop_eq ( const octave_base_value a1,
const octave_base_value a2 
)
static

Definition at line 35 of file op-fcn.cc.

References a2, octave_fcn_handle::is_equal_to(), and v2.

static octave_value oct_binop_ne ( const octave_base_value a1,
const octave_base_value a2 
)
static

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

References a2, octave_fcn_handle::is_equal_to(), and v2.