Uses of Class
org.ojalgo.machine.Hardware
-
Packages that use Hardware Package Description org.ojalgo.machine -
-
Uses of Hardware in org.ojalgo.machine
Fields in org.ojalgo.machine declared as Hardware Modifier and Type Field Description private HardwareVirtualMachine. myHardwareMethods in org.ojalgo.machine that return Hardware Modifier and Type Method Description static HardwareHardware. make(Hardware.Architecture architecture, long memory, int threads)Creates a Hardware instance from available system properties and logical deduction.static HardwareHardware. makeSimple()Deprecated.v56 UsenewInstance()insteadstatic HardwareHardware. makeSimple(Hardware.Architecture systemArchitecture, long systemMemory, int systemThreads)Deprecated.v56 Useinsteadstatic HardwareHardware. newInstance()Creates a Hardware instance by intelligently detecting system characteristics from available system properties and logical deduction.Methods in org.ojalgo.machine with parameters of type Hardware Modifier and Type Method Description intHardware. compareTo(Hardware other)Constructors in org.ojalgo.machine with parameters of type Hardware Constructor Description CommonMachine(Hardware hardware, java.lang.Runtime runtime)VirtualMachine(Hardware hardware, java.lang.Runtime runtime)
-