26 #if defined (HAVE_CONFIG_H)
94 perm_matrix_to_matrix);
OCTAVE_API PermMatrix inverse(void) const
OCTAVE_API PermMatrix transpose(void) const
virtual PermMatrix perm_matrix_value(void) const
double scalar_value(bool frc_str_conv=false) const
PermMatrix perm_matrix_value(void) const
Matrix matrix_value(bool=false) const
OCTAVE_BEGIN_NAMESPACE(octave) static octave_value daspk_fcn
octave_int< T > pow(const octave_int< T > &a, const octave_int< T > &b)
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_pm_ops(octave::type_info &ti)
#define DEFBINOP(name, t1, t2)
#define DEFBINOP_OP(name, t1, t2, op)
#define INSTALL_ASSIGNCONV_TI(ti, t1, t2, tr)
#define INSTALL_BINOP_TI(ti, op, t1, t2, f)
#define INSTALL_WIDENOP_TI(ti, t1, t2, f)
#define INSTALL_UNOP_TI(ti, op, t, f)
static bool scalar(const dim_vector &dims)
octave_value op_transpose(const octave_value &a)
octave_value op_mul(const octave_value &a1, const octave_value &a2)
octave_value op_hermitian(const octave_value &a)
octave_value op_ldiv(const octave_value &a1, const octave_value &a2)
octave_value op_pow(const octave_value &a1, const octave_value &a2)
octave_value op_div(const octave_value &a1, const octave_value &a2)
octave_value xpow(const SparseMatrix &a, double b)
static void transpose(octave_idx_type N, const octave_idx_type *ridx, const octave_idx_type *cidx, octave_idx_type *ridx2, octave_idx_type *cidx2)