GNU Octave
4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "oct-time.h"
#include "gripes.h"
#include "load-path.h"
#include "oct-obj.h"
#include "ov.h"
#include "ov-class.h"
#include "ov-typeinfo.h"
#include "ops.h"
#include "symtab.h"
#include "parse.h"
Go to the source code of this file.
Macros | |
#define | DEF_CLASS_BINOP(name) |
#define | DEF_CLASS_UNOP(name) |
#define | INSTALL_CLASS_BINOP(op, f) |
#define | INSTALL_CLASS_UNOP(op, f) |
#define DEF_CLASS_BINOP | ( | name | ) |
Definition at line 77 of file op-class.cc.
#define DEF_CLASS_UNOP | ( | name | ) |
Definition at line 41 of file op-class.cc.
#define INSTALL_CLASS_BINOP | ( | op, | |
f | |||
) |
Definition at line 130 of file op-class.cc.
Referenced by install_class_ops().
#define INSTALL_CLASS_UNOP | ( | op, | |
f | |||
) |
Definition at line 126 of file op-class.cc.
Referenced by install_class_ops().
void install_class_ops | ( | void | ) |
Definition at line 135 of file op-class.cc.
References INSTALL_CLASS_BINOP, INSTALL_CLASS_UNOP, op_add(), op_div(), op_el_and(), op_el_div(), op_el_ldiv(), op_el_mul(), op_el_or(), op_el_pow(), op_eq(), op_ge(), op_gt(), op_hermitian(), op_ldiv(), op_le(), op_lt(), op_mul(), op_ne(), op_not(), op_pow(), op_sub(), op_transpose(), op_uminus(), op_uplus(), and transpose().
Referenced by install_ops().
|
static |
Definition at line 123 of file op-class.cc.
|
static |
Definition at line 115 of file op-class.cc.
|
static |
Definition at line 116 of file op-class.cc.
|
static |
Definition at line 117 of file op-class.cc.
|
static |
Definition at line 122 of file op-class.cc.
|
static |
Definition at line 114 of file op-class.cc.
|
static |
Definition at line 113 of file op-class.cc.
|
static |
Definition at line 108 of file op-class.cc.
|
static |
Definition at line 112 of file op-class.cc.
|
static |
Definition at line 111 of file op-class.cc.
|
static |
Definition at line 110 of file op-class.cc.
|
static |
Definition at line 109 of file op-class.cc.
|
static |
Definition at line 118 of file op-class.cc.
|
static |
Definition at line 124 of file op-class.cc.
|
static |
Definition at line 107 of file op-class.cc.
|
static |
Definition at line 121 of file op-class.cc.
|
static |
Definition at line 120 of file op-class.cc.
|
static |
Definition at line 119 of file op-class.cc.
|
static |
Definition at line 73 of file op-class.cc.
|
static |
Definition at line 69 of file op-class.cc.
|
static |
Definition at line 72 of file op-class.cc.
|
static |
Definition at line 71 of file op-class.cc.
|
static |
Definition at line 70 of file op-class.cc.