#include "gripes.h"
#include "oct-obj.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 | |
DEFBINOP (mul_pm_scm, perm_matrix, sparse_complex_matrix) | |
DEFBINOP (ldiv_pm_scm, perm_matrix, sparse_complex_matrix) | |
DEFBINOP (div_scm_pm, sparse_complex_matrix, perm_matrix) | |
DEFBINOP (mul_scm_pm, sparse_complex_matrix, perm_matrix) | |
void | install_pm_scm_ops (void) |
DEFBINOP | ( | mul_pm_scm | , | |
perm_matrix | , | |||
sparse_complex_matrix | ||||
) |
Definition at line 38 of file op-pm-scm.cc.
References CAST_BINOP_ARGS(), d, and octave_value().
DEFBINOP | ( | ldiv_pm_scm | , | |
perm_matrix | , | |||
sparse_complex_matrix | ||||
) |
Definition at line 54 of file op-pm-scm.cc.
References CAST_BINOP_ARGS().
DEFBINOP | ( | div_scm_pm | , | |
sparse_complex_matrix | , | |||
perm_matrix | ||||
) |
Definition at line 79 of file op-pm-scm.cc.
References CAST_BINOP_ARGS().
DEFBINOP | ( | mul_scm_pm | , | |
sparse_complex_matrix | , | |||
perm_matrix | ||||
) |
Definition at line 63 of file op-pm-scm.cc.
References CAST_BINOP_ARGS(), d, and octave_value().
void install_pm_scm_ops | ( | void | ) |
Definition at line 87 of file op-pm-scm.cc.
References INSTALL_BINOP.