#include "gripes.h"
#include "oct-obj.h"
#include "ov.h"
#include "ov-ch-mat.h"
#include "ov-scalar.h"
#include "ov-re-mat.h"
#include "ov-bool.h"
#include "ov-bool-mat.h"
#include "ov-typeinfo.h"
#include "ops.h"
Go to the source code of this file.
Functions | |
scalar | CAST_BINOP_ARGS (octave_char_matrix &, const octave_scalar &) |
DEFCATOP (m_chm, matrix, char_matrix) | |
DEFCATOP (chm_m, char_matrix, matrix) | |
DEFCATOP (s_chm, scalar, char_matrix) | |
DEFNDCATOP_FN (chm_chm, char_matrix, char_matrix, char_array, char_array, concat) DEFCATOP(chm_s | |
DEFUNOP (transpose, char_matrix) | |
gripe_implicit_conversion ("Octave:num-to-str", v2.type_name(), v1.type_name()) | |
void | install_chm_ops (void) |
return | octave_value (v1.char_array_value().concat(v2.array_value(), ra_idx)) |
Variables | |
char_matrix |
scalar CAST_BINOP_ARGS | ( | octave_char_matrix & | , | |
const octave_scalar & | ||||
) |
Referenced by DEFASSIGNOP(), DEFBINOP(), DEFCATOP(), oct_catop_matrix_struct(), and oct_catop_struct_matrix().
DEFCATOP | ( | m_chm | , | |
matrix | , | |||
char_matrix | ||||
) |
Definition at line 83 of file op-chm.cc.
References CAST_BINOP_ARGS(), concat(), gripe_implicit_conversion(), and octave_value().
DEFCATOP | ( | chm_m | , | |
char_matrix | , | |||
matrix | ||||
) |
Definition at line 61 of file op-chm.cc.
References CAST_BINOP_ARGS(), concat(), gripe_implicit_conversion(), and octave_value().
DEFCATOP | ( | s_chm | , | |
scalar | , | |||
char_matrix | ||||
) |
Definition at line 72 of file op-chm.cc.
References CAST_BINOP_ARGS(), concat(), gripe_implicit_conversion(), and octave_value().
DEFNDCATOP_FN | ( | chm_chm | , | |
char_matrix | , | |||
char_matrix | , | |||
char_array | , | |||
char_array | , | |||
concat | ||||
) |
DEFUNOP | ( | transpose | , | |
char_matrix | ||||
) |
Definition at line 40 of file op-chm.cc.
References CAST_UNOP_ARG, and octave_value().
gripe_implicit_conversion | ( | "Octave:num-to-str" | , | |
v2. | type_name(), | |||
v1. | type_name() | |||
) |
void install_chm_ops | ( | void | ) |
Definition at line 95 of file op-chm.cc.
References INSTALL_CATOP, INSTALL_UNOP, and transpose().
return octave_value | ( | v1. | char_array_value).concat(v2.array_value(), ra_idx | ) |
Referenced by octave_user_function::bind_automatic_vars(), bsxfun_forward_op(), bsxfun_forward_rel(), symbol_table::builtin_find(), symbol_table::symbol_record::symbol_record_rep::clear(), symbol_table::fcn_info::fcn_info_rep::clear_user_function(), convert_cdata(), octave_char_matrix::convert_to_str_internal(), octave_cell::convert_to_str_internal(), decode_subscripts(), DEFASSIGNOP(), DEFBINOP(), DEFBINOPX(), DEFCATOP(), DEFUN(), DEFUN_DLD(), DEFUNOP(), DEFUNX(), octave_char_matrix_sq_str::diag(), octave_char_matrix_str::diag(), octave_base_sparse< SparseComplexMatrix >::diag(), octave_base_matrix< boolNDArray >::diag(), do_binary_op(), do_bsxfun_real_pow(), do_cat_op(), do_class_concat(), do_cumminmax_red_op(), do_fft(), do_fft2(), do_fftn(), do_kron(), do_minmax_red_op(), do_trilu(), do_unary_op(), symbol_table::do_varval(), elem_xpow(), symbol_table::find(), symbol_table::find_autoload(), symbol_table::fcn_info::fcn_info_rep::find_autoload(), symbol_table::find_built_in_function(), symbol_table::find_user_function(), symbol_table::fcn_info::fcn_info_rep::find_user_function(), get_chol_l(), get_chol_r(), profile_data_accumulator::get_flat(), profile_data_accumulator::tree_node::get_hierarchical(), get_user_input(), octave_scalar_map::getfield(), symbol_table::fcn_info::fcn_info_rep::load_class_constructor(), symbol_table::fcn_info::fcn_info_rep::load_class_method(), load_out_of_date_fcn(), symbol_table::fcn_info::fcn_info_rep::load_private_function(), lookup_function_handle(), tree_index_expression::lvalue(), make_fcn_handle(), maybe_update_column(), mk_stat_result(), oct_assignop_conv_and_assign(), oct_binop_sub(), octave_type_conv_body(), octcellregexp(), octave_stream_list::open_file_numbers(), out_of_date_check(), octave_char_matrix_sq_str::permute(), octave_char_matrix_str::permute(), symbol_table::persistent_varval(), read_mat5_binary_element(), octave_char_matrix_sq_str::reshape(), octave_char_matrix_str::reshape(), octave_class::reshape(), octave_char_matrix_sq_str::resize(), octave_class::resize(), tree_index_expression::rvalue(), tree_postfix_expression::rvalue1(), tree_prefix_expression::rvalue1(), tree_matrix::rvalue1(), tree_expression::rvalue1(), tree_decl_elt::rvalue1(), tree_compound_binary_expression::rvalue1(), tree_boolean_expression::rvalue1(), tree_binary_expression::rvalue1(), octave_char_matrix_sq_str::sort(), octave_char_matrix_str::sort(), octave_base_sparse< SparseComplexMatrix >::sort(), octave_base_scalar< bool >::sort(), octave_base_matrix< boolNDArray >::sort(), octave_char_matrix_sq_str::squeeze(), octave_char_matrix_str::squeeze(), octave_user_function::subsref(), octave_user_script::subsref(), octave_struct::subsref(), octave_mex_function::subsref(), octave_fcn_handle::subsref(), octave_class::subsref(), octave_cell::subsref(), octave_builtin::subsref(), UNOPDECL(), symbol_table::varval(), symbol_table::symbol_record::symbol_record_rep::varval(), tree_evaluator::visit_complex_for_command(), tree_evaluator::visit_function_def(), and symbol_table::fcn_info::fcn_info_rep::x_builtin_find().