Uses of Enum Class
org.apache.sysds.lops.MMCJ.MMCJType
Packages that use MMCJ.MMCJType
-
Uses of MMCJ.MMCJType in org.apache.sysds.lops
Methods in org.apache.sysds.lops that return MMCJ.MMCJTypeModifier and TypeMethodDescriptionstatic MMCJ.MMCJTypeReturns the enum constant of this class with the specified name.static MMCJ.MMCJType[]MMCJ.MMCJType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.sysds.lops with parameters of type MMCJ.MMCJTypeModifierConstructorDescriptionMMCJ(Lop input1, Lop input2, Types.DataType dt, Types.ValueType vt, MMCJ.MMCJType type, Types.ExecType et) Constructor to perform a cross product operation.