|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlinearalgebra.Util
public final class Util
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 |
---|
private static double m_errorTolerance
Constructor Detail |
---|
public Util()
Method Detail |
---|
public static final void setTolerance(double t)
public static final boolean isEqual(double a, double b)
public static final boolean isZero(double v)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |