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-scalar.h"
#include "ov-str-mat.h"
#include "ov-typeinfo.h"
#include "ops.h"
Go to the source code of this file.
Functions | |
void | install_str_s_ops (void) |
static octave_value | oct_assignop_assign (octave_base_value &a1, const octave_value_list &idx, const octave_base_value &a2) |
static octave_value | oct_catop_s_str (octave_base_value &a1, const octave_base_value &a2, const Array< octave_idx_type > &ra_idx) |
static octave_value | oct_catop_str_s (octave_base_value &a1, const octave_base_value &a2, const Array< octave_idx_type > &ra_idx) |
void install_str_s_ops | ( | void | ) |
Definition at line 54 of file op-str-s.cc.
References octave_lvalue::assign(), INSTALL_ASSIGNOP, and INSTALL_CATOP.
Referenced by install_ops().
|
static |
Definition at line 35 of file op-str-s.cc.
References octave_base_value::assign(), CAST_BINOP_ARGS, octave_value::char_array_value(), octave_char_matrix::convert_to_str_internal(), error_state, octave_lvalue::idx, octave_value(), v1, and v2.
|
static |
Definition at line 51 of file op-str-s.cc.
|
static |
Definition at line 49 of file op-str-s.cc.