| Package | Description | 
|---|---|
| org.apache.sysds.hops.codegen.cplan | |
| org.apache.sysds.hops.codegen.template | 
| Modifier and Type | Method and Description | 
|---|---|
| CNodeUnary.UnaryType | CNodeUnary. getType() | 
| CNodeUnary.UnaryType | CNodeUnary.UnaryType. getVectorAddPrimitive() | 
| static CNodeUnary.UnaryType | CNodeUnary.UnaryType. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static CNodeUnary.UnaryType[] | CNodeUnary.UnaryType. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | CNodeUnary. setType(CNodeUnary.UnaryType type) | 
| Constructor and Description | 
|---|
| CNodeUnary(CNode in1,
          CNodeUnary.UnaryType type) | 
| Modifier and Type | Method and Description | 
|---|---|
| static boolean | TemplateUtils. isUnary(CNode node,
       CNodeUnary.UnaryType... types) | 
Copyright © 2020 The Apache Software Foundation. All rights reserved.