linearalgebra
Class Util

java.lang.Object
  extended by linearalgebra.Util

public final class Util
extends java.lang.Object


Field Summary
private static double m_errorTolerance
           
 
Constructor Summary
Util()
           
 
Method Summary
static boolean isEqual(double a, double b)
           
static boolean isZero(double v)
           
static void setTolerance(double t)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_errorTolerance

private static double m_errorTolerance
Constructor Detail

Util

public Util()
Method Detail

setTolerance

public static final void setTolerance(double t)

isEqual

public static final boolean isEqual(double a,
                                    double b)

isZero

public static final boolean isZero(double v)