Uses of Enum Class
org.ojalgo.machine.Hardware.Architecture
Packages that use Hardware.Architecture
-
Uses of Hardware.Architecture in org.ojalgo.machine
Fields in org.ojalgo.machine declared as Hardware.ArchitectureModifier and TypeFieldDescriptionfinal Hardware.ArchitectureCommonMachine.architecturefinal Hardware.ArchitectureCommonMachine.architectureMethods in org.ojalgo.machine that return Hardware.ArchitectureModifier and TypeMethodDescriptionstatic Hardware.Architecturestatic Hardware.ArchitectureHardware.getArchitecture()Returns the normalized processor architecture of the current system.static Hardware.ArchitectureReturns the enum constant of this class with the specified name.static Hardware.Architecture[]Hardware.Architecture.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.ojalgo.machine with parameters of type Hardware.ArchitectureModifier 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(Hardware.Architecture systemArchitecture, long systemMemory, int systemThreads) Deprecated.Constructors in org.ojalgo.machine with parameters of type Hardware.ArchitectureModifierConstructorDescriptionHardware(Hardware.Architecture arch, BasicMachine[] levels) new BasicMachine[] { SYSTEM, L3, L2, L1 },new MemoryThreads[] { SYSTEM, L2, L1 }ornew MemoryThreads[] { SYSTEM, L1 }
invalid reference