| Package | Description | 
|---|---|
| org.apache.sysds.runtime.functionobjects | 
| Modifier and Type | Field and Description | 
|---|---|
| Builtin.BuiltinCode | Builtin. bFunc | 
| Modifier and Type | Field and Description | 
|---|---|
| static HashMap<String,Builtin.BuiltinCode> | Builtin. String2BuiltinCode | 
| Modifier and Type | Method and Description | 
|---|---|
| Builtin.BuiltinCode | Builtin. getBuiltinCode() | 
| static Builtin.BuiltinCode | Builtin.BuiltinCode. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static Builtin.BuiltinCode[] | Builtin.BuiltinCode. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| static Builtin | Builtin. getBuiltinFnObject(Builtin.BuiltinCode code) | 
| static boolean | Builtin. isBuiltinCode(ValueFunction fn,
             Builtin.BuiltinCode... codes) | 
Copyright © 2021 The Apache Software Foundation. All rights reserved.