Class UnaryOperator
java.lang.Object
org.apache.sysds.runtime.matrix.operators.Operator
org.apache.sysds.runtime.matrix.operators.MultiThreadedOperator
org.apache.sysds.runtime.matrix.operators.UnaryOperator
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsFields inherited from class org.apache.sysds.runtime.matrix.operators.Operator
sparseSafe -
Constructor Summary
ConstructorsConstructorDescriptionUnaryOperator(ValueFunction p, int k) UnaryOperator(ValueFunction p, int numThreads, boolean inPlace) -
Method Summary
Methods inherited from class org.apache.sysds.runtime.matrix.operators.MultiThreadedOperator
getNumThreads, setNumThreads
-
Field Details
-
fn
-
-
Constructor Details
-
UnaryOperator
-
UnaryOperator
-
UnaryOperator
-
-
Method Details
-
isInplace
public boolean isInplace() -
getPattern
public double getPattern()
-