#include "errwarn.h"
#include "ovl.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 (octave::type_info &ti) |
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) |
void install_pm_pm_ops | ( | octave::type_info & | ti | ) |
Definition at line 80 of file op-pm-pm.cc.
References INSTALL_ASSIGNCONV_TI, INSTALL_BINOP_TI, INSTALL_UNOP_TI, INSTALL_WIDENOP_TI, op_div(), op_hermitian(), op_ldiv(), op_mul(), op_pow(), op_transpose(), pow(), and transpose().
|
static |
Definition at line 48 of file op-pm-pm.cc.
References a2, PermMatrix::inverse(), octave_base_value::perm_matrix_value(), octave_perm_matrix::perm_matrix_value(), and v2.
|
static |
Definition at line 56 of file op-pm-pm.cc.
References a2, PermMatrix::inverse(), octave_base_value::perm_matrix_value(), octave_perm_matrix::perm_matrix_value(), and v2.
|
static |
Definition at line 46 of file op-pm-pm.cc.
|
static |
Definition at line 64 of file op-pm-pm.cc.
References a2, octave_perm_matrix::perm_matrix_value(), octave_char_matrix::scalar_value(), v2, and xpow().
|
static |
Definition at line 72 of file op-pm-pm.cc.
References octave_perm_matrix::matrix_value().
|
static |
Definition at line 40 of file op-pm-pm.cc.
References octave_value(), octave_perm_matrix::perm_matrix_value(), and PermMatrix::transpose().