#include "gripes.h"
#include "oct-obj.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 | |
DEFASSIGNOP (assign, char_matrix_str, octave_matrix) | |
void | install_str_m_ops (void) |
DEFASSIGNOP | ( | assign | , | |
char_matrix_str | , | |||
octave_matrix | ||||
) |
Definition at line 35 of file op-str-m.cc.
References CAST_BINOP_ARGS(), octave_value::char_array_value(), error_state, and octave_value().
void install_str_m_ops | ( | void | ) |
Definition at line 54 of file op-str-m.cc.
References INSTALL_ASSIGNOP, and INSTALL_CATOP.