#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.
Functions | |
DEFBINOP (eq_pm, perm_matrix, perm_matrix) | |
DEFBINOP (ne_pm, perm_matrix, perm_matrix) | |
DEFBINOP (div_sm_pm, sparse_matrix, perm_matrix) | |
DEFBINOP (ldiv_pm_sm, perm_matrix, sparse_matrix) | |
DEFBINOP (mul_sm_pm, sparse_matrix, perm_matrix) | |
DEFBINOP (mul_pm_sm, perm_matrix, sparse_matrix) | |
DEFBINOP (el_and_pm, perm_matrix, perm_matrix) | |
DEFBINOP (el_or_pm, perm_matrix, perm_matrix) | |
DEFUNOP (uminus, perm_matrix) | |
DEFUNOP (not, perm_matrix) | |
void | install_pm_sm_ops (void) |
DEFBINOP | ( | eq_pm | , | |
perm_matrix | , | |||
perm_matrix | ||||
) |
Definition at line 56 of file op-pm-sm.cc.
References CAST_BINOP_ARGS().
DEFBINOP | ( | ne_pm | , | |
perm_matrix | , | |||
perm_matrix | ||||
) |
Definition at line 61 of file op-pm-sm.cc.
References CAST_BINOP_ARGS().
DEFBINOP | ( | div_sm_pm | , | |
sparse_matrix | , | |||
perm_matrix | ||||
) |
Definition at line 122 of file op-pm-sm.cc.
References CAST_BINOP_ARGS().
DEFBINOP | ( | ldiv_pm_sm | , | |
perm_matrix | , | |||
sparse_matrix | ||||
) |
Definition at line 97 of file op-pm-sm.cc.
References CAST_BINOP_ARGS().
DEFBINOP | ( | mul_sm_pm | , | |
sparse_matrix | , | |||
perm_matrix | ||||
) |
Definition at line 106 of file op-pm-sm.cc.
References CAST_BINOP_ARGS(), d, and octave_value().
DEFBINOP | ( | mul_pm_sm | , | |
perm_matrix | , | |||
sparse_matrix | ||||
) |
Definition at line 81 of file op-pm-sm.cc.
References CAST_BINOP_ARGS(), d, and octave_value().
DEFBINOP | ( | el_and_pm | , | |
perm_matrix | , | |||
perm_matrix | ||||
) |
Definition at line 66 of file op-pm-sm.cc.
References CAST_BINOP_ARGS().
DEFBINOP | ( | el_or_pm | , | |
perm_matrix | , | |||
perm_matrix | ||||
) |
Definition at line 72 of file op-pm-sm.cc.
References CAST_BINOP_ARGS().
DEFUNOP | ( | uminus | , | |
perm_matrix | ||||
) |
Definition at line 50 of file op-pm-sm.cc.
References octave_value().
DEFUNOP | ( | not | , | |
perm_matrix | ||||
) |
Definition at line 44 of file op-pm-sm.cc.
References octave_value().
void install_pm_sm_ops | ( | void | ) |
Definition at line 130 of file op-pm-sm.cc.
References INSTALL_BINOP, and INSTALL_UNOP.