Operator IDs
[Predefined Variables]


Variables

counter MVOP_ADD
 The addition operation.
counter MVOP_GEO
 The geometric product.
counter MVOP_INNER
 The inner product.
counter MVOP_INVOLUTE
 The main involution operation.
counter MVOP_OUTER
 The outer product.
counter MVOP_REVERSE
 The reverse operator.
counter MVOP_SUB
 The subtraction operation.

Variable Documentation

counter MVOP_ADD
 

The addition operation.

Since:
v1.4
This variable cannot be used in the function GetMVProductMatrix(). It can be used in the function EPOp().

counter MVOP_GEO
 

The geometric product.

Since:
v1.4
This variable can, for example, be used in the function GetMVProductMatrix().

counter MVOP_INNER
 

The inner product.

Since:
v1.4
This variable can, for example, be used in the function GetMVProductMatrix().

counter MVOP_INVOLUTE
 

The main involution operation.

Since:
v2.2
This variable can be used in the function GAOpTensor() to generate the tensor representing the main involution.

counter MVOP_OUTER
 

The outer product.

Since:
v1.4
This variable can, for example, be used in the function GetMVProductMatrix().

counter MVOP_REVERSE
 

The reverse operator.

Since:
v2.2
This can be used in the function GAOpTensor() to generate the tensor representing the reverse operation.

counter MVOP_SUB
 

The subtraction operation.

Since:
v1.4
This variable cannot be used in the function GetMVProductMatrix(). It can be used in the function EPOp().