GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "gripes.h"
#include "oct-obj.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 (void) |
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) |
Definition at line 59 of file op-cell.cc.
References INSTALL_ASSIGNANYOP, INSTALL_ASSIGNOP, INSTALL_CATOP, INSTALL_UNOP, octave_value::op_asn_eq, op_hermitian(), op_transpose(), and transpose().
Referenced by install_ops().
|
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 39 of file op-cell.cc.
References CAST_UNOP_ARG, error(), and octave_value().