GNU Octave  4.0.0
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 "gripes.h"
#include "oct-obj.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 50 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 CAST_BINOP_ARGS, v1, and v2.

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

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

References CAST_BINOP_ARGS, v1, and v2.