#include "errwarn.h"
#include "ovl.h"
#include "ov.h"
#include "ov-cell.h"
#include "ov-scalar.h"
#include "ov-re-mat.h"
#include "ov-typeinfo.h"
#include "ov-null-mat.h"
#include "ops.h"
Go to the source code of this file.
Functions | |
void | install_cell_ops (octave::type_info &ti) |
static octave_value | oct_assignop_assign (octave_base_value &a1, const octave_value_list &idx, const octave_value &a2) |
static octave_value | oct_assignop_null_assign (octave_base_value &a, const octave_value_list &idx, const octave_base_value &) |
static octave_value | oct_catop_c_c (octave_base_value &a1, const octave_base_value &a2, const Array< octave_idx_type > &ra_idx) |
static octave_value | oct_unop_transpose (const octave_base_value &a) |
void install_cell_ops | ( | octave::type_info & | ti | ) |
Definition at line 59 of file op-cell.cc.
References INSTALL_ASSIGNANYOP_TI, INSTALL_ASSIGNOP_TI, INSTALL_CATOP_TI, INSTALL_UNOP_TI, op_hermitian(), op_transpose(), and transpose().
|
static |
Definition at line 54 of file op-cell.cc.
|
static |
Definition at line 56 of file op-cell.cc.
|
static |
Definition at line 52 of file op-cell.cc.
|
static |
Definition at line 42 of file op-cell.cc.
References octave_cell::cell_value(), error(), octave_base_matrix< MT >::ndims(), octave_value(), and Array< T >::transpose().