Uses of Class
org.ojalgo.machine.BasicMachine
Packages that use BasicMachine
-
Uses of BasicMachine in org.ojalgo.machine
Subclasses of BasicMachine in org.ojalgo.machineModifier and TypeClassDescriptionclass
Stuff common toHardware
andVirtualMachine
.final class
The 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()).final class
Fields in org.ojalgo.machine declared as BasicMachineConstructors in org.ojalgo.machine with parameters of type BasicMachineModifierConstructorDescriptionprotected
CommonMachine
(String arch, BasicMachine[] levels) new MemoryThreads[] { SYSTEM, L3, L2, L1 }
ornew MemoryThreads[] { SYSTEM, L2, L1 }
or in worst casenew MemoryThreads[] { SYSTEM, L1 }
Hardware
(String arch, BasicMachine[] levels) new BasicMachine[] { SYSTEM, L3, L2, L1 }
ornew BasicMachine[] { SYSTEM, L2, L1 }
or in worst casenew BasicMachine[] { SYSTEM, L1 }