#include "errwarn.h"
#include "ovl.h"
#include "ov.h"
#include "ov-typeinfo.h"
#include "ops.h"
#include "ov-perm.h"
#include "ov-cx-sparse.h"
Go to the source code of this file.
Functions | |
void | install_pm_scm_ops (octave::type_info &ti) |
static octave_value | oct_binop_div_scm_pm (const octave_base_value &a1, const octave_base_value &a2) |
static octave_value | oct_binop_ldiv_pm_scm (const octave_base_value &a1, const octave_base_value &a2) |
static octave_value | oct_binop_mul_pm_scm (const octave_base_value &a1, const octave_base_value &a2) |
static octave_value | oct_binop_mul_scm_pm (const octave_base_value &a1, const octave_base_value &a2) |
void install_pm_scm_ops | ( | octave::type_info & | ti | ) |
Definition at line 98 of file op-pm-scm.cc.
References INSTALL_BINOP_TI, op_div(), op_ldiv(), and op_mul().
|
static |
Definition at line 88 of file op-pm-scm.cc.
References a2, PermMatrix::inverse(), octave_base_value::perm_matrix_value(), octave_sparse_complex_matrix::sparse_complex_matrix_value(), and v2.
|
static |
Definition at line 59 of file op-pm-scm.cc.
References a2, PermMatrix::inverse(), octave_perm_matrix::perm_matrix_value(), octave_base_value::sparse_complex_matrix_value(), and v2.
|
static |
Definition at line 41 of file op-pm-scm.cc.
References a2, octave_base_value::columns(), octave_char_matrix::complex_value(), d, octave_value(), octave_perm_matrix::perm_matrix_value(), octave_base_value::rows(), octave_base_value::sparse_complex_matrix_value(), octave_perm_matrix::sparse_matrix_value(), and v2.
|
static |
Definition at line 70 of file op-pm-scm.cc.
References a2, octave_base_value::columns(), d, octave_value(), octave_base_value::perm_matrix_value(), octave_base_value::rows(), octave_sparse_complex_matrix::scalar_value(), octave_sparse_complex_matrix::sparse_complex_matrix_value(), octave_base_value::sparse_matrix_value(), and v2.