org.ojalgo
Class OjAlgoUtils

java.lang.Object
  extended by org.ojalgo.OjAlgoUtils

public abstract class OjAlgoUtils
extends Object


Field Summary
static VirtualMachine ENVIRONMENT
          This is set for you, but you may want to set it to something different/better.
 
Method Summary
static String getDate()
           
static String getTitle()
           
static String getVendor()
           
static String getVersion()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ENVIRONMENT

public static VirtualMachine ENVIRONMENT
This is set for you, but you may want to set it to something different/better. Create a Hardware instance and then call Hardware.virtualise().

Method Detail

getDate

public static String getDate()
See Also:
Package.getSpecificationVersion()

getTitle

public static String getTitle()
See Also:
Package.getImplementationTitle()

getVendor

public static String getVendor()
See Also:
Package.getImplementationVendor()

getVersion

public static String getVersion()
See Also:
Package.getImplementationVersion()