![]() |
GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#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"
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) |
Definition at line 50 of file op-fcn.cc.
References INSTALL_BINOP, op_eq(), and op_ne().
Referenced by install_ops().
|
static |
Definition at line 35 of file op-fcn.cc.
References CAST_BINOP_ARGS, v1, and v2.
|
static |
Definition at line 42 of file op-fcn.cc.
References CAST_BINOP_ARGS, v1, and v2.
1.8.1.2