cc.redberry.core.transformations.fractions
Class GetDenominatorTransformation
- java.lang.Object
-
- cc.redberry.core.transformations.fractions.GetDenominatorTransformation
-
- All Implemented Interfaces:
- Transformation
public class GetDenominatorTransformation extends java.lang.Object implements Transformation
Gives the denominator of expression.- 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 GetDenominatorTransformationGET_DENOMINATORSingleton 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
-
GET_DENOMINATOR
public static final GetDenominatorTransformation GET_DENOMINATOR
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