#include "errwarn.h"
#include "ovl.h"
#include "ov.h"
#include "ov-re-mat.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_m_ops (octave::type_info &ti) |
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_m_str (octave_base_value &a1, const octave_base_value &a2, const Array< octave_idx_type > &ra_idx) |
static octave_value | oct_catop_str_m (octave_base_value &a1, const octave_base_value &a2, const Array< octave_idx_type > &ra_idx) |
void install_str_m_ops | ( | octave::type_info & | ti | ) |
Definition at line 57 of file op-str-m.cc.
References INSTALL_ASSIGNOP_TI, and INSTALL_CATOP_TI.
|
static |
Definition at line 38 of file op-str-m.cc.
References a2, octave_base_matrix< MT >::assign(), octave_value::char_array_value(), octave_char_matrix::convert_to_str_internal(), octave_value(), and v2.
|
static |
Definition at line 54 of file op-str-m.cc.
|
static |
Definition at line 52 of file op-str-m.cc.