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
 
 public class UnaryOperator extends MultiThreadedOperator - See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description ValueFunctionfn- 
Fields inherited from class org.apache.sysds.runtime.matrix.operators.OperatorsparseSafe
 
- 
 - 
Constructor SummaryConstructors Constructor Description UnaryOperator(ValueFunction p)UnaryOperator(ValueFunction p, int numThreads, boolean inPlace)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetPattern()booleanisInplace()- 
Methods inherited from class org.apache.sysds.runtime.matrix.operators.MultiThreadedOperatorgetNumThreads, setNumThreads
 
- 
 
- 
- 
- 
Field Detail- 
fnpublic final ValueFunction fn 
 
- 
 - 
Constructor Detail- 
UnaryOperatorpublic UnaryOperator(ValueFunction p) 
 - 
UnaryOperatorpublic UnaryOperator(ValueFunction p, int numThreads, boolean inPlace) 
 
- 
 
-