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 VirtualMachineOjAlgoUtils. ENVIRONMENTThis 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 VirtualMachineVirtualMachine. limitBy(double fraction)VirtualMachineHardware. 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)
-