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-re-mat.h"
#include "ov-struct.h"
#include "ov-typeinfo.h"
#include "ops.h"
Go to the source code of this file.
Functions | |
void | install_struct_ops (void) |
static octave_value | oct_catop_matrix_struct (octave_base_value &a1, const octave_base_value &a2, const Array< octave_idx_type > &) |
static octave_value | oct_catop_s_s_concat (octave_base_value &a1, const octave_base_value &a2, const Array< octave_idx_type > &ra_idx) |
static octave_value | oct_catop_s_ss_concat (octave_base_value &a1, const octave_base_value &a2, const Array< octave_idx_type > &ra_idx) |
static octave_value | oct_catop_ss_s_concat (octave_base_value &a1, const octave_base_value &a2, const Array< octave_idx_type > &ra_idx) |
static octave_value | oct_catop_ss_ss_concat (octave_base_value &a1, const octave_base_value &a2, const Array< octave_idx_type > &ra_idx) |
static octave_value | oct_catop_struct_matrix (octave_base_value &a1, const octave_base_value &a2, const Array< octave_idx_type > &) |
static octave_value | oct_unop_scalar_transpose (const octave_base_value &a) |
static octave_value | oct_unop_transpose (const octave_base_value &a) |
Definition at line 93 of file op-struct.cc.
References INSTALL_CATOP, INSTALL_UNOP, op_hermitian(), op_transpose(), and transpose().
Referenced by install_ops().
|
static |
Definition at line 78 of file op-struct.cc.
References dim_vector::all_zero(), octave_base_value::array_value(), CAST_BINOP_ARGS, Array< T >::dims(), error(), octave_base_value::map_value(), v1, and v2.
|
static |
Definition at line 57 of file op-struct.cc.
|
static |
Definition at line 58 of file op-struct.cc.
|
static |
Definition at line 59 of file op-struct.cc.
|
static |
Definition at line 60 of file op-struct.cc.
|
static |
Definition at line 63 of file op-struct.cc.
References dim_vector::all_zero(), octave_char_matrix::array_value(), CAST_BINOP_ARGS, Array< T >::dims(), error(), octave_base_value::map_value(), v1, and v2.
|
static |
Definition at line 50 of file op-struct.cc.
References CAST_UNOP_ARG, and octave_value().
|
static |
Definition at line 37 of file op-struct.cc.
References CAST_UNOP_ARG, error(), and octave_value().