cc.redberry.core.tensor
Class PowerFactory
- java.lang.Object
-
- cc.redberry.core.tensor.PowerFactory
-
- All Implemented Interfaces:
- TensorFactory
public final class PowerFactory extends java.lang.Object implements TensorFactory
TensorFactoryfor powers. It performs basic simplifications and reduces the resulting power to the standard form.- Since:
- 1.0
- See Also:
Power
-
-
Field Summary
Fields Modifier and Type Field and Description static PowerFactoryFACTORY
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description Tensorcreate(Tensor... tensors)Creates tensor with provided array of sub-tensors.
-
-
-
Field Detail
-
FACTORY
public static final PowerFactory FACTORY
-
-
Method Detail
-
create
public Tensor create(Tensor... tensors)
Description copied from interface:TensorFactoryCreates tensor with provided array of sub-tensors.- Specified by:
createin interfaceTensorFactory- Parameters:
tensors- array of sub-tensors- Returns:
- created tensor
-
-
DataMelt 3.0 © DataMelt by jWork.ORG