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 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()).final classConstructors in org.ojalgo.machine with parameters of type BasicMachineModifierConstructorDescriptionHardware(Hardware.Architecture arch, BasicMachine[] levels) new BasicMachine[] { SYSTEM, L3, L2, L1 },new MemoryThreads[] { SYSTEM, L2, L1 }ornew MemoryThreads[] { SYSTEM, L1 }