GNU Octave
4.0.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-str-mat.h"
#include "ov-typeinfo.h"
#include "ov-null-mat.h"
#include "ops.h"
Go to the source code of this file.
Macros | |
#define | DEFCHARNDBINOP_FN(name, op, t1, t2, e1, e2, f) |
#define DEFCHARNDBINOP_FN | ( | name, | |
op, | |||
t1, | |||
t2, | |||
e1, | |||
e2, | |||
f | |||
) |
Definition at line 53 of file op-str-str.cc.
void install_str_str_ops | ( | void | ) |
Definition at line 106 of file op-str-str.cc.
References octave_lvalue::assign(), INSTALL_ASSIGNOP, INSTALL_BINOP, INSTALL_CATOP, INSTALL_UNOP, op_eq(), op_ge(), op_gt(), op_hermitian(), op_le(), op_lt(), op_ne(), op_transpose(), and transpose().
Referenced by install_ops().
|
static |
Definition at line 93 of file op-str-str.cc.
References octave_base_value::assign(), CAST_BINOP_ARGS, octave_char_matrix::char_array_value(), octave_lvalue::idx, octave_value(), v1, and v2.
|
static |
Definition at line 101 of file op-str-str.cc.
|
static |
Definition at line 85 of file op-str-str.cc.
|
static |
Definition at line 87 of file op-str-str.cc.
|
static |
Definition at line 89 of file op-str-str.cc.
|
static |
Definition at line 83 of file op-str-str.cc.
|
static |
Definition at line 81 of file op-str-str.cc.
|
static |
Definition at line 91 of file op-str-str.cc.
|
static |
Definition at line 103 of file op-str-str.cc.
|
static |
Definition at line 37 of file op-str-str.cc.
References CAST_UNOP_ARG, error(), and octave_value().