GNU Octave  4.2.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
op-pm-pm.cc File Reference
#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"
Include dependency graph for op-pm-pm.cc:

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_valueoct_conv_perm_matrix_to_matrix (const octave_base_value &a)
 
static octave_value oct_unop_transpose (const octave_base_value &a)
 

Function Documentation

void install_pm_pm_ops ( void  )
static octave_value oct_binop_div ( const octave_base_value a1,
const octave_base_value a2 
)
static

Definition at line 45 of file op-pm-pm.cc.

References a2, PermMatrix::inverse(), octave_perm_matrix::perm_matrix_value(), and v2.

static octave_value oct_binop_ldiv ( const octave_base_value a1,
const octave_base_value a2 
)
static

Definition at line 53 of file op-pm-pm.cc.

References a2, PermMatrix::inverse(), octave_perm_matrix::perm_matrix_value(), and v2.

static octave_value oct_binop_mul ( const octave_base_value a1,
const octave_base_value a2 
)
static

Definition at line 43 of file op-pm-pm.cc.

static octave_value oct_binop_pow ( const octave_base_value a1,
const octave_base_value a2 
)
static
static octave_base_value* oct_conv_perm_matrix_to_matrix ( const octave_base_value a)
static

Definition at line 69 of file op-pm-pm.cc.

References a, and octave_perm_matrix::matrix_value().

static octave_value oct_unop_transpose ( const octave_base_value a)
static