Uses of Class
org.apache.sysds.hops.UnaryOp
- 
Packages that use UnaryOp Package Description org.apache.sysds.hops.rewrite org.apache.sysds.runtime.instructions.cp  - 
- 
Uses of UnaryOp in org.apache.sysds.hops.rewrite
Methods in org.apache.sysds.hops.rewrite that return UnaryOp Modifier and Type Method Description static UnaryOpHopRewriteUtils. createUnary(Hop input, String type)static UnaryOpHopRewriteUtils. createUnary(Hop input, Types.OpOp1 type) - 
Uses of UnaryOp in org.apache.sysds.runtime.instructions.cp
Methods in org.apache.sysds.runtime.instructions.cp with parameters of type UnaryOp Modifier and Type Method Description static LiteralOpScalarObjectFactory. createLiteralOp(ScalarObject so, UnaryOp cast) 
 -