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-perm.h"
#include "ov-re-mat.h"
#include "ov-scalar.h"
#include "ov-typeinfo.h"
#include "ops.h"
#include "xpow.h"
Go to the source code of this file.
Functions | |
void | install_pm_pm_ops (void) |
static octave_value | oct_binop_div (const octave_base_value &a1, const octave_base_value &a2) |
static octave_value | oct_binop_ldiv (const octave_base_value &a1, const octave_base_value &a2) |
static octave_value | oct_binop_mul (const octave_base_value &a1, const octave_base_value &a2) |
static octave_value | oct_binop_pow (const octave_base_value &a1, const octave_base_value &a2) |
static octave_base_value * | oct_conv_perm_matrix_to_matrix (const octave_base_value &a) |
static octave_value | oct_unop_transpose (const octave_base_value &a) |
Definition at line 74 of file op-pm-pm.cc.
References INSTALL_ASSIGNCONV, INSTALL_BINOP, INSTALL_CONVOP, INSTALL_UNOP, INSTALL_WIDENOP, op_div(), op_hermitian(), op_ldiv(), op_mul(), op_pow(), op_transpose(), pow(), and transpose().
Referenced by install_ops().
|
static |
Definition at line 45 of file op-pm-pm.cc.
References CAST_BINOP_ARGS, PermMatrix::inverse(), octave_base_value::perm_matrix_value(), v1, and v2.
|
static |
Definition at line 52 of file op-pm-pm.cc.
References CAST_BINOP_ARGS, PermMatrix::inverse(), octave_base_value::perm_matrix_value(), v1, and v2.
|
static |
Definition at line 43 of file op-pm-pm.cc.
|
static |
Definition at line 59 of file op-pm-pm.cc.
References CAST_BINOP_ARGS, octave_base_value::perm_matrix_value(), octave_char_matrix::scalar_value(), v1, v2, and xpow().
|
static |
Definition at line 66 of file op-pm-pm.cc.
References CAST_CONV_ARG.
|
static |
Definition at line 37 of file op-pm-pm.cc.
References CAST_UNOP_ARG, and octave_value().