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-typeinfo.h"
#include "ops.h"
#include "ov-perm.h"
#include "ov-re-sparse.h"
#include "ov-bool-sparse.h"
Go to the source code of this file.
Definition at line 130 of file op-pm-sm.cc.
References INSTALL_BINOP, INSTALL_UNOP, op_div(), op_el_and(), op_el_or(), op_eq(), op_ldiv(), op_mul(), op_ne(), op_not(), op_uminus(), and op_uplus().
Referenced by install_ops().
|
static |
Definition at line 122 of file op-pm-sm.cc.
References CAST_BINOP_ARGS, PermMatrix::inverse(), octave_base_value::perm_matrix_value(), octave_base_value::sparse_matrix_value(), v1, and v2.
|
static |
Definition at line 66 of file op-pm-sm.cc.
References CAST_BINOP_ARGS, mx_el_and(), octave_base_value::sparse_bool_matrix_value(), v1, and v2.
|
static |
Definition at line 72 of file op-pm-sm.cc.
References CAST_BINOP_ARGS, mx_el_or(), octave_base_value::sparse_bool_matrix_value(), v1, and v2.
|
static |
Definition at line 56 of file op-pm-sm.cc.
References CAST_BINOP_ARGS, octave_base_value::sparse_bool_matrix_value(), v1, and v2.
|
static |
Definition at line 97 of file op-pm-sm.cc.
References CAST_BINOP_ARGS, PermMatrix::inverse(), octave_base_value::perm_matrix_value(), octave_base_value::sparse_matrix_value(), v1, and v2.
|
static |
Definition at line 81 of file op-pm-sm.cc.
References CAST_BINOP_ARGS, octave_base_value::columns(), d, octave_value(), octave_base_value::perm_matrix_value(), octave_base_value::rows(), octave_char_matrix::scalar_value(), octave_base_value::sparse_matrix_value(), v1, and v2.
|
static |
Definition at line 106 of file op-pm-sm.cc.
References CAST_BINOP_ARGS, octave_base_value::columns(), d, octave_value(), octave_base_value::perm_matrix_value(), octave_base_value::rows(), octave_base_value::scalar_value(), octave_base_value::sparse_matrix_value(), v1, and v2.
|
static |
Definition at line 61 of file op-pm-sm.cc.
References CAST_BINOP_ARGS, octave_base_value::sparse_bool_matrix_value(), v1, and v2.
|
static |
Definition at line 44 of file op-pm-sm.cc.
References octave_value().
|
static |
Definition at line 50 of file op-pm-sm.cc.
References octave_value().
|
static |
Definition at line 40 of file op-pm-sm.cc.