Uses of Class
org.ojalgo.machine.BasicMachine
-
Packages that use BasicMachine Package Description org.ojalgo.machine -
-
Uses of BasicMachine in org.ojalgo.machine
Subclasses of BasicMachine in org.ojalgo.machine Modifier and Type Class Description class
CommonMachine
Stuff common toHardware
andVirtualMachine
.class
Hardware
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()).class
VirtualMachine
Fields in org.ojalgo.machine declared as BasicMachine Modifier and Type Field Description private BasicMachine[]
Hardware. myLevels
Constructors in org.ojalgo.machine with parameters of type BasicMachine Constructor Description CommonMachine(java.lang.String arch, BasicMachine[] levels)
new MemoryThreads[] { SYSTEM, L3, L2, L1 }
ornew MemoryThreads[] { SYSTEM, L2, L1 }
or in worst casenew MemoryThreads[] { SYSTEM, L1 }
Hardware(java.lang.String arch, BasicMachine[] levels)
new BasicMachine[] { SYSTEM, L3, L2, L1 }
ornew BasicMachine[] { SYSTEM, L2, L1 }
or in worst casenew BasicMachine[] { SYSTEM, L1 }
-