cc.redberry.core.transformations
Class ComplexConjugateTransformation
- java.lang.Object
-
- cc.redberry.core.transformations.ComplexConjugateTransformation
-
- All Implemented Interfaces:
- Transformation
public final class ComplexConjugateTransformation extends java.lang.Object implements Transformation
Replaces all complex numbers in tensor by their complex conjugation.- 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 ComplexConjugateTransformationCOMPLEX_CONJUGATESingleton 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
-
COMPLEX_CONJUGATE
public static final ComplexConjugateTransformation COMPLEX_CONJUGATE
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