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-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) |
Definition at line 54 of file op-str-s.cc.
References octave_value::assign(), INSTALL_ASSIGNOP, INSTALL_CATOP, and octave_value::op_asn_eq.
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_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.