26 #if defined (HAVE_CONFIG_H)
43 DEFBINOP (mul_pm_scm, perm_matrix, sparse_complex_matrix)
61 DEFBINOP (ldiv_pm_scm, perm_matrix, sparse_complex_matrix)
72 DEFBINOP (mul_scm_pm, sparse_complex_matrix, perm_matrix)
90 DEFBINOP (div_scm_pm, sparse_complex_matrix, perm_matrix)
OCTAVE_API PermMatrix inverse(void) const
virtual SparseMatrix sparse_matrix_value(bool=false) const
octave_idx_type columns(void) const
virtual PermMatrix perm_matrix_value(void) const
virtual SparseComplexMatrix sparse_complex_matrix_value(bool=false) const
octave_idx_type rows(void) const
Complex complex_value(bool=false) const
SparseMatrix sparse_matrix_value(bool=false) const
PermMatrix perm_matrix_value(void) const
SparseComplexMatrix sparse_complex_matrix_value(bool=false) const
double scalar_value(bool frc_str_conv=false) const
OCTAVE_BEGIN_NAMESPACE(octave) static octave_value daspk_fcn
F77_RET_T const F77_DBLE const F77_DBLE F77_DBLE * d
const octave_base_value & a2
return octave_value(v1.char_array_value() . concat(v2.char_array_value(), ra_idx),((a1.is_sq_string()||a2.is_sq_string()) ? '\'' :'"'))
const octave_char_matrix & v2
void install_pm_scm_ops(octave::type_info &ti)
#define DEFBINOP(name, t1, t2)
#define INSTALL_BINOP_TI(ti, op, t1, t2, f)
octave_value op_mul(const octave_value &a1, const octave_value &a2)
octave_value op_ldiv(const octave_value &a1, const octave_value &a2)
octave_value op_div(const octave_value &a1, const octave_value &a2)