GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include <string>
Go to the source code of this file.
Functions | |
OCTINTERP_API octave_value | do_class_concat (const octave_value_list &ovl, std::string cattype, int dim) |
OCTINTERP_API octave_value do_class_concat | ( | const octave_value_list & | ovl, |
std::string | cattype, | ||
int | dim | ||
) |
Definition at line 1598 of file data.cc.
References attempt_type_conversion(), octave_value::class_name(), octave_value::do_multi_index_op(), do_single_type_concat_map(), error(), error_state, symbol_table::find_method(), get_dispatch_type(), octave_value::is_defined(), octave_value::is_empty(), octave_value::is_object(), octave_value_list::length(), octave_value(), ovl(), and octave_value_list::resize().
Referenced by do_cat(), do_class_concat(), and tree_matrix::rvalue1().