org.ujmp.core.util
Class UJMPSettings
java.lang.Object
org.ujmp.core.util.UJMPSettings
public abstract class UJMPSettings
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UJMPSettings
public UJMPSettings()
getDefaultMathContext
public static MathContext getDefaultMathContext()
setDefaultMathContext
public static void setDefaultMathContext(MathContext mc)
initialize
public static void initialize()
getNumberOfThreads
public static int getNumberOfThreads()
setNumberOfThreads
public static void setNumberOfThreads(int numberOfThreads)
getTolerance
public static double getTolerance()
setTolerance
public static void setTolerance(double tolerance)
getMaxColumnsToPrint
public static long getMaxColumnsToPrint()
setMaxColumnsToPrint
public static void setMaxColumnsToPrint(long maxColumnsToPrint)
getMaxRowsToPrint
public static long getMaxRowsToPrint()
setMaxRowsToPrint
public static void setMaxRowsToPrint(long maxRowsToPrint)
getMaxToolTipCols
public static long getMaxToolTipCols()
setMaxToolTipCols
public static void setMaxToolTipCols(long maxToolTipCols)
getMaxToolTipRows
public static long getMaxToolTipRows()
setMaxToolTipRows
public static void setMaxToolTipRows(long maxToolTipRows)
getLocale
public static Locale getLocale()
setLocale
public static void setLocale(Locale locale)
setUseCommonsMath
public static void setUseCommonsMath(boolean useCommonsMath)
isUseCommonsMath
public static boolean isUseCommonsMath()
setUseJBlas
public static void setUseJBlas(boolean useJBlas)
- Parameters:
useJBlas
- the useJBlas to set
isUseJBlas
public static boolean isUseJBlas()
- Returns:
- useJBlas
setUseOjalgo
public static void setUseOjalgo(boolean useOjalgo)
- Parameters:
useOjalgo
- the useOjalgo to set
isUseOjalgo
public static boolean isUseOjalgo()
- Returns:
- useOjalgo
setUseEJML
public static void setUseEJML(boolean useEJML)
- Parameters:
useEJML
- the useEJML to set
isUseEJML
public static boolean isUseEJML()
- Returns:
- useEJML
setUseParallelColt
public static void setUseParallelColt(boolean useParallelColt)
- Parameters:
useParallelColt
- the useParallelColt to set
isUseParallelColt
public static boolean isUseParallelColt()
- Returns:
- useParallelColt
setUseMTJ
public static void setUseMTJ(boolean useMTJ)
- Parameters:
useMTJ
- the useMTJ to set
isUseMTJ
public static boolean isUseMTJ()
- Returns:
- useMTJ
isUseBlockMatrixMultiply
public static boolean isUseBlockMatrixMultiply()
setUseBlockMatrixMultiply
public static void setUseBlockMatrixMultiply(boolean useBlockMatrix)
getDefaultBlockSize
public static int getDefaultBlockSize()
setDefaultBlockSize
public static void setDefaultBlockSize(int defaultBlockSize)
Copyright © 2010. All Rights Reserved.