cc.redberry.core.transformations
Class EliminateDueSymmetriesTransformation
- java.lang.Object
-
- cc.redberry.core.transformations.EliminateDueSymmetriesTransformation
-
- All Implemented Interfaces:
- Transformation
public final class EliminateDueSymmetriesTransformation extends java.lang.Object implements Transformation
Removes terms from tensor, which are zero because of their symmetries. For example, if A_mn is symmetric and B^mn is antisymmetric, then A_mn*B^mn is zero.- Since:
- 1.0
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface cc.redberry.core.transformations.Transformation
Transformation.Util
-
-
Field Summary
Fields Modifier and Type Field and Description static EliminateDueSymmetriesTransformationELIMINATE_DUE_SYMMETRIESSingleton instance.-
Fields inherited from interface cc.redberry.core.transformations.Transformation
INDENTITY
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description Tensortransform(Tensor t)Transforms specified tensor and returns the result.
-
-
-
Field Detail
-
ELIMINATE_DUE_SYMMETRIES
public static final EliminateDueSymmetriesTransformation ELIMINATE_DUE_SYMMETRIES
Singleton instance.
-
-
Method Detail
-
transform
public Tensor transform(Tensor t)
Description copied from interface:TransformationTransforms specified tensor and returns the result.- Specified by:
transformin interfaceTransformation- Parameters:
t- tensor- Returns:
- transformed tensor
-
-
DataMelt 3.0 © DataMelt by jWork.ORG