Functions

op-pm-pm.cc File Reference

#include "gripes.h"
#include "oct-obj.h"
#include "ov.h"
#include "ov-perm.h"
#include "ov-re-mat.h"
#include "ov-scalar.h"
#include "ov-typeinfo.h"
#include "ops.h"
#include "xpow.h"
Include dependency graph for op-pm-pm.cc:

Go to the source code of this file.

Functions

 CONVDECL (perm_matrix_to_matrix)
 DEFBINOP (div, perm_matrix, perm_matrix)
 DEFBINOP (pow, perm_matrix, scalar)
 DEFBINOP (ldiv, perm_matrix, perm_matrix)
 DEFUNOP (transpose, perm_matrix)
void install_pm_pm_ops (void)

Function Documentation

CONVDECL ( perm_matrix_to_matrix   ) 

Definition at line 66 of file op-pm-pm.cc.

References CAST_CONV_ARG.

DEFBINOP ( div  ,
perm_matrix  ,
perm_matrix   
)

Definition at line 45 of file op-pm-pm.cc.

References CAST_BINOP_ARGS().

DEFBINOP ( pow  ,
perm_matrix  ,
scalar   
)

Definition at line 59 of file op-pm-pm.cc.

References CAST_BINOP_ARGS(), and xpow().

DEFBINOP ( ldiv  ,
perm_matrix  ,
perm_matrix   
)

Definition at line 52 of file op-pm-pm.cc.

References CAST_BINOP_ARGS().

DEFUNOP ( transpose  ,
perm_matrix   
)

Definition at line 37 of file op-pm-pm.cc.

References CAST_UNOP_ARG, and octave_value().

void install_pm_pm_ops ( void   ) 
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines