Uses of Class
org.ojalgo.machine.VirtualMachine
-
Packages that use VirtualMachine Package Description org.ojalgo org.ojalgo.machine -
-
Uses of VirtualMachine in org.ojalgo
Fields in org.ojalgo declared as VirtualMachine Modifier and Type Field Description static VirtualMachine
OjAlgoUtils. ENVIRONMENT
This is set for you, but you may want to set it to something different/better. -
Uses of VirtualMachine in org.ojalgo.machine
Methods in org.ojalgo.machine that return VirtualMachine Modifier and Type Method Description VirtualMachine
VirtualMachine. limitBy(double fraction)
VirtualMachine
Hardware. virtualise()
Constructors in org.ojalgo.machine with parameters of type VirtualMachine Constructor Description CommonMachine(VirtualMachine base, int modUnits, int modCores, int modThreads)
VirtualMachine(VirtualMachine base, int modUnits, int modCores, int modThreads)
-