Package | Description |
---|---|
org.ojalgo.machine |
Modifier and Type | Class and Description |
---|---|
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()).
The last element in the array should describe the L1 cache.
|
class |
VirtualMachine |
Constructor and Description |
---|
Hardware(String architecture,
BasicMachine[] levels)
new BasicMachine[] { SYSTEM, L3, L2, L1 } or
new BasicMachine[] { SYSTEM, L2, L1 } or in worst case
new BasicMachine[] { SYSTEM, L1 } |
Copyright © 2019 Optimatika. All rights reserved.