Uses of Class
org.ojalgo.machine.Hardware
Packages that use Hardware
-
Uses of Hardware in org.ojalgo.machine
Classes in org.ojalgo.machine that implement interfaces with type arguments of type HardwareModifier and TypeClassDescriptionfinal classThe first element in the array should correspond to total system resources; the total amount of RAM and the total number of threads (Typically the same as what is returned by Runtime.availableProcessors()).Methods in org.ojalgo.machine that return HardwareModifier and TypeMethodDescriptionstatic HardwareHardware.make(Hardware.Architecture architecture, long memory, int threads) Creates a Hardware instance from available system properties and logical deduction.static HardwareHardware.makeSimple()Deprecated.static HardwareHardware.makeSimple(Hardware.Architecture systemArchitecture, long systemMemory, int systemThreads) Deprecated.v56 Useinvalid reference
invalid input: 'instead'static 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
Hardware.newInstance()instead