Uses of Class
org.apache.sysds.runtime.instructions.cp.VariableCPInstruction.VariableOperationCode
- 
Packages that use VariableCPInstruction.VariableOperationCode Package Description org.apache.sysds.runtime.instructions.cp 
- 
- 
Uses of VariableCPInstruction.VariableOperationCode in org.apache.sysds.runtime.instructions.cpMethods in org.apache.sysds.runtime.instructions.cp that return VariableCPInstruction.VariableOperationCode Modifier and Type Method Description VariableCPInstruction.VariableOperationCodeVariableCPInstruction. getVariableOpcode()static VariableCPInstruction.VariableOperationCodeVariableCPInstruction.VariableOperationCode. valueOf(String name)Returns the enum constant of this type with the specified name.static VariableCPInstruction.VariableOperationCode[]VariableCPInstruction.VariableOperationCode. values()Returns an array containing the constants of this enum type, in the order they are declared.
 
-