Uses of Class
org.apache.sysds.common.Types.ReturnType
- 
Packages that use Types.ReturnType Package Description org.apache.sysds.common 
- 
- 
Uses of Types.ReturnType in org.apache.sysds.commonMethods in org.apache.sysds.common that return Types.ReturnType Modifier and Type Method Description static Types.ReturnTypeTypes.ReturnType. valueOf(String name)Returns the enum constant of this type with the specified name.static Types.ReturnType[]Types.ReturnType. values()Returns an array containing the constants of this enum type, in the order they are declared.
 
-