#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"
Go to the source code of this file.
Functions | |
void | install_fcn_ops (octave::type_info &ti) |
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) |
void install_fcn_ops | ( | octave::type_info & | ti | ) |
Definition at line 57 of file op-fcn.cc.
References INSTALL_BINOP_TI, op_eq(), and op_ne().
|
static |
Definition at line 40 of file op-fcn.cc.
References a2, is_equal_to(), and v2.
|
static |
Definition at line 48 of file op-fcn.cc.
References a2, is_equal_to(), and v2.