Documentation of CSL
Enumerations
cslIndex Namespace Reference

Encapsulate types of indices and tensor in a small namespace. More...

Enumerations

enum  Type { Free, Dummy, Fixed }
 
enum  TensorType { Generic, Metric, Delta }
 Type of TensorElement. More...
 

Detailed Description

Encapsulate types of indices and tensor in a small namespace.

Enumeration Type Documentation

◆ TensorType

Type of TensorElement.

Enumerator
Metric 

Metric tensor.

Delta 

Kronecker Delta tensor.

◆ Type

Enumerator
Free 

Free Index.

Dummy 

Index contracted (summed).

Fixed 

Index whose value is fixed to a given integer.